From 68d1bc82184577f5ec92a5f166d84888cbabc6ae Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Mon, 31 Jul 2023 14:47:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9B=BA=E5=AE=9A=E8=B5=84?= =?UTF-8?q?=E4=BA=A7=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 +++++++++ static/server/server.js | 3 ++- subpkg/fixedAssets/fixedAssets.vue | 23 +++++++++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 subpkg/fixedAssets/fixedAssets.vue diff --git a/pages.json b/pages.json index e6809fb..b7e5b93 100644 --- a/pages.json +++ b/pages.json @@ -328,6 +328,15 @@ "navigationBarTextStyle": "white" } + }, { + "path": "fixedAssets/fixedAssets", + "style": { + "navigationBarTitleText": "固定资产", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#3175f9", + "navigationBarTextStyle": "white" + } + }] }], "globalStyle": { diff --git a/static/server/server.js b/static/server/server.js index 5d9db5a..d2473f4 100644 --- a/static/server/server.js +++ b/static/server/server.js @@ -206,7 +206,8 @@ export const oaHomeData = [ }, { text: '固定资产', - icon: prefix + 'oa/wcsq@2x.png' + icon: prefix + 'oa/wcsq@2x.png', + url: '/subpkg/fixedAssets/fixedAssets' }, { text: '合同管理', diff --git a/subpkg/fixedAssets/fixedAssets.vue b/subpkg/fixedAssets/fixedAssets.vue new file mode 100644 index 0000000..bee39cf --- /dev/null +++ b/subpkg/fixedAssets/fixedAssets.vue @@ -0,0 +1,23 @@ + + + + +