11
WXL
2023-10-09 13b518856345591ddf9ea7271aba77f6423a1bac
src/views/project/fund/expertFeeApply/index.vue
@@ -186,6 +186,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="申请金额" align="center" prop="amountrequested" width="120px" />    
                <el-table-column label="联系电话" align="center" prop="phone" width="150px" />
@@ -1144,7 +1157,8 @@
    //"sys_financeitemtype",
    //"sys_expensetype",
    "sys_recordstatus",
    "sys_professionaltitle"
    "sys_professionaltitle",
    "sys_stage_type"
  ],
  data() {