fix: 修复错误的标签

This commit is contained in:
joshen
2025-09-28 19:58:30 +08:00
parent 7e0223bddd
commit 6f9f54c40a

View File

@@ -1,5 +1,6 @@
<template> <template>
<div class="TableStudent"> <div class="TableStudent">
<a-row <a-row
type="flex" type="flex"
gutter="12" gutter="12"
@@ -250,7 +251,6 @@
info info
>更新 >更新
</a-button> </a-button>
</a-button>
<a-button <a-button
v-if="checkPer(permissions)" v-if="checkPer(permissions)"
:disabled="record.isLeader === '1'" :disabled="record.isLeader === '1'"