1
WXL
2023-10-07 59c2e6665e5d2dcfe3516af2373f1c8a7c9e2bc2
src/views/project/fund/performanceApply/index.vue
@@ -142,6 +142,19 @@
        </template>
      </el-table-column>
      <el-table-column
        label="预审状态"
        width="140"
        align="center"
        prop="checkstatus"
      >
        <template slot-scope="scope">
          <dict-tag
            :options="dict.type.sys_stage_type"
            :value="scope.row.checkstatus"
          />
        </template>
      </el-table-column>
      <el-table-column
        label="绩效类型"
        width="150"
        align="center"
@@ -252,7 +265,9 @@
    "sys_finsubject",
    "sys_financeitemtype",
    "sys_expensetype",
    "sys_performance_type"
    "sys_performance_type",
    "sys_stage_type"
  ],
  data() {
    //这里存放数据