...
|
...
|
@@ -135,7 +135,13 @@ |
|
|
label="回执内容"
|
|
|
width="250">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.ext5 && scope.row.ext5.indexOf('异常')>0" style="color: #F56C6C">
|
|
|
<span v-if="scope.row.ext5 && scope.row.ext5.indexOf('异常') != -1" style="color: #F56C6C">
|
|
|
{{scope.row.ext5}}
|
|
|
</span>
|
|
|
<span v-else-if="scope.row.ext5 && scope.row.ext5.indexOf('不通过') != -1" style="color: #F56C6C">
|
|
|
{{scope.row.ext5}}
|
|
|
</span>
|
|
|
<span v-else-if="scope.row.ext5 && scope.row.ext5.indexOf('不接受') != -1" style="color: #F56C6C">
|
|
|
{{scope.row.ext5}}
|
|
|
</span>
|
|
|
<span v-else-if="scope.row.status=='01' || scope.row.status=='11'" style="color: #67C23A">
|
...
|
...
|
|