From 32b7735c2c1eebe3eccaab62eb06ec2bd07d8dd7 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 24 二月 2023 10:46:21 +0800
Subject: [PATCH] 2023/2/24 肖辉 屏蔽时间统计和门前三包统计
---
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