qinzhipeng_v@didiglobal.com %!s(int64=4) %!d(string=hai) anos
pai
achega
5644d234d1
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  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 || '' }}