fix: 纪念钞功能完善。
This commit is contained in:
@@ -35,12 +35,12 @@
|
|||||||
<div class="content-con" v-loading="loading">
|
<div class="content-con" v-loading="loading">
|
||||||
<el-table v-loading="loading" :data="CommemorativeBanknoteList" @selection-change="handleSelectionChange" height="calc(100% - 0.62rem)">
|
<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 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">
|
<template #default="scope">
|
||||||
<el-image
|
<el-image
|
||||||
v-if="scope.row.collectFileList && scope.row.collectFileList.length > 0"
|
v-if="scope.row.collectFileList && scope.row.collectFileList.length > 0"
|
||||||
:src="scope.row.collectFileList[0].url"
|
:src="scope.row.collectFileList[0].url"
|
||||||
style="width: 60px; height: 60px; cursor: pointer"
|
style="width: 128px; height: 60px; cursor: pointer"
|
||||||
fit="cover"
|
fit="cover"
|
||||||
@click="handlePreviewImages(scope.row.collectFileList)"
|
@click="handlePreviewImages(scope.row.collectFileList)"
|
||||||
/>
|
/>
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
<dict-tag :options="commemorative_banknote_series" :value="scope.row.series" />
|
<dict-tag :options="commemorative_banknote_series" :value="scope.row.series" />
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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">
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||||
<template v-slot="scope">
|
<template v-slot="scope">
|
||||||
<div class="ctrl-btn d-flex">
|
<div class="ctrl-btn d-flex">
|
||||||
|
|||||||
Reference in New Issue
Block a user