From 73ac28e7bed2c94ccdcb6b96c1e026d6cc9db68d Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期五, 10 一月 2025 10:51:38 +0800 Subject: [PATCH] ll --- admin/src/views/operation/device.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/admin/src/views/operation/device.vue b/admin/src/views/operation/device.vue index 9025984..770219c 100644 --- a/admin/src/views/operation/device.vue +++ b/admin/src/views/operation/device.vue @@ -21,7 +21,8 @@ </el-table-column> <el-table-column label="鎿嶄綔" min-width="130" fixed="right"> <template slot-scope="{row}"> - <el-button type="text" @click="handleDetail(row)" v-permissions="['business:category:update']">鏌ョ湅璇︽儏</el-button> + <el-button type="text" @click="handleDetail(row)" + v-permissions="['business:category:update']">鏌ョ湅璇︽儏</el-button> <el-button type="text" @click="handleEdit(row)" icon="el-icon-edit" v-permissions="['business:category:update']">缂栬緫</el-button> <el-button type="text" @click="handleDel(row)" icon="el-icon-delete" @@ -146,6 +147,7 @@ }, handleSizeChange(capacity) { this.pagination.pageSize = capacity + this.getList() } } } -- Gitblit v1.9.3