update scroll effect

This commit is contained in:
lb
2023-03-10 15:14:55 +08:00
parent 1e6cb676aa
commit c4b8a642ea
5 changed files with 25 additions and 20 deletions

View File

@@ -188,10 +188,6 @@ export default function () {
orderStatusMap: ["等待", "确认", "生产", "暂停", "结束", "接受", "拒绝"],
};
},
methods: {},
mounted() {
console.log("this.modelValue", this.modelValue);
},
render: function (h) {
return h(
"span",
@@ -320,6 +316,7 @@ export default function () {
prop: "press",
options: [],
optionLabel: "code",
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
fetchData: () => this.$http.get("/pms/equipment/page", { params: { limit: 999, page: 1, name: "" } }),
elparams: { placeholder: "请选择压机号", filterable: true },
},
@@ -368,6 +365,7 @@ export default function () {
prop: "blender",
options: [],
optionLabel: "code",
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
fetchData: () => this.$http.get("/pms/equipment/page", { params: { limit: 999, page: 1, name: "" } }),
elparams: { placeholder: "请选择混料机号", filterable: true },
},