From a04b5e9df5073597ed85a52c35201b3742428ccd Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Thu, 18 Apr 2024 19:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=B1=E8=AF=8A=E4=BA=BA=E6=8C=82=E5=8F=B7?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E4=BA=A4?= =?UTF-8?q?=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/visitors/visitors.vue | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/pages/visitors/visitors.vue b/pages/visitors/visitors.vue index f11d654..7fbfce8 100644 --- a/pages/visitors/visitors.vue +++ b/pages/visitors/visitors.vue @@ -128,25 +128,25 @@ var popmsgIndex = 0 for (var i = 0; i < this.visitUsers.length; i++) { this.visitUsers[i].select = false - this.visitUsers[i].hospital_info = [ - { - "times": -1, - "hospital_name": "测试医院", - "hospital_dept": "呼吸科", - "hospital_state": true, - "is_expire":true, - "last_visit_time": "2021-01-12 13:16:26" - }, + // this.visitUsers[i].hospital_info = [ + // { + // "times": -1, + // "hospital_name": "测试医院", + // "hospital_dept": "呼吸科", + // "hospital_state": true, + // "is_expire":true, + // "last_visit_time": "2021-01-12 13:16:26" + // }, - { - "times": 10, - "hospital_name": "测试医院", - "hospital_dept": "呼吸科", - "hospital_state": true, - "is_expire":true, - "last_visit_time": "2021-01-12 13:16:26" - } - ] + // { + // "times": 10, + // "hospital_name": "测试医院", + // "hospital_dept": "呼吸科", + // "hospital_state": true, + // "is_expire":true, + // "last_visit_time": "2021-01-12 13:16:26" + // } + // ] try{ var dateService = new Date(server_time.replaceAll('-', "/"));