...
|
...
|
@@ -122,10 +122,8 @@ |
|
|
<span v-if="scope.row.status ==='25'">已发送修改报</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="receipt" label="回执信息" align="center" width="380">
|
|
|
<el-table-column prop="receipt" label="回执信息" align="center" show-overflow-tooltip width="380" >
|
|
|
<template slot-scope="scope">
|
|
|
<el-tooltip placement="top">
|
|
|
<div slot="content">{{scope.row.ext5}}</div>
|
|
|
<el-tag v-if="scope.row.status=='01' || scope.row.status=='11'" type="success">
|
|
|
{{scope.row.ext5}}
|
|
|
</el-tag>
|
...
|
...
|
@@ -138,7 +136,6 @@ |
|
|
<el-tag v-else>
|
|
|
{{scope.row.ext5}}
|
|
|
</el-tag>
|
|
|
</el-tooltip>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="operation" fixed="right" label="操作" align="center" width="285">
|
...
|
...
|
|