From 6cda8efd23fa9280da1c88133bc1dfd53fcb8acb Mon Sep 17 00:00:00 2001 From: panqihua Date: Wed, 18 Jan 2023 00:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=82=E5=95=86=E7=AE=A1=E7=90=86-=E5=8E=82?= =?UTF-8?q?=E5=95=86=E7=B1=BB=E5=9E=8B-=E6=96=B0=E5=A2=9E=E5=8E=82?= =?UTF-8?q?=E5=95=86=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/platform/manufacturer/type.vue | 37 ++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/src/views/platform/manufacturer/type.vue b/src/views/platform/manufacturer/type.vue index f6e188a..7c284db 100644 --- a/src/views/platform/manufacturer/type.vue +++ b/src/views/platform/manufacturer/type.vue @@ -16,12 +16,12 @@
- 新增 + 新增 批量删除 - + 1 电子产品 45 2022-12-31 12:31 @@ -32,6 +32,28 @@ + + + + + + + + + + {{ + item.label + }} + + +
+ 保存 + 重置 + +
+
+ @@ -42,16 +64,27 @@ export default { dicts: ['sys_normal_disable'], data() { return { + open: false, total: 1, dataList: [{}], queryParams: { pageNum: 1, pageSize: 10, status: undefined + }, + form: { + name: undefined, + status: undefined, + sort: undefined } } }, methods: { + reset() { + this.form.name = undefined + this.form.status = undefined + this.form.sort = undefined + }, getList() { }