From 28b11b6ca5fad4ec33d4a1a4bbab62d5364cdab4 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期二, 23 七月 2024 17:47:11 +0800 Subject: [PATCH] qxtj --- 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