From 36d1334695a28fe6b49c1c7bb4bccb7f3ae5c443 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 02 七月 2025 10:29:07 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/satisfaction/index.vue |   38 +++++++++++++++-----------------------
 1 files changed, 15 insertions(+), 23 deletions(-)

diff --git a/src/views/followvisit/satisfaction/index.vue b/src/views/followvisit/satisfaction/index.vue
index 0e1ea1f..e405d10 100644
--- a/src/views/followvisit/satisfaction/index.vue
+++ b/src/views/followvisit/satisfaction/index.vue
@@ -78,28 +78,6 @@
         </el-col>
         <el-col :span="1.5">
           <el-button
-            type="primary"
-            icon="el-icon-plus"
-            size="medium"
-            :disabled="!tasktopic"
-            @click="handleAdd"
-            >鏂板</el-button
-          >
-        </el-col>
-        <el-col :span="1.5">
-          <el-button
-            type="success"
-            plain
-            icon="el-icon-edit"
-            size="medium"
-            :disabled="single"
-            @click="handleUpdate"
-            v-hasPermi="['system:user:edit']"
-            >淇敼</el-button
-          >
-        </el-col>
-        <el-col :span="1.5">
-          <el-button
             type="danger"
             plain
             icon="el-icon-delete"
@@ -180,36 +158,47 @@
           align="center"
           key="authenticity"
           prop="authenticity"
+          sortable
+          width="120"
         />
         <el-table-column
           label="涓�鍛ㄥ唴瀹屾垚(20)"
           align="center"
           key="weekFinish"
           prop="weekFinish"
+          sortable
+          width="120"
         />
         <el-table-column
           label="瑙勮寖鎬�(10)"
           align="center"
           key="standard"
           prop="standard"
+          sortable
         />
         <el-table-column
           label="鍙婃椂鎬�(10)"
           align="center"
           key="timeliness"
           prop="timeliness"
+          sortable
+          width="120"
         />
         <el-table-column
           label="瀹f暀鎯呭喌(10)"
           align="center"
           key="library"
           prop="library"
+          sortable
+          width="120"
         />
         <el-table-column
           label="鐜婊℃剰搴�(10)"
           align="center"
           key="environment"
           prop="environment"
+          sortable
+          width="120"
         />
 
         <el-table-column
@@ -217,6 +206,8 @@
           align="center"
           key="doctorSatisfaction"
           prop="doctorSatisfaction"
+          width="120"
+          sortable
 
         />
         <el-table-column
@@ -224,6 +215,7 @@
           align="center"
           key="nurseSatisfaction"
           prop="nurseSatisfaction"
+          width="120"
           sortable
 
         />
@@ -646,7 +638,7 @@
     /** 瀵煎嚭鎸夐挳鎿嶄綔 */
     handleExport() {
       this.download(
-        "system/user/export",
+        "smartor/satisfaction/export",
         {
           ...this.topqueryParams,
         },

--
Gitblit v1.9.3