From 9d0d5e6b949cb427a905bd23c798fb13fcc400c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E8=BF=90=E6=A8=A1?= <1724894114@qq.com> Date: Mon, 2 Sep 2024 23:32:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B4=A6=E6=88=B7=E5=AE=89?= =?UTF-8?q?=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/advanced/index.vue | 28 +++++----- src/views/userCenter/user/bind.vue | 79 ++++++++++++++++++++++++++-- 2 files changed, 89 insertions(+), 18 deletions(-) diff --git a/src/views/setting/advanced/index.vue b/src/views/setting/advanced/index.vue index 734eca0..368f768 100644 --- a/src/views/setting/advanced/index.vue +++ b/src/views/setting/advanced/index.vue @@ -52,7 +52,7 @@ export default { return { menu: [ { - groupName: "账号设置", + groupName: "数据类配置", show:true, list: [ { @@ -67,10 +67,22 @@ export default { component: "password", actions:'costConfig' }, + { + icon: "sc-icon-CostSetup", + title: "费用类别配置", + component: "cost", + actions:'costCategoryAdd' + }, + { + icon: "sc-icon-MaterialSetup", + title: "物料成本配置", + component: "material", + actions:'materialCostAdd' + } ] }, { - groupName: "数据管理", + groupName: "接口类配置", show:true, list: [ { @@ -85,18 +97,6 @@ export default { component: "interface", actions:'k3ApiConfigSet' }, - { - icon: "sc-icon-CostSetup", - title: "费用类别配置", - component: "cost", - actions:'costCategoryAdd' - }, - { - icon: "sc-icon-MaterialSetup", - title: "物料成本配置", - component: "material", - actions:'materialCostAdd' - } ] }, ], diff --git a/src/views/userCenter/user/bind.vue b/src/views/userCenter/user/bind.vue index 387b632..f5bda4e 100644 --- a/src/views/userCenter/user/bind.vue +++ b/src/views/userCenter/user/bind.vue @@ -69,20 +69,26 @@