From ca05df8d819d3d39ba831a1ca4661089f567d741 Mon Sep 17 00:00:00 2001
From: longchao <1432334894@qq.com>
Date: Thu, 24 Jul 2025 15:29:49 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=8C=BB=E9=92=88=E7=81=B8=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E5=91=98pc=E7=AB=AF=E5=90=8E=E5=8F=B0=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0=20=E6=98=AF=E5=90=A6=E9=9C=80=E8=A6=81=E5=80=92?=
=?UTF-8?q?=E8=AE=A1=E6=97=B6=E6=8F=90=E9=86=92=E8=AE=BE=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/HosInformation.vue | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/src/views/HosInformation.vue b/src/views/HosInformation.vue
index 907e0d4..9556531 100644
--- a/src/views/HosInformation.vue
+++ b/src/views/HosInformation.vue
@@ -208,6 +208,14 @@
+
+
+
+
+
+
+
+
@@ -815,14 +823,16 @@ export default {
this.editorProjectInfo({ status: row.status, project_id: row.id })
},
onSwitchChange2(row) {
- console.log(row.status)
-
var tmpstatus = row.status == 1 ? 0 : 1
this.$set(this.courseList, row)
this.selectedRows1 = [row]
-
this.batchOperate(tmpstatus, 'group')
},
+ onSwitchChange3(row) {
+ row.need_countdown = row.need_countdown == 0 ? 1 : 0;
+ this.$set(this.projectList, row)
+ this.editorProjectInfo({ need_countdown: row.need_countdown, project_id: row.id })
+ },
handleClick1(row) {
console.log(row);
this.$router.push(`/addNewTreatment?package_id=${row.id}&doctor_id=${this.doctor_id}&depart_id=${this.depart_id}`)