소스 검색

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

ly 9 달 전
부모
커밋
bea1f56354
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/business/entrust/workOrderForFactory/history/index.vue

+ 5 - 0
src/views/business/entrust/workOrderForFactory/history/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">
                     {{