From bd19e3fc5f2bb5f3ebb1ebeb907352b5f4626f70 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 3 Sep 2025 09:25:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/manifest.json | 7 +- src/pages.json | 4 +- src/pages/ContractDetails/index.vue | 79 +++++- src/pages/WageCardDetails/index.vue | 56 ++++- src/pages/login/index.vue | 15 +- src/pages/my/edit-password/index.vue | 12 +- .../person-check/aptitude-query/index.vue | 121 ++++++---- src/pages/person-check/index.vue | 31 ++- src/pages/person-details/index.vue | 225 +++++++++++++----- src/services/attendance.js | 16 ++ src/static/image/attendance-active.png | Bin 0 -> 5562 bytes src/static/image/attendance.png | Bin 0 -> 5174 bytes src/static/image/face.png | Bin 0 -> 7767 bytes src/static/image/person-qua.png | Bin 0 -> 6462 bytes src/static/index.scss | 7 + unpackage/res/icons/1024x1024.png | Bin 85619 -> 115081 bytes unpackage/res/icons/120x120.png | Bin 3957 -> 14137 bytes unpackage/res/icons/144x144.png | Bin 6124 -> 15766 bytes unpackage/res/icons/152x152.png | Bin 6373 -> 16800 bytes unpackage/res/icons/167x167.png | Bin 7272 -> 18446 bytes unpackage/res/icons/180x180.png | Bin 8206 -> 20117 bytes unpackage/res/icons/192x192.png | Bin 8817 -> 21539 bytes unpackage/res/icons/20x20.png | Bin 857 -> 699 bytes unpackage/res/icons/29x29.png | Bin 1151 -> 1134 bytes unpackage/res/icons/40x40.png | Bin 1469 -> 2020 bytes unpackage/res/icons/58x58.png | Bin 2193 -> 3559 bytes unpackage/res/icons/60x60.png | Bin 2097 -> 4165 bytes unpackage/res/icons/72x72.png | Bin 2681 -> 5404 bytes unpackage/res/icons/76x76.png | Bin 2901 -> 5936 bytes unpackage/res/icons/80x80.png | Bin 2923 -> 6766 bytes unpackage/res/icons/87x87.png | Bin 3404 -> 7566 bytes unpackage/res/icons/96x96.png | Bin 3693 -> 9285 bytes vite.config.js | 4 +- 34 files changed, 433 insertions(+), 148 deletions(-) create mode 100644 src/static/image/attendance-active.png create mode 100644 src/static/image/attendance.png create mode 100644 src/static/image/face.png create mode 100644 src/static/image/person-qua.png diff --git a/.env.development b/.env.development index aaec465..665f142 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ # VITE_API_BASE_URL = http://112.29.103.165:1616 -# VITE_API_BASE_URL = /api -VITE_API_BASE_URL = http://192.168.0.14:1999/hd-realname/prod-api +VITE_API_BASE_URL = /api +# VITE_API_BASE_URL = http://192.168.0.14:1999/hd-realname/prod-api # VITE_API_BASE_URL = http://192.168.0.234:38080 diff --git a/src/manifest.json b/src/manifest.json index 2e97cb6..240b307 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -46,10 +46,13 @@ "", "", "", - "" + "", + "", + "" ], "minSdkVersion" : 24, - "abiFilters" : [ "armeabi-v7a" ] + "targetSdkVersion" : 33, + "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86_64" ] }, "webview" : { "allowFileAccess" : true, diff --git a/src/pages.json b/src/pages.json index a7cc94f..cae4be5 100644 --- a/src/pages.json +++ b/src/pages.json @@ -197,8 +197,8 @@ { "pagePath": "pages/attendance/index", "text": "考勤", - "iconPath": "static/image/home.png", - "selectedIconPath": "static/image/home-active.png" + "iconPath": "static/image/attendance.png", + "selectedIconPath": "static/image/attendance-active.png" }, { "pagePath": "pages/my/index", diff --git a/src/pages/ContractDetails/index.vue b/src/pages/ContractDetails/index.vue index a1f6198..39ef942 100644 --- a/src/pages/ContractDetails/index.vue +++ b/src/pages/ContractDetails/index.vue @@ -3,60 +3,113 @@ 合同见证照片 - + - 工作内容页 + {{ contractFileTitle[item.sourceType] }} {{ item.title }} - {{ item.content }} + {{ contractInfo[item.contentKey] || '-' }}