档案合集相关图片注释

master
wanglei 1 year ago
parent 90b1e49b05
commit 0cfcf47c13

@ -142,11 +142,11 @@
<image-preview :src="scope.row.pictures" :width="50" :height="50"/>
</template>
</el-table-column>
<el-table-column label="相关图片" align="center" prop="allPics">
<!-- <el-table-column label="相关图片" align="center" prop="allPics">
<template slot-scope="scope">
<image-preview :src="scope.row.allPics" :width="50" :height="50"/>
</template>
</el-table-column>
</el-table-column>-->
<el-table-column label="是否纠错" align="center" prop="errorCorrect" min-width="100" show-overflow-tooltip>
<template slot-scope="scope">
<dict-tag :options="dict.type.error_correct" :value="scope.row.errorCorrect"/>

@ -118,11 +118,11 @@
<image-preview :src="scope.row.pictures" :width="50" :height="50"/>
</template>
</el-table-column>
<el-table-column label="相关图片" align="center" prop="allPics">
<!-- <el-table-column label="相关图片" align="center" prop="allPics">
<template slot-scope="scope">
<image-preview :src="scope.row.allPics" :width="50" :height="50"/>
</template>
</el-table-column>
</el-table-column>-->
<el-table-column label="是否纠错" align="center" prop="errorCorrect" min-width="100" show-overflow-tooltip>
<template slot-scope="scope">
<dict-tag :options="dict.type.error_correct" :value="scope.row.errorCorrect"/>

@ -130,11 +130,11 @@
<image-preview :src="scope.row.pictures" :width="50" :height="50"/>
</template>
</el-table-column>
<el-table-column label="相关图片" align="center" prop="allPics">
<!-- <el-table-column label="相关图片" align="center" prop="allPics">
<template slot-scope="scope">
<image-preview :src="scope.row.allPics" :width="50" :height="50"/>
</template>
</el-table-column>
</el-table-column>-->
<el-table-column label="是否纠错" align="center" prop="errorCorrect" min-width="100" show-overflow-tooltip>
<template slot-scope="scope">
<dict-tag :options="dict.type.error_correct" :value="scope.row.errorCorrect"/>

@ -128,11 +128,11 @@
<image-preview :src="scope.row.pictures" :width="50" :height="50"/>
</template>
</el-table-column>
<el-table-column label="相关图片" align="center" prop="allPics">
<!-- <el-table-column label="相关图片" align="center" prop="allPics">
<template slot-scope="scope">
<image-preview :src="scope.row.allPics" :width="50" :height="50"/>
</template>
</el-table-column>
</el-table-column>-->
<el-table-column label="是否纠错" align="center" prop="errorCorrect" min-width="100" show-overflow-tooltip>
<template slot-scope="scope">
<dict-tag :options="dict.type.error_correct" :value="scope.row.errorCorrect"/>

@ -153,11 +153,11 @@
<image-preview :src="scope.row.pictures" :width="50" :height="50"/>
</template>
</el-table-column>
<el-table-column label="相关图片" align="center" prop="allPics">
<!-- <el-table-column label="相关图片" align="center" prop="allPics">
<template slot-scope="scope">
<image-preview :src="scope.row.allPics" :width="50" :height="50"/>
</template>
</el-table-column>
</el-table-column>-->
<el-table-column label="是否纠错" align="center" prop="errorCorrect" min-width="100" show-overflow-tooltip>
<template slot-scope="scope">
<dict-tag :options="dict.type.error_correct" :value="scope.row.errorCorrect"/>

Loading…
Cancel
Save