Browse Source

feat(采购管理): 在产品列表中添加牌号字段

liujt 6 tháng trước cách đây
mục cha
commit
db99671069
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      pages/purchasingManage/components/produceList.vue

+ 3 - 1
pages/purchasingManage/components/produceList.vue

@@ -337,7 +337,9 @@
 					[{
 						label: '型号:',
 						prop: 'modelType',
-						className: 'perce100',
+					},{
+						label: '牌号:',
+						prop: 'productBrand',
 					}],
 					[{
 						label: '规格:',