From b5a56d53e44c426fa188ba3e4e1db3eb779e2fd9 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 11 九月 2024 21:49:21 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/medtechnician/index.vue |   61 ++++++++++++++++--------------
 1 files changed, 33 insertions(+), 28 deletions(-)

diff --git a/src/views/patient/medtechnician/index.vue b/src/views/patient/medtechnician/index.vue
index 87ee39a..e5bda87 100644
--- a/src/views/patient/medtechnician/index.vue
+++ b/src/views/patient/medtechnician/index.vue
@@ -38,7 +38,7 @@
             </el-option>
           </el-select>
         </el-form-item>
-        <el-form-item label="妯$増" prop="status">
+        <el-form-item label="妯℃澘" prop="status">
           <el-select v-model="topqueryParams.topic" placeholder="璇烽�夋嫨">
             <el-option
               v-for="item in topicoptions"
@@ -135,9 +135,17 @@
         <el-table-column type="selection" width="50" align="center" />
         <el-table-column
           label="搴忓彿"
+          fixed
           align="center"
           key="userId"
           prop="userId"
+        />
+        <el-table-column
+          label="濮撳悕"
+          fixed
+          align="center"
+          key="types"
+          prop="types"
         />
 
         <el-table-column
@@ -148,7 +156,6 @@
           prop="userName"
           width="120"
         />
-        <el-table-column label="濮撳悕" align="center" key="types" prop="types" />
         <el-table-column
           label="骞撮緞"
           align="center"
@@ -180,18 +187,6 @@
         >
           <template slot-scope="scope">
             <div>杞诲害楠ㄨ</div>
-          </template>
-        </el-table-column>
-        <el-table-column
-          label="閫氱煡鐘舵��"
-          align="center"
-          key="topicnumber"
-          prop="topicnumber"
-          width="120"
-          :show-overflow-tooltip="true"
-        >
-          <template slot-scope="scope">
-            <div>鏈畬鎴�</div>
           </template>
         </el-table-column>
         <el-table-column
@@ -231,7 +226,7 @@
           width="160"
         >
           <template slot-scope="scope">
-            <span>{{ parseTime(scope.row.createTime) }}</span>
+            <span>{{ formatTime(scope.row.createTime) }}</span>
           </template>
         </el-table-column>
         <el-table-column
@@ -242,7 +237,7 @@
           width="160"
         >
           <template slot-scope="scope">
-            <span>{{ parseTime(scope.row.createTime) }}</span>
+            <span>{{ formatTime(scope.row.createTime) }}</span>
           </template>
         </el-table-column>
         <el-table-column
@@ -253,12 +248,26 @@
           width="160"
         >
           <template slot-scope="scope">
-            <span>{{ parseTime(scope.row.createTime) }}</span>
+            <span>{{ formatTime(scope.row.createTime) }}</span>
           </template>
         </el-table-column>
 
         <el-table-column
+          label="閫氱煡鐘舵��"
+          fixed="right"
+          align="center"
+          key="topicnumber"
+          prop="topicnumber"
+          width="120"
+          :show-overflow-tooltip="true"
+        >
+          <template slot-scope="scope">
+            <div>鏈畬鎴�</div>
+          </template>
+        </el-table-column>
+        <el-table-column
           label="浠诲姟璇︽儏"
+          fixed="right"
           align="center"
           width="200"
           class-name="small-padding fixed-width"
@@ -276,7 +285,7 @@
             <el-button
               size="medium"
               type="text"
-              @click="handleUpdate(scope.row)"
+              @click="handleDelete(scope.row)"
               v-hasPermi="['system:user:edit']"
               ><span class="button-sc"
                 ><i class="el-icon-delete"></i>鍒犻櫎</span
@@ -703,20 +712,16 @@
     },
     /** 鏂板鎸夐挳鎿嶄綔 */
     handleAdd() {
-      this.reset();
-      this.addalteropen = true;
-      // getUser().then((response) => {
-      //   this.postOptions = response.posts;
-      //   this.roleOptions = response.roles;
-      //   this.title = "鏂板闂ㄨ瘖闅忚";
-      //   this.form.password = this.initPassword;
-      // });
+      this.$router.push({
+        path: "/followvisit/particty",
+        query: { type: 8 },
+      });
     },
     /** 淇敼鎸夐挳鎿嶄綔 */
     handleUpdate(row) {
       this.$router.push({
-        path: "/followvisit/particty",
-        query: { type: 1, },
+        path: "/followvisit/record/detailpage/",
+        query: { id: "1" },
       });
     },
     /** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */

--
Gitblit v1.9.3