diff --git a/components/districtSelector/districtSelector.vue b/components/districtSelector/districtSelector.vue new file mode 100644 index 0000000..b7bfd6b --- /dev/null +++ b/components/districtSelector/districtSelector.vue @@ -0,0 +1,241 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index dbff3f8..c970160 100644 --- a/pages.json +++ b/pages.json @@ -301,6 +301,24 @@ "navigationBarTextStyle": "white" } + }, { + "path": "archives/archives", + "style": { + "navigationBarTitleText": "档案管理", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#3175f9", + "navigationBarTextStyle": "white" + } + + }, { + "path": "newArchives/newArchives", + "style": { + "navigationBarTitleText": "新增档案", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#3175f9", + "navigationBarTextStyle": "white" + } + }] }], "globalStyle": { diff --git a/static/server/server.js b/static/server/server.js index 105faba..ee4853f 100644 --- a/static/server/server.js +++ b/static/server/server.js @@ -217,21 +217,21 @@ export const oaHomeData = [ url: '/subpkg/companyAdmin/companyAdmin' }, { - text: '片区经理', - icon: prefix + 'oa/yzsq@2x.png', - url: '/pages/oaManager/oaManager' + text: '档案管理', + icon: prefix + 'oa/bxsq@2x.png', + url: '/subpkg/archives/archives' }, + // { + // text: '片区经理', + // icon: prefix + 'oa/yzsq@2x.png', + // url: '/pages/oaManager/oaManager' + // }, { text: '财务管理', icon: prefix + 'oa/gengduo@2x.png', url: '/subpkg/finance/finance' }, // { - // text: 'gong', - // icon: prefix + 'oa/qjsq@2x.png', - // url: '/pages/views/leave_request' - // }, - // { // text: '出差申请', // icon: prefix + 'oa/ccsq@2x.png' // }, diff --git a/subpkg/newPersonnel/newPersonnel.vue b/subpkg/newPersonnel/newPersonnel.vue index ea8a545..6d13741 100644 --- a/subpkg/newPersonnel/newPersonnel.vue +++ b/subpkg/newPersonnel/newPersonnel.vue @@ -33,30 +33,7 @@ --> 地区信息 - - - - - - - - - - - - - - - - - - - - - - - - + 资质信息 @@ -101,8 +78,6 @@ - @@ -110,13 +85,12 @@