ruoyi-ui/src/views/device/index.vue
@@ -194,6 +194,7 @@ size="mini" type="text" icon="el-icon-edit" :disabled="!scope.row.ownData" @click="handleUpdate(scope.row)" v-hasPermi="['system:role:edit']" >修改</el-button> @@ -201,6 +202,7 @@ size="mini" type="text" icon="el-icon-delete" :disabled="!scope.row.ownData" @click="handleDelete(scope.row)" v-hasPermi="['system:role:remove']" >删除</el-button>