code lint

This commit is contained in:
2025-03-06 00:12:38 +08:00
parent 6d6c69cf37
commit b1593b1c8e
11 changed files with 104 additions and 80 deletions

View File

@@ -1,10 +1,6 @@
<template>
<n-flex>
<n-button
secondary
v-if="user.role !== Role.Super"
@click="edit"
>
<n-button secondary v-if="user.role !== Role.Super" @click="edit">
修改
</n-button>
<n-button