From dd325aa187729f0b9e105a23e9d7454c76f823fc Mon Sep 17 00:00:00 2001 From: Flex <q1406482700@163.com> Date: 星期五, 30 五月 2025 13:50:52 +0800 Subject: [PATCH] Merge branch 'master' of http://yykjgit.sdyyst.com/r/easegen --- 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