From 6e88bdd3848904ef55ec03714c9b2770b5195b50 Mon Sep 17 00:00:00 2001 From: luobisheng <727299681@qq.com> Date: 星期二, 29 十一月 2022 13:47:24 +0800 Subject: [PATCH] 消息修改 --- src/views/systemSetting/device/bayonet/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/systemSetting/device/bayonet/index.vue b/src/views/systemSetting/device/bayonet/index.vue index b2a50c0..b3c01fd 100644 --- a/src/views/systemSetting/device/bayonet/index.vue +++ b/src/views/systemSetting/device/bayonet/index.vue @@ -24,7 +24,7 @@ <div class="main-content"> <div class="main-title"> <el-button - class="el-icon-plus" + class="el-icon-plus button-addition" type="primary" @click="showDialog(false, null)" >娣诲姞</el-button @@ -178,7 +178,7 @@ .exportBayonetList({ bayonetName: this.context, current: this.current, - size: this.size, + size: this.size }) .then((res) => { downloadFile(res); -- Gitblit v1.8.0