From d24c9dde20cba23b96082b4db81b5223c75e4ea9 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 08 三月 2023 09:06:28 +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