From fb389594b629a136c2283f623a0757354e46067b Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Thu, 31 Jul 2025 18:01:11 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=90=9C=E7=B4=A2=E5=92=8C=E7=AD=9B=E9=80=89]?= =?UTF-8?q?=E8=A1=8C=E7=9A=84=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enum/common.js | 4 +- pages/basePage/basePage.vue | 4 +- .../institutionalStructure/donationRecord.vue | 61 ++++++++++++++----- .../institutionalStructure.vue | 2 +- 4 files changed, 52 insertions(+), 19 deletions(-) diff --git a/enum/common.js b/enum/common.js index 0a60498..10554f5 100644 --- a/enum/common.js +++ b/enum/common.js @@ -4,7 +4,9 @@ export const CommonEnum = { RIGHT_CHEVRON:"https://api.ccttiot.com/image-1753773619878.png", //右箭头 BACK_BUTTON:"https://api.ccttiot.com/image-1753868358514.png", //导航栏返回按钮 BASE_COLOR:"#FAF8F3", //基调颜色 - SEARCH: "https://api.ccttiot.com/image-1753769500465.png" //通用搜索图标 + SEARCH: "https://api.ccttiot.com/image-1753769500465.png", //通用搜索图标 + TILE: "https://api.ccttiot.com/image-1753750309203.png", //瓦片图片 + FILTER: "https://api.ccttiot.com/image-1753954149098.png" //筛选图标 }; export default CommonEnum; \ No newline at end of file diff --git a/pages/basePage/basePage.vue b/pages/basePage/basePage.vue index 99fd5aa..69c5b4f 100644 --- a/pages/basePage/basePage.vue +++ b/pages/basePage/basePage.vue @@ -1,7 +1,7 @@