From d551fabb2a437effad7dff87fa7ab0e524c97b57 Mon Sep 17 00:00:00 2001 From: du <13220750630.163.com> Date: 星期一, 31 三月 2025 15:34:58 +0800 Subject: [PATCH] 上传格式 --- easegen-front/src/views/digitalcourse/digitalhumans/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/easegen-front/src/views/digitalcourse/digitalhumans/index.vue b/easegen-front/src/views/digitalcourse/digitalhumans/index.vue index df47d71..ba7c633 100644 --- a/easegen-front/src/views/digitalcourse/digitalhumans/index.vue +++ b/easegen-front/src/views/digitalcourse/digitalhumans/index.vue @@ -121,9 +121,9 @@ </el-table-column> <el-table-column :label="t('digitalhumans.picture')" align="center" prop="pictureUrl" width="100"> <template #default="scope"> - <el-image + <el-image v-if="scope.row.pictureUrl" - :src="scope.row.pictureUrl" + :src="scope.row.pictureUrl" :preview-src-list="[scope.row.pictureUrl]" fit="contain" class="w-[50px] h-[50px] cursor-pointer" @@ -154,7 +154,7 @@ <!-- :disabled="scope.row.status == 3" --> <el-button v-if="superAdminProcess(scope.row.status, scope.row.type)" - :disabled="scope.row.status == 3" + :disabled="scope.row.status == 3" link type="primary" @click="openAuditForm('update', scope.row.id)" @@ -315,4 +315,4 @@ .el-scrollbar__view .el-table__body{ width: 100% !important; } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.3