@@ -61,7 +61,7 @@
:type="row.is_audited === 'true' ? 'danger' : 'success'"
@click="auditOrgTeacher(row)"
>
- 审核{{ row.is_audited === 'true' ? '拒绝' : '同意' }}
+ {{ row.is_audited === 'true' ? '拒绝' : '接受' }}
</el-link>
</el-col>
<el-col>