fix contest conflict.

This commit is contained in:
2023-03-16 14:49:34 +08:00
parent 51328770c6
commit 0fa885d892
15 changed files with 290 additions and 148 deletions

View File

@@ -94,7 +94,9 @@ function select(key: string) {
<n-space>
<n-button @click="reset">重置</n-button>
<n-button @click="goSubmissions">提交信息</n-button>
<n-button v-if="userStore.isSuperAdmin" @click="edit">编辑</n-button>
<n-button type="warning" v-if="userStore.isSuperAdmin" @click="edit">
编辑
</n-button>
</n-space>
</n-form-item>
</n-form>