From d233d809dd78aa2bf973cdb2ad577dc823eb6ddc Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 28 二月 2023 11:45:36 +0800
Subject: [PATCH] 2023/2/28 肖辉 违建登记添加-身份证正反面调整
---
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