From c9434d4be794e0c33f2e4bddb22da940fd911240 Mon Sep 17 00:00:00 2001 From: kerwincui <164770707@qq.com> Date: Wed, 15 Jun 2022 17:08:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=88=E6=9D=83=E7=A0=81=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/views/iot/product/product-authorize.vue | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/vue/src/views/iot/product/product-authorize.vue b/vue/src/views/iot/product/product-authorize.vue index c2414822..ceb56441 100644 --- a/vue/src/views/iot/product/product-authorize.vue +++ b/vue/src/views/iot/product/product-authorize.vue @@ -4,9 +4,6 @@ - @@ -26,13 +23,10 @@ 生成授权码 - 修改 + 批量删除 - 删除 - - - 导出 + 导出 Tips:双击可以复制授权码。 @@ -237,8 +231,6 @@ export default { loading: true, // 选中数组 ids: [], - // 非单个禁用 - single: true, // 非多个禁用 multiple: true, // 显示搜索条件 @@ -387,7 +379,6 @@ export default { // 多选框选中数据 handleSelectionChange(selection) { this.ids = selection.map(item => item.authorizeId) - this.single = selection.lengdelAuthorizeth !== 1 this.multiple = !selection.length }, /** 批量新增按钮操作 */