hcong
2024-09-27 aa059ff617f0902a1c15443aa517f07bdbc64bea
src/views/fysp/evaluation/EvalutationRecord.vue
@@ -35,7 +35,9 @@
    </template>
    <template #table-column>
      <el-table-column fixed="left" prop="sceneName" :show-overflow-tooltip="true" label="名称" width="300">
      <el-table-column fixed="left" sortable prop="sceneIndex" label="编号" width="80">
      </el-table-column>
      <el-table-column prop="sceneName" :show-overflow-tooltip="true" label="名称" width="300">
      </el-table-column>
      <el-table-column
        prop="subTaskTime"
@@ -86,12 +88,11 @@
import dayjs from 'dayjs';
import evaluateApi from '@/api/fysp/evaluateApi';
import { envCreditCode } from '@/constants/index';
import CompQuickSet from './components/CompQuickSet.vue';
import CompReport from './components/CompReport.vue';
export default {
  name: 'ResultManage',
  components: { CompQuickSet, CompReport },
  components: { CompReport },
  data() {
    return {
      formSearch: {