From 530507054b375ba3d51b0c458c998b6d5985ae21 Mon Sep 17 00:00:00 2001 From: shidongli Date: Fri, 17 Nov 2023 13:14:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/protocol/protocol.vue | 8 +-- pages/homepage/homepage.vue | 19 +++--- .../Physicalexamination.vue | 56 +++++++++--------- pagesC/addequipment/addequipment.vue | 2 +- .../contractsigningprotocol.vue | 8 +-- pagesC/healthtest/healthtest.vue | 6 +- static/SERVERECOD.png | Bin 0 -> 2152 bytes static/appointmen.png | Bin 0 -> 6074 bytes static/exchange.png | Bin 0 -> 2432 bytes static/healthmyself.png | Bin 0 -> 3576 bytes static/homepagetop.png | Bin 0 -> 43520 bytes static/pagesC/camera-unselected.png | Bin 0 -> 6306 bytes static/pagesC/camera.png | Bin 0 -> 4408 bytes static/pagesC/signature-selected.png | Bin 0 -> 9496 bytes static/pagesC/signature-unselected.png | Bin 0 -> 15582 bytes static/qianyue.png | Bin 0 -> 2074 bytes static/records.png | Bin 0 -> 3433 bytes static/serveappoint.png | Bin 0 -> 2038 bytes static/signature-selected.png | Bin 0 -> 9496 bytes static/signature-unselected.png | Bin 0 -> 15582 bytes static/tizheng.png | Bin 0 -> 9004 bytes 21 files changed, 50 insertions(+), 49 deletions(-) create mode 100644 static/SERVERECOD.png create mode 100644 static/appointmen.png create mode 100644 static/exchange.png create mode 100644 static/healthmyself.png create mode 100644 static/homepagetop.png create mode 100644 static/pagesC/camera-unselected.png create mode 100644 static/pagesC/camera.png create mode 100644 static/pagesC/signature-selected.png create mode 100644 static/pagesC/signature-unselected.png create mode 100644 static/qianyue.png create mode 100644 static/records.png create mode 100644 static/serveappoint.png create mode 100644 static/signature-selected.png create mode 100644 static/signature-unselected.png create mode 100644 static/tizheng.png diff --git a/components/protocol/protocol.vue b/components/protocol/protocol.vue index a8912fc..8276752 100644 --- a/components/protocol/protocol.vue +++ b/components/protocol/protocol.vue @@ -147,13 +147,13 @@ meimage: '', signatureshow: false, fabContent: [{ - iconPath: '/static/pageC/signature-unselected.png', - selectedIconPath: '/static/pageC/signature-selected.png', + iconPath: '/static/pagesC/signature-unselected.png', + selectedIconPath: '/static/pagesC/signature-selected.png', text: '居民签字', active: true }, { - iconPath: '/static/pageC/camera-unselected.png', - selectedIconPath: '/static/pageC/camera.png', + iconPath: '/static/pagesC/camera-unselected.png', + selectedIconPath: '/static/pagesC/camera.png', text: '居民拍照', active: true }], diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 3fc3557..a1e2cb3 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -1,7 +1,8 @@