From ef33455b1b2e08bb12bc3ea8d6734dd803736615 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 17 十一月 2025 09:47:01 +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