From a6ac1c6c6d5b694198f2e9a3660a5261d63cd02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?= =?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com> Date: Mon, 10 Mar 2025 14:28:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/cs-dict-tag/index.vue | 4 +- components/cs-text-more/index.vue | 19 +- config.js | 4 +- pages.json | 15 +- pages/enterprise.vue | 174 +- pages/index.vue | 207 +- pages/owner.vue | 51 +- pages/task.vue | 136 +- static/favicon.png | Bin 21949 -> 21936 bytes static/images/owner/bill.png | Bin 0 -> 762 bytes static/images/owner/message-grey.png | Bin 0 -> 1049 bytes static/images/owner/policy.png | Bin 0 -> 990 bytes static/images/tabbers/home-select.png | Bin 496 -> 792 bytes static/images/tabbers/home.png | Bin 701 -> 1130 bytes static/images/tabbers/logo.png | Bin 0 -> 3315 bytes static/images/tabbers/position-select.png | Bin 600 -> 1046 bytes static/images/tabbers/position.png | Bin 873 -> 1567 bytes static/images/tabbers/task-select.png | Bin 553 -> 1028 bytes static/images/tabbers/task.png | Bin 774 -> 1451 bytes static/images/tabbers/user-select.png | Bin 464 -> 777 bytes static/images/tabbers/user.png | Bin 671 -> 1234 bytes static/scss/global.scss | 24 + static/scss/index.scss | 4 + sub/enterprise/detail.vue | 72 +- sub/inspection/detail.vue | 59 +- sub/inspection/record.vue | 3 +- sub/owner/notic.vue | 242 + sub/owner/notice-detail.vue | 0 sub/owner/policy-detail.vue | 38 +- sub/owner/policy.vue | 118 +- sub/task/detail.vue | 206 +- sub/task/enforce.vue | 33 +- sub/task/locate.vue | 2 +- sub/task/record.vue | 166 +- .../qiun-data-charts/qiun-data-charts.vue | 1125 +- .../js_sdk/u-charts/config-echarts.js | 4 +- .../js_sdk/u-charts/config-ucharts.js | 595 +- .../js_sdk/u-charts/u-charts.js | 14675 ++++++++-------- .../js_sdk/u-charts/u-charts.min.js | 7542 +++++++- uni_modules/s-components/s-header/index.vue | 51 +- uni_modules/s-components/s-tabber/index.vue | 17 +- .../components/u-count-to/u-count-to.vue | 330 +- .../uview-ui/components/u-upload/u-upload.vue | 1079 +- utils/request.js | 1 - wxcomponents/vant/dropdown-item/index.wxss | 33 +- wxcomponents/vant/dropdown-menu/index.wxml | 1 + wxcomponents/vant/dropdown-menu/index.wxs | 7 +- wxcomponents/vant/dropdown-menu/index.wxss | 8 +- 48 files changed, 17665 insertions(+), 9380 deletions(-) create mode 100644 static/images/owner/bill.png create mode 100644 static/images/owner/message-grey.png create mode 100644 static/images/owner/policy.png create mode 100644 static/images/tabbers/logo.png create mode 100644 sub/owner/notic.vue create mode 100644 sub/owner/notice-detail.vue diff --git a/components/cs-dict-tag/index.vue b/components/cs-dict-tag/index.vue index be22cb7..a2395dc 100644 --- a/components/cs-dict-tag/index.vue +++ b/components/cs-dict-tag/index.vue @@ -97,9 +97,9 @@ export default { color: #99a1b7; } .dict-tag { - min-width: 200rpx; + min-width: 212rpx; text-align: center; font-size: 24rpx; - padding: 16rpx 40rpx; + padding: 4rpx 40rpx; } diff --git a/components/cs-text-more/index.vue b/components/cs-text-more/index.vue index dd3c272..123414c 100644 --- a/components/cs-text-more/index.vue +++ b/components/cs-text-more/index.vue @@ -1,11 +1,10 @@