chenhaozhe
2025-11-14 7570f18ad0164dcb9bb71808f68e89053aaa2bbf
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
    },