From c7b33db117fd2893d7d1c93bf5d46e87d33e44d0 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 16 十二月 2024 16:08:51 +0800 Subject: [PATCH] 初审结果查询 --- 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