Sfoglia il codice sorgente

森语-手工匹配订单增加字段

jbb 2 anni fa
parent
commit
51ee399cf5
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  1. 14 0
      src/views/order/subcontractOrderModal.vue

+ 14 - 0
src/views/order/subcontractOrderModal.vue

@@ -162,6 +162,13 @@
           className: 'replacecolor',
           ellipsis: true
         },
+        {
+          title: '数量',
+          width: 90,
+          dataIndex: 'quantity',
+          className: 'replacecolor',
+          ellipsis: true
+        },
         ],
         manualColumns:[
         {
@@ -226,6 +233,13 @@
           className: 'replacecolor',
           ellipsis: true
         },
+        {
+          title: '数量',
+          width: 90,
+          dataIndex: 'quantity',
+          className: 'replacecolor',
+          ellipsis: true
+        },
         ],
         selectedRowKeys:[],
         selectedRows:[],