From a3854d921b0712206737cafc6a00d5a96dc84eaf Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Wed, 10 Apr 2024 14:27:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E4=BD=93=E7=B3=BB=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/views/index.js | 17 +- src/views/Pricesystem/PricesyHome.vue | 232 ++++++++++++++++++++++++++ 2 files changed, 248 insertions(+), 1 deletion(-) create mode 100644 src/views/Pricesystem/PricesyHome.vue diff --git a/src/router/views/index.js b/src/router/views/index.js index a462eb42..7c39c012 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -1551,7 +1551,22 @@ export default [ }, ], }, - + { + path: '/Pricesystem/PricesyHome', + component: Layout, + redirect: '/Pricesystem/PricesyHome', + children: [ + { + meta: { + i18n: 'dict', + keepAlive: true, + }, + path: '/Pricesystem/PricesyHome', + name: '价格体系配置', + component: () => import('@/views/Pricesystem/PricesyHome.vue'), + }, + ], + }, // { // // 这是父路由,财务主页面 // path: '/financialsector/FinanceHome', diff --git a/src/views/Pricesystem/PricesyHome.vue b/src/views/Pricesystem/PricesyHome.vue new file mode 100644 index 00000000..de09b909 --- /dev/null +++ b/src/views/Pricesystem/PricesyHome.vue @@ -0,0 +1,232 @@ + + + + + + + + + 服务类型 + + + + {{ item.label }} + + + + + + + + + + + + + + + + 安装 + + + + + + + + + + + \ No newline at end of file