Browse Source

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

liujt 6 months ago
parent
commit
db99671069
1 changed files with 3 additions and 1 deletions
  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: '规格:',