Browse Source

bug fix:198

chris 1 year ago
parent
commit
30831711d1
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/views/modules/works/work.vue

+ 9 - 0
src/views/modules/works/work.vue

@@ -107,6 +107,15 @@
         label="操作记录"
       >
       </el-table-column>
+      <el-table-column
+        prop="backExplain"
+        header-align="center"
+        align="center"
+        min-width="140"
+        :show-tooltip-when-overflow="true"
+        label="退回说明"
+      >
+      </el-table-column>
       <el-table-column
         prop="remark"
         header-align="center"