qinzhipeng_v@didiglobal.com 4 gadi atpakaļ
vecāks
revīzija
5644d234d1
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. 5 1
      src/views/quality/components/tables/index.vue

+ 5 - 1
src/views/quality/components/tables/index.vue

@@ -84,7 +84,11 @@
           <span class="drawer-name" @click.stop="jumper(scope.row, '报告')">{{ scope.row.reportName || '' }}</span>
         </template>
       </el-table-column>
-      <el-table-column prop="statusString" label="状态" min-width="110" />
+      <el-table-column prop="statusString" label="状态" min-width="110">
+        <template slot-scope="scope">
+          {{ scope.row.statusString }}
+        </template>
+      </el-table-column>
       <el-table-column label="报告人" min-width="110">
         <template slot-scope="scope">
           {{ scope.row.creatorObject.name || '' }}