chore: replace 'token' with power

This commit is contained in:
RockYang
2024-02-23 18:11:57 +08:00
parent a80cd3848e
commit 37392f2bb2
11 changed files with 397 additions and 212 deletions

View File

@@ -62,7 +62,7 @@ import {Delete, PictureFilled, Plus} from "@element-plus/icons-vue";
import {isImage, removeArrayItem} from "@/utils/libs";
const props = defineProps({
userId: String,
userId: Number,
});
const emits = defineEmits(['selected']);
const show = ref(false)