From 6f19e706c33dc8f1d2a33ceb209dfe498af2b016 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 24 三月 2023 11:40:04 +0800
Subject: [PATCH] 优化
---
src/views/systemSetting/device/bayonet/index.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/systemSetting/device/bayonet/index.vue b/src/views/systemSetting/device/bayonet/index.vue
index 8705eca..0fd8a38 100644
--- a/src/views/systemSetting/device/bayonet/index.vue
+++ b/src/views/systemSetting/device/bayonet/index.vue
@@ -7,18 +7,21 @@
<el-input
v-model="context"
placeholder="璇疯緭鍏�"
- @change="getBayonetListData"
+
></el-input>
</div>
<div class="main-title">
+ <el-button type="primary" icon="el-icon-search" @click="getBayonetListData">鏌ヨ
+ </el-button>
<el-button
class="el-icon-plus button-addition"
type="primary"
@click="showDialog(false, null)"
>娣诲姞</el-button
>
- <el-button @click="handleExport"
+
+ <el-button @click="handleExport"
type="primary">瀵煎嚭鍗″彛</el-button>
</div>
</div>
--
Gitblit v1.8.0