From a5f1b080956017388e5d87e7d9d1cbb5632b6cd2 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期二, 28 五月 2024 18:05:48 +0800
Subject: [PATCH] qxtj

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

diff --git a/src/views/system/visit/index.vue b/src/views/system/visit/index.vue
index fc655f9..5e1efb4 100644
--- a/src/views/system/visit/index.vue
+++ b/src/views/system/visit/index.vue
@@ -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