| | |
| | | </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" |
| | |
| | | <!-- :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)" |
| | |
| | | .el-scrollbar__view .el-table__body{ |
| | | width: 100% !important; |
| | | } |
| | | </style> |
| | | </style> |