| | |
| | | > |
| | | {{t('digitalhumans.handle')}} |
| | | </el-button> |
| | | |
| | | <el-button |
| | | link |
| | | type="primary" |
| | | @click="OpenLookformRef('detail', scope.row.id)" |
| | | v-hasPermi="['digitalcourse:digital-humans:delete']" |
| | | > |
| | | {{t('digitalhumans.view')}} |
| | | </el-button> |
| | | <el-button |
| | | link |
| | | type="primary" |
| | | @click="OpenLookformRef('updata', scope.row.id)" |
| | | v-hasPermi="['digitalcourse:digital-humans:delete']" |
| | | > |
| | | 修改 |
| | | </el-button> |
| | | <el-button |
| | | :disabled="scope.row.status == 3 || scope.row.status == 6" |
| | | link |
| | |
| | | v-hasPermi="['digitalcourse:digital-humans:delete']" |
| | | > |
| | | {{ t('action.del') }} |
| | | </el-button> |
| | | <el-button |
| | | link |
| | | type="primary" |
| | | @click="OpenLookformRef('detail', scope.row.id)" |
| | | v-hasPermi="['digitalcourse:digital-humans:delete']" |
| | | > |
| | | {{t('digitalhumans.view')}} |
| | | </el-button> |
| | | </template> |
| | | </el-table-column> |