|
|
@ -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" /> |
|
|
@ -114,13 +114,13 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button v-if="scope.row.appealImgUrl!=''" |
|
|
|
size="mini" |
|
|
|
type="text" |
|
|
|
icon="el-icon-edit" |
|
|
|
@click="handleUpdate(scope.row)" |
|
|
|
v-hasPermi="['otc:otcAppealOrder:edit']" |
|
|
|
>申诉图片</el-button> |
|
|
|
<!-- <el-button--> |
|
|
|
<!-- size="mini"--> |
|
|
|
<!-- type="text"--> |
|
|
|
<!-- icon="el-icon-edit"--> |
|
|
|
<!-- @click="handleUpdate(scope.row)"--> |
|
|
|
<!-- v-hasPermi="['otc:otcAppealOrder:edit']"--> |
|
|
|
<!-- >修改</el-button>--> |
|
|
|
<el-button v-if="scope.row.appealStatus=='in_appeal'" |
|
|
|
size="mini" |
|
|
|
type="text" |
|
|
|