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