智慧农业后台管理页面
guoshilong
2022-10-17 ae7c702eb679517284e2c8c5db26c3312ad4a369
src/views/machining/machining.vue
@@ -137,6 +137,7 @@
                    {
                        label: "加工类型",
                        prop: "machiningType",
                        maxlength:10,
                        rules: [{
                            required: true,
                            message: "请输入加工类型",
@@ -146,6 +147,7 @@
                    {
                        label: "加工原料",
                        prop: "machiningYl",
                        maxlength:50,
                        rules: [{
                            required: true,
                            message: "请输入加工原料",