Parcourir la source

选择采购订单弹窗-增加备件号字段

jingbb il y a 1 mois
Parent
commit
8b35f827db
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      src/views/publicComponents/SelectPurchaseOrderModal.vue

+ 8 - 0
src/views/publicComponents/SelectPurchaseOrderModal.vue

@@ -203,6 +203,14 @@
             width:250,
             ellipsis: true,
         },
+        {
+            title: '备件号(partno)',
+            key: 'partno',
+            dataIndex: 'partno',
+            align:"center",
+            width:250,
+            ellipsis: true,
+        },
         {
             title: '型号(childModel)',
             key: 'childModel',