소스 검색

工序字段

yusheng 1 년 전
부모
커밋
dfb29523e0
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      src/views/bpm/handleTask/components/purchaseOrder/detailDialog.vue

+ 7 - 1
src/views/bpm/handleTask/components/purchaseOrder/detailDialog.vue

@@ -423,7 +423,13 @@
             slot: 'specification',
             align: 'center'
           },
-
+          {
+            minWidth: 200,
+            prop: 'taskName',
+            label: '工序',
+            slot: 'taskName',
+            align: 'center'
+          },
           {
             width: 120,
             prop: 'totalCount',