修改bug
This commit is contained in:
parent
43af33158f
commit
15b8f9bb12
@ -177,11 +177,10 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div class="flex-row align-items-center">
|
<div class="flex-row align-items-center">
|
||||||
<el-button size="mini" @click="jumpUrl(`/mediation-management?pkgId=${scope.row.id}&pkgName=${scope.row.pkgName}`)">查看案件</el-button>
|
<el-button size="mini" @click="jumpUrl(`/mediation-management?pkgId=${scope.row.id}&pkgName=${scope.row.pkgName}`)">查看案件</el-button>
|
||||||
|
|
||||||
<!-- <span v-for="(item,index) in scope.row.mediateStatus" :key="index">
|
<!-- <span v-for="(item,index) in scope.row.mediateStatus" :key="index">
|
||||||
{{ item.status == 1 ? item.count:'' }}
|
{{ item.status == 1 ? item.count:'' }}
|
||||||
</span> -->
|
</span> -->
|
||||||
<el-button v-if="scope.row.mediateStatus.find(item=>{return item.status == 1 }).count > 0" size="mini" @click="handleConclude(scope.row)">办结</el-button>
|
<el-button v-if="(scope.row.caseTotal - scope.row.mediateStatus.find(item=>{return item.status == 2 }).count) > 0" size="mini" @click="handleConclude(scope.row)">办结</el-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user