From 424159f81a5493838bae97aa572965797c35f343 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期四, 12 十月 2023 15:36:36 +0800
Subject: [PATCH] 历史导入编码最大流水值不正确问题修复

---
 Source/UBCS-WEB/src/views/authority/role.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/authority/role.vue b/Source/UBCS-WEB/src/views/authority/role.vue
index bece5ed..75d0045 100644
--- a/Source/UBCS-WEB/src/views/authority/role.vue
+++ b/Source/UBCS-WEB/src/views/authority/role.vue
@@ -38,7 +38,7 @@
     <el-dialog title="瑙掕壊鏉冮檺閰嶇疆"
       append-to-body
       :visible.sync="box"
-      width="350px" 
+      width="350px"
       style="height: 115vh; margin-top: -13vh; overflow: hidden">
       <el-tabs type="border-card" style="overflow-y: auto; height: 72vh">
         <el-tab-pane label="鑿滃崟鏉冮檺">
@@ -113,6 +113,7 @@
         option: {
           height: "auto",
           tip: false,
+          columnBtn:false,
           // simplePage: true,
           searchShow: true,
           searchMenuSpan: 6,

--
Gitblit v1.10.0