|
|
@ -92,16 +92,16 @@ |
|
|
|
<el-table-column label="订单号" align="center" prop="otcOrderNo" /> |
|
|
|
<el-table-column label="本申诉订单号" align="center" prop="otcAppealNo" /> |
|
|
|
<el-table-column label="申诉备注" align="center" prop="appealRemark" /> |
|
|
|
<el-table-column label="申诉图片" align="center" prop="appealImgUrl" > |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-image v-if="scope.row.appealImgUrl!=null && scope.row.appealImgUrl!=''" |
|
|
|
style="width: 120px; height: 120px" |
|
|
|
:src="scope.row.appealImgUrl" |
|
|
|
@click="previewImage(scope.row.appealImgUrl)" |
|
|
|
:preview-src-list="srcList" |
|
|
|
></el-image> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<!-- <el-table-column label="申诉图片" align="center" prop="appealImgUrl" >--> |
|
|
|
<!-- <template slot-scope="scope">--> |
|
|
|
<!-- <el-image v-if="scope.row.appealImgUrl!=null && scope.row.appealImgUrl!=''"--> |
|
|
|
<!-- style="width: 120px; height: 120px"--> |
|
|
|
<!-- :src="scope.row.appealImgUrl"--> |
|
|
|
<!-- @click="previewImage(scope.row.appealImgUrl)"--> |
|
|
|
<!-- :preview-src-list="srcList"--> |
|
|
|
<!-- ></el-image>--> |
|
|
|
<!-- </template>--> |
|
|
|
<!-- </el-table-column>--> |
|
|
|
<el-table-column label="申诉状态" align="center" prop="appealStatus" :formatter="appealStatusFormat" /> |
|
|
|
<el-table-column label="申诉终端" align="center" prop="terminalSource" :formatter="terminalSourceFormat" /> |
|
|
|
<el-table-column label="申诉方用户" align="center" prop="appealUserName" /> |
|
|
|