@@ -164,6 +164,32 @@ option.value = Object.assign(option.value, {
},
],
+ {
+ label: "辅料属性",
+ prop: "accessoriesProperty",
+ type: "select",
+ dicData: [
+ dictLabel: "耗材",
+ dictValue: "1",
+ },
+ dictLabel: "部件",
+ dictValue: "2",
+ ],
+ props: {
+ label: "dictLabel",
+ value: "dictValue",
+ rules: [
+ required: true,
+ message: "辅料属性不能为空",
+ trigger: "blur",
});