From 6f3c44bce65cd3663b9b87543e19a805ff866e55 Mon Sep 17 00:00:00 2001 From: panqihua Date: Wed, 18 Jan 2023 00:20:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=82=E5=95=86=E7=AE=A1=E7=90=86-=E5=BE=85?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8-=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/platform/manufacturer/detail.vue | 13 +++- .../platform/manufacturer/detail_table.vue | 2 +- src/views/platform/manufacturer/index.vue | 78 +++++++++++++------ 3 files changed, 68 insertions(+), 25 deletions(-) diff --git a/src/views/platform/manufacturer/detail.vue b/src/views/platform/manufacturer/detail.vue index c30d37a..7c5c30a 100644 --- a/src/views/platform/manufacturer/detail.vue +++ b/src/views/platform/manufacturer/detail.vue @@ -4,7 +4,7 @@
锁定
基本信息
- +
@@ -59,6 +59,13 @@ item.label }} +
+ + + @@ -84,10 +91,12 @@ export default { components: { userAvatar, DetailTable }, dicts: ['manufacturer_type_1'], props: { - open: false + open: false, + type: String }, data() { return { + width: 100, activeName: 'base', form: { dateRange: '', diff --git a/src/views/platform/manufacturer/detail_table.vue b/src/views/platform/manufacturer/detail_table.vue index 8ae18ff..0c9c510 100644 --- a/src/views/platform/manufacturer/detail_table.vue +++ b/src/views/platform/manufacturer/detail_table.vue @@ -28,7 +28,7 @@ export default { name: 'DetailTable', props: { - type: Number + type: String }, data() { return { diff --git a/src/views/platform/manufacturer/index.vue b/src/views/platform/manufacturer/index.vue index 1cb8392..df8b5fd 100644 --- a/src/views/platform/manufacturer/index.vue +++ b/src/views/platform/manufacturer/index.vue @@ -31,10 +31,12 @@
- + 批量锁定 批量开启 - + + + 批量审核 @@ -57,49 +59,76 @@ 18888888888 - - 125 - - - 1 - - - 1125 - - - 2022-12-31 12:31 - - - 2022-12-31 12:31 - + + 正常 - 详情 + 详情 锁定 - + 审核 - + + + + + + {{ + item.label + }} + + + + + +