zhuliu пре 7 месеци
родитељ
комит
c68197e8f0
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      src/views/task/components/examine/components/examineHistory.vue

+ 7 - 0
src/views/task/components/examine/components/examineHistory.vue

@@ -13,6 +13,13 @@
                 </div>
             </template>
         </el-table-column>
+        <el-table-column label="审核状态" width="120" align="center">
+            <template slot-scope="scope">
+                <div>
+                    {{taskStatusList[scope.row.status]}}
+                </div>
+            </template>
+        </el-table-column>
         <el-table-column label="审核时间" width="180" align="center">
             <template slot-scope="scope">
                 <div >