From 33c4f0e6f12ae6d40565b28aaed103234f81c595 Mon Sep 17 00:00:00 2001 From: liuzhipeng <1747191978@qq.com> Date: Sat, 15 Feb 2025 17:52:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=8F=82=E6=95=B0=E8=B0=83?= =?UTF-8?q?=E6=95=B4-=E6=95=B0=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-ui/src/views/followFile/index.vue | 2 +- acupuncture-ui/src/views/followFile/subjects.vue | 2 +- acupuncture-ui/src/views/followFile/work.vue | 2 +- acupuncture-ui/src/views/medicalFile/index.vue | 2 +- acupuncture-ui/src/views/patientFile/index.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/acupuncture-ui/src/views/followFile/index.vue b/acupuncture-ui/src/views/followFile/index.vue index 72245100..e1095760 100644 --- a/acupuncture-ui/src/views/followFile/index.vue +++ b/acupuncture-ui/src/views/followFile/index.vue @@ -403,7 +403,7 @@ export default { handleDelete(row) { const idList = row.id ? [row.id] : this.ids; this.$modal - .confirm("是否确认删除当前选择的患者数据?") + .confirm("是否确认删除当前选择的数据?") .then(function () { return followupDel({ idList: idList }); }) diff --git a/acupuncture-ui/src/views/followFile/subjects.vue b/acupuncture-ui/src/views/followFile/subjects.vue index b1147333..1644cbf5 100644 --- a/acupuncture-ui/src/views/followFile/subjects.vue +++ b/acupuncture-ui/src/views/followFile/subjects.vue @@ -352,7 +352,7 @@ export default { handleDelete(row) { const idList = row.id ? [row.id] : this.ids; this.$modal - .confirm("是否确认删除当前选择的患者数据?") + .confirm("是否确认删除当前选择的数据?") .then(function () { return patientDel({ idList: idList }); }) diff --git a/acupuncture-ui/src/views/followFile/work.vue b/acupuncture-ui/src/views/followFile/work.vue index 7578609b..9f47a821 100644 --- a/acupuncture-ui/src/views/followFile/work.vue +++ b/acupuncture-ui/src/views/followFile/work.vue @@ -353,7 +353,7 @@ export default { handleDelete(row) { const idList = row.id ? [row.id] : this.ids; this.$modal - .confirm("是否确认删除当前选择的患者数据?") + .confirm("是否确认删除当前选择的数据?") .then(function () { return patientDel({ idList: idList }); }) diff --git a/acupuncture-ui/src/views/medicalFile/index.vue b/acupuncture-ui/src/views/medicalFile/index.vue index 60de4d19..aae3edeb 100644 --- a/acupuncture-ui/src/views/medicalFile/index.vue +++ b/acupuncture-ui/src/views/medicalFile/index.vue @@ -1596,7 +1596,7 @@ export default { handleDelete(row) { const idList = row.id ? [row.id] : this.ids; this.$modal - .confirm("是否确认删除当前选择的患者数据?") + .confirm("是否确认删除当前选择的数据?") .then(function () { return treatmentDel({ idList: idList, diff --git a/acupuncture-ui/src/views/patientFile/index.vue b/acupuncture-ui/src/views/patientFile/index.vue index 1a60120b..134045cf 100644 --- a/acupuncture-ui/src/views/patientFile/index.vue +++ b/acupuncture-ui/src/views/patientFile/index.vue @@ -654,7 +654,7 @@ export default { handleDelete(row) { const idList = row.id ? [row.id] : this.ids; this.$modal - .confirm("是否确认删除当前选择的患者数据?") + .confirm("是否确认删除当前选择的数据?") .then(function () { return patientDel({ idList: idList }); })