From 26d77ebd44ea5e8d12bec849ebc938a338675dec Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期四, 20 六月 2024 18:11:56 +0800
Subject: [PATCH] su

---
 src/views/system/bill/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/system/bill/index.vue b/src/views/system/bill/index.vue
index 0863b96..e59b977 100644
--- a/src/views/system/bill/index.vue
+++ b/src/views/system/bill/index.vue
@@ -73,7 +73,7 @@
         <el-button
           type="primary"
           icon="el-icon-search"
-          size="mini"
+          size="mini" style="margin-right:15px;"
           @click="handleQuery"
           >鎼滅储</el-button
         >
@@ -198,8 +198,8 @@
           :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

--
Gitblit v1.8.0