update 产线和产品

This commit is contained in:
2022-08-12 09:01:44 +08:00
parent b3aba50b09
commit ba44951b71
2 changed files with 10 additions and 4 deletions

View File

@@ -105,8 +105,6 @@ const addOrUpdateConfigs = {
}
]
},
'remark',
'specifications',
{
name: 'typeDictValue',
label: '产品类型', // 对于非常见属性最好自己指定label
@@ -123,7 +121,15 @@ const addOrUpdateConfigs = {
options: [
// 动态获取
]
}
},
{
name: 'area',
label: '单位平方数',
type: 'number',
rules: [{ type: 'number', transform: val => Number(val), message: '请输入数字', trigger: 'blur' }]
},
'specifications',
'remark'
],
operations: [
{ name: 'cancel', url: true, showAlways: true },