From cee2eca9c3e40b48c40a8fe80f938a777f03d463 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期二, 10 六月 2025 17:57:11 +0800
Subject: [PATCH] 1

---
 src/views/system/visit/index.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/system/visit/index.vue b/src/views/system/visit/index.vue
index fc655f9..a744ded 100644
--- a/src/views/system/visit/index.vue
+++ b/src/views/system/visit/index.vue
@@ -68,8 +68,8 @@
         <el-table-column label="浣撴绫诲瀷" align="center" prop="tjType" height="10px" width="80px"
           :show-overflow-tooltip="true">
           <template slot-scope="scope">
-            <span v-if="scope.row.tjType == '1'">涓汉</span>
-            <span v-if="scope.row.tjType == '2'">鍥㈤槦</span>
+            <span v-if="scope.row.tjType == '2'">涓汉</span>
+            <span v-if="scope.row.tjType == '1'">鍥㈤槦</span>
           </template>
         </el-table-column>
         <el-table-column label="浣撴鍙�" align="center" prop="tjNumber" :show-overflow-tooltip="true" width="160px" />
@@ -703,7 +703,7 @@
     investigation(row) {
       this.gation = row;
       this.formss.tjNumber = this.gation.tjNumber;
-      let mid = "18";
+      let mid = "2";
       printCode(mid).then((response) => {
         if (response.data) {
           this.intList = response.data;
@@ -965,10 +965,10 @@
 }
 
 .drawer1 {
-  display: flex;
-  flex-direction: row;
-  justify-content: space-evenly;
-  align-items: flex-start;
+  // display: flex;
+  // flex-direction: row;
+  // justify-content: space-evenly;
+  // align-items: flex-start;
   // margin-top: 20px;
   padding:10px 20px;
 }

--
Gitblit v1.8.0