feige
2023-12-11 9ac4f1edc86c9af627fcff2b3263e029ec4c95ff
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>