add 压制工艺
This commit is contained in:
@@ -82,10 +82,10 @@ export default function () {
|
||||
},
|
||||
{
|
||||
input: true,
|
||||
label: "物料编码",
|
||||
label: "配方编码",
|
||||
prop: "code",
|
||||
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||
elparams: { placeholder: "请输入物料编码" },
|
||||
elparams: { placeholder: "请输入配方编码" },
|
||||
},
|
||||
// { input: true, label: '版本号', prop: 'version', elparams: { placeholder: '请输入版本号' } },
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user