feige
2024-02-20 53d76ae60199fe1bdf5e1e5c9bafda755afb66bf
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>