Parcourir la source

feat(workOrder): 在表格中添加规格列

liujt il y a 9 mois
Parent
commit
1efc2245d2
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      src/views/workOrder/index.vue

+ 6 - 1
src/views/workOrder/index.vue

@@ -462,7 +462,12 @@
             align: 'center',
             showOverflowTooltip: true
           },
-
+          {
+            prop: 'specification',
+            label: '规格',
+            align: 'center',
+            showOverflowTooltip: true
+          },
           {
             prop: 'priority',
             label: '优先级',