fix: 纪念钞功能完善。

This commit is contained in:
tianyongbao
2026-02-22 21:51:06 +08:00
parent d6ed73abe8
commit 12e6cd3f4c

View File

@@ -35,12 +35,12 @@
<div class="content-con" v-loading="loading">
<el-table v-loading="loading" :data="CommemorativeBanknoteList" @selection-change="handleSelectionChange" height="calc(100% - 0.62rem)">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="缩略图" align="center" prop="collectFileList" width="100">
<el-table-column label="缩略图" align="center" prop="collectFileList" width="150">
<template #default="scope">
<el-image
v-if="scope.row.collectFileList && scope.row.collectFileList.length > 0"
:src="scope.row.collectFileList[0].url"
style="width: 60px; height: 60px; cursor: pointer"
style="width: 128px; height: 60px; cursor: pointer"
fit="cover"
@click="handlePreviewImages(scope.row.collectFileList)"
/>
@@ -63,7 +63,7 @@
<dict-tag :options="commemorative_banknote_series" :value="scope.row.series" />
</template>
</el-table-column>
<el-table-column label="铸币单位" align="center" prop="coinageUnit" />
<!-- <el-table-column label="铸币单位" align="center" prop="coinageUnit" /> -->
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template v-slot="scope">
<div class="ctrl-btn d-flex">