From fec56a126c195400dc421f951184540255ba67fb Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Mon, 10 Nov 2025 09:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=8E=86=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E3=80=81=E5=A2=9E=E5=8A=A0=E5=87=BA=E8=AF=8A=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GroupFormBtns.vue | 6 +- src/views/DoctorInformation.vue | 187 ++++--- src/views/HosInformation.vue | 1039 +++++++++++++++++++++++++++++++------- 3 files changed, 995 insertions(+), 237 deletions(-) diff --git a/src/components/GroupFormBtns.vue b/src/components/GroupFormBtns.vue index c50accb..4e9a76e 100644 --- a/src/components/GroupFormBtns.vue +++ b/src/components/GroupFormBtns.vue @@ -2,8 +2,8 @@ - 取消 - 保存 + {{cancelText || '取消'}} + {{confirmText ||'保存'}}