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 }, /** 批量新增按钮操作 */