From d96a7562b2515584fac4dcb57fdbdcadc8f36fef Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期六, 03 八月 2024 17:48:23 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/satisfaction/particulars/index.vue |   21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/src/views/followvisit/satisfaction/particulars/index.vue b/src/views/followvisit/satisfaction/particulars/index.vue
index 2907370..d9c0b3f 100644
--- a/src/views/followvisit/satisfaction/particulars/index.vue
+++ b/src/views/followvisit/satisfaction/particulars/index.vue
@@ -342,7 +342,7 @@
     </div>
     <!-- 娣诲姞鎮h�� -->
     <el-dialog
-      title="娣诲姞娲惧彂鎮h��"
+      title="閫夋嫨鎮h��"
       :visible.sync="dialogVisiblepatient"
       width="70%"
       :before-close="handleClosehz"
@@ -450,9 +450,6 @@
 </template>
 
 <script>
-import { listsvr_prjtask, Addpatienttask } from "@/api/smartorpor/svr_prjtask";
-import { listpat_archive } from "@/api/smartorpor/pat_archive";
-import { listsvr_prjtaskline } from "@/api/smartorpor/svr_prjtaskline";
 import { messagelistpatient } from "@/api/patient/homepage";
 import SFtable from "@/components/SFtable"; //琛ㄦ牸缁勪欢
 
@@ -470,7 +467,7 @@
       tableLabel: [],
       // 鎮h�呰〃鍗�
       tableLabelhz: [
-      { label: "鎮h�呭悕绉�", width: "", prop: "name" },
+        { label: "鎮h�呭悕绉�", width: "", prop: "name" },
         { label: "鎬у埆", width: "", prop: "sex" },
         { label: "骞撮緞", width: "", prop: "age" },
         { label: "灏辫瘖绉戝", width: "", prop: "impTemplate" },
@@ -478,7 +475,7 @@
         { label: "鍒涘缓浜�", width: "", prop: "update_by" },
       ],
       tableLabelxj: [
-      { label: "闂ㄨ瘖缂栧彿", width: "", prop: "name" },
+        { label: "闂ㄨ瘖缂栧彿", width: "", prop: "name" },
         { label: "濮撳悕", width: "", prop: "name" },
         { label: "骞撮緞", width: "", prop: "age" },
         { label: "鑱旂郴鐢佃瘽", width: "", prop: "name" },
@@ -492,7 +489,7 @@
         { label: "鍒涘缓浜�", width: "", prop: "update_by" },
       ],
       tableLabelmz: [
-      { label: "闂ㄨ瘖缂栧彿", width: "", prop: "name" },
+        { label: "闂ㄨ瘖缂栧彿", width: "", prop: "name" },
         { label: "濮撳悕", width: "", prop: "name" },
         { label: "骞撮緞", width: "", prop: "age" },
         { label: "鑱旂郴鐢佃瘽", width: "", prop: "name" },
@@ -506,7 +503,7 @@
         { label: "鍒涘缓浜�", width: "", prop: "update_by" },
       ],
       tableLabelcy: [
-      { label: "鍛樺伐缂栧彿", width: "", prop: "name" },
+        { label: "鍛樺伐缂栧彿", width: "", prop: "name" },
         { label: "濮撳悕", width: "", prop: "name" },
         { label: "骞撮緞", width: "", prop: "age" },
         { label: "鑱旂郴鐢佃瘽", width: "", prop: "name" },
@@ -696,9 +693,9 @@
       let objictpint = {};
       objictpint.patientes = this.ids;
       objictpint.pguid = 2;
-      Addpatienttask(objictpint).then((res) => {
-        console.log(res);
-      });
+      // Addpatienttask(objictpint).then((res) => {
+      //   console.log(res);
+      // });
       this.dialogVisiblepatient = false;
     },
 
@@ -728,7 +725,7 @@
   // min-height: 12vh;
   margin: 20px;
   margin-bottom: 0;
-  padding: 30px;
+  padding: 20px;
   background: #edf1f7;
   border: 1px solid #dcdfe6;
   -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12),

--
Gitblit v1.9.3