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