mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-19 03:26:32 +08:00
commit
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
<span>{{formatDateByStatsType(scope.row.registerDate, 'day')}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" fixed="right" width="150px;">
|
||||
<el-table-column label="操作" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<el-button @click="onFormEditTeacherClick(scope.row)" type="text" size="mini"
|
||||
:disabled="!checkPermCodeExist('formTeacher:formTeacher:formEditTeacher')">
|
||||
|
||||
Reference in New Issue
Block a user