瀏覽代碼

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

liujt 6 月之前
父節點
當前提交
db99671069
共有 1 個文件被更改,包括 3 次插入1 次删除
  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: '规格:',