feige
2024-02-20 a7d09900629902c8170f639f070fc6da8d168e0b
ruoyi-ui/src/views/clean/index.vue
@@ -177,6 +177,7 @@
                size="mini"
                type="text"
                icon="el-icon-edit"
                      :disabled="!scope.row.ownData"
                @click="handleUpdate(scope.row)"
                v-hasPermi="['familymodel:clean:info']"
              >修改</el-button>
@@ -184,6 +185,7 @@
                size="mini"
                type="text"
                icon="el-icon-delete"
                      :disabled="!scope.row.ownData"
                @click="handleDelete(scope.row)"
                v-hasPermi="['system:role:remove']"
              >删除</el-button>