Browse Source

fix:历史委托工作月页面添加字段

ly 9 months ago
parent
commit
855ee3c8a4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/business/entrust/workOrder/historyMonth/index.vue

+ 5 - 0
src/views/business/entrust/workOrder/historyMonth/index.vue

@@ -48,6 +48,11 @@
                     }}
                 </template>
             </el-table-column>
+          <el-table-column label="工作月" align="center" prop="workMonth" min-width="140">
+            <template #default="scope">
+              {{ scope.row.workMonth }}
+            </template>
+          </el-table-column>
             <el-table-column label="起始月" align="center" width="90" min-prop="startMonth">
                 <template #default="scope">
                     {{