|
@@ -94,13 +94,13 @@
|
|
|
<el-table-column prop="update_flag" label="地图续扫提醒" :formatter="formatStatus"/>
|
|
|
<el-table-column prop="pre_pgm_url" label="原始pgm" width="400px">
|
|
|
<template v-slot="scope">
|
|
|
- <img :src="'http://pji-bucket1.oss.icvdc.com/pji-bucket1/' + scope.row.pre_png_url" @click="viewImg" alt="" style="width:300px; height: 100%; cursor: pointer">
|
|
|
+ <img :src="'http://pji-bucket1.oss.icvdc.com/' + scope.row.pre_png_url" @click="viewImg" alt="" style="width:300px; height: 100%; cursor: pointer">
|
|
|
</template>
|
|
|
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="current_pgm_url" label="当前pgm" width="400px">
|
|
|
<template v-slot="scope">
|
|
|
- <img :src="'http://pji-bucket1.oss.icvdc.com/pji-bucket1/' + scope.row.current_png_url" @click="viewImg" alt="" style="width:300px; height: 100%; cursor: pointer">
|
|
|
+ <img :src="'http://pji-bucket1.oss.icvdc.com/' + scope.row.current_png_url" @click="viewImg" alt="" style="width:300px; height: 100%; cursor: pointer">
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|