修改bug
This commit is contained in:
parent
43af33158f
commit
15b8f9bb12
@ -177,11 +177,10 @@
|
||||
<template slot-scope="scope">
|
||||
<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>
|
||||
|
||||
<!-- <span v-for="(item,index) in scope.row.mediateStatus" :key="index">
|
||||
{{ item.status == 1 ? item.count:'' }}
|
||||
</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>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user