From 007d3884ad259883d7a5db6714876e46525ae717 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 26 十一月 2024 14:49:38 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/discharge/index.vue |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue
index 780a4eb..7548036 100644
--- a/src/views/followvisit/discharge/index.vue
+++ b/src/views/followvisit/discharge/index.vue
@@ -410,6 +410,7 @@
         <el-table-column
           label="鎿嶄綔"
           align="center"
+          fixed="right"
           width="200"
           class-name="small-padding fixed-width"
         >
@@ -829,7 +830,7 @@
       this.loading = true;
       getTaskservelist(this.topqueryParams).then((response) => {
         this.userList = response.rows[0].serviceSubtaskList;
-        this.total=response.total
+        this.total = response.total;
         this.cardlist[0].value =
           Number(response.rows[0].wzx) + Number(response.rows[0].ysf);
         this.cardlist[1].value = response.rows[0].ysf;
@@ -845,7 +846,7 @@
             item.endDay = this.daysBetween(item.endtime);
           }
           if (item.endtime) {
-           idArray = item.preachform.split(",");
+            idArray = item.preachform.split(",");
           }
 
           item.preachform = idArray.map((value) => {
@@ -1082,9 +1083,18 @@
     },
     // 璺宠浆璇︽儏椤�
     Seedetails(row) {
+      let type = "";
+      if (row.preachform == 3) {
+        type = 1;
+      }
       this.$router.push({
         path: "/followvisit/record/detailpage/",
-        query: { taskid: row.taskid, patid: row.patid, id: row.id },
+        query: {
+          taskid: row.taskid,
+          patid: row.patid,
+          id: row.id,
+          Voicetype: type,
+        },
       });
     },
     // 渚挎嵎鎸夐挳

--
Gitblit v1.9.3