du
2025-03-31 d551fabb2a437effad7dff87fa7ab0e524c97b57
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>
</style>