From b8085c12e2f5542210c8a73a997e0b88d39e18b0 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 20 三月 2025 16:45:56 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/satisfaction/particulars/index.vue |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/src/views/followvisit/satisfaction/particulars/index.vue b/src/views/followvisit/satisfaction/particulars/index.vue
index 52eb2fe..6ef8d94 100644
--- a/src/views/followvisit/satisfaction/particulars/index.vue
+++ b/src/views/followvisit/satisfaction/particulars/index.vue
@@ -180,7 +180,7 @@
 
       <!-- 浠诲姟璇︽儏 -->
       <div v-if="Editprogress == 2">
-        <el-alert title="鍦ㄦ湰闃舵閫夋嫨瀹f暀鐥呬汉" type="success" effect="dark">
+        <el-alert title="鍦ㄦ湰闃舵閫夋嫨鐥呬汉" type="success" effect="dark">
         </el-alert>
         <div class="leftvlue-jbxx">
           <div class="examine-jic">
@@ -205,11 +205,11 @@
 
                     <el-form-item label="鎮h�呰寖鍥�" prop="status">
                       <el-select
-                        v-model="topqueryParams.topic"
+                        v-model="topqueryParams.searchscope"
                         placeholder="璇烽�夋嫨"
                       >
                         <el-option
-                          v-for="item in taskoptions"
+                          v-for="item in source"
                           :key="item.value"
                           :label="item.label"
                           :value="item.value"
@@ -362,7 +362,7 @@
               <el-form-item label="鎮h�呭悕绉帮細">
                 <el-input v-model="patientqueryParams.name"></el-input>
               </el-form-item>
-              <el-form-item label="鎮h�呮潵婧�" prop="status">
+              <el-form-item label="鎮h�呰寖鍥�" prop="status">
                 <el-select
                   v-model="patientqueryParams.topic"
                   placeholder="璇烽�夋嫨"
@@ -508,7 +508,7 @@
         { label: "骞撮緞", width: "", prop: "age" },
         { label: "鑱旂郴鐢佃瘽", width: "", prop: "telcode" },
         { label: "鎵�鍦ㄧ瀹�", width: "", prop: "impTemplate" },
-        { label: "瀹屾垚鏃堕棿", width: "", prop: "create_time" },
+        { label: "瀹屾垚鏃堕棿", width: "", prop: "finishtime" },
         { label: "鐘舵��", width: "", prop: "sex" },
         { label: "閲嶅娆℃暟", width: "", prop: "update_by" },
         { label: "浠诲姟鏉ユ簮", width: "", prop: "update_by" },
@@ -518,6 +518,7 @@
       topqueryParams: {
         pageNum: 1, //
         pageSize: 10,
+        searchscope:2,
       },
       checkList: [],
       deliverytopqueryParams: {
@@ -554,6 +555,20 @@
         resource: "",
         desc: "",
       },
+      source: [
+        {
+          value: 0,
+          label: "鎵�灞炴偅鑰�",
+        },
+        {
+          value: 1,
+          label: "绉戝鎮h��",
+        },
+        {
+          value: 2,
+          label: "鐥呭尯鎮h��",
+        },
+      ],
       options: [
         {
           value: "閫夐」1",

--
Gitblit v1.9.3