From 7570f18ad0164dcb9bb71808f68e89053aaa2bbf Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 14 十一月 2025 16:14:28 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/component/dept/index.vue |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/views/component/dept/index.vue b/src/views/component/dept/index.vue
index bf97686..e411866 100644
--- a/src/views/component/dept/index.vue
+++ b/src/views/component/dept/index.vue
@@ -1,6 +1,6 @@
 <template>
   <div style="padding: 10px;">
-        <el-drawer title="鏌ヨ" :visible.sync="searchOpen" :with-header="false" size="650px" style="z-index: 2005;">
+    <el-drawer title="鏌ヨ" :visible.sync="searchOpen" :with-header="false" size="650px" style="z-index: 2005;">
       <div style="padding: 50px; width: 630px;">
         <div class="searchText">
           <div style="font-size: 18px;">QUICK SEARCH</div>
@@ -9,11 +9,9 @@
         </div>
       </div>
     </el-drawer>
-
-   <div>
-        <el-button type="primary" icon="el-icon-help"  @click="handleSearch">鎼� 绱�</el-button>
-  
-</div>
+    <div>
+      <el-button type="primary" icon="el-icon-help" @click="handleSearch">鎼� 绱�</el-button>
+    </div>
     <el-table v-loading="loading" :data="tableData" ref="deptTable" max-height="550"
       @selection-change="handleSelectionChange" show-summary border @row-click="handleRowClick" :row-style="rowStyle"
       @cell-dblclick="handleDblclick">
@@ -99,7 +97,7 @@
   },
 
   methods: {
-        //鎵撳紑渚ц竟鎼滅储寮圭獥
+    //鎵撳紑渚ц竟鎼滅储寮圭獥
     handleSearch() {
       this.searchOpen = true
     },

--
Gitblit v1.9.1