From 0d9844060912192819486a499ad987d216e33b6e Mon Sep 17 00:00:00 2001 From: 康鲁杰 <60095866+KangLujie@users.noreply.github.com> Date: 星期四, 29 五月 2025 16:40:58 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- easegen-front/src/views/digitalcourse/digitalhumans/index.vue | 25 +++++++++++++++++-------- 1 files changed, 17 insertions(+), 8 deletions(-) diff --git a/easegen-front/src/views/digitalcourse/digitalhumans/index.vue b/easegen-front/src/views/digitalcourse/digitalhumans/index.vue index ac070a6..98bd833 100644 --- a/easegen-front/src/views/digitalcourse/digitalhumans/index.vue +++ b/easegen-front/src/views/digitalcourse/digitalhumans/index.vue @@ -161,6 +161,23 @@ > {{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 @@ -169,14 +186,6 @@ 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> -- Gitblit v1.9.3