qinzhipeng_v@didiglobal.com 4 жил өмнө
parent
commit
5644d234d1

+ 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 || '' }}