修改测试bug
This commit is contained in:
@@ -194,9 +194,9 @@
|
|||||||
<el-button size="mini" type="text" icon="el-icon-edit"
|
<el-button size="mini" type="text" icon="el-icon-edit"
|
||||||
v-if="scope.row.caseStatus == 14 && checkPermi(['caseManagement:list:signprint']) && btnStatus"
|
v-if="scope.row.caseStatus == 14 && checkPermi(['caseManagement:list:signprint']) && btnStatus"
|
||||||
@click="showaffixModel(scope.row, 4)">用印</el-button>
|
@click="showaffixModel(scope.row, 4)">用印</el-button>
|
||||||
<el-button size="mini" type="text" icon="el-icon-truck"
|
<!-- <el-button size="mini" type="text" icon="el-icon-truck"
|
||||||
v-if="scope.row.caseStatus > 15 && checkPermi(['caseManagement:list:delivery'])"
|
v-if="scope.row.caseStatus > 15 && checkPermi(['caseManagement:list:delivery'])"
|
||||||
@click="showDeliveryModel(scope.row, 4)">快递信息</el-button>
|
@click="showDeliveryModel(scope.row, 4)">快递信息</el-button> -->
|
||||||
<el-button size="mini" type="text" icon="el-icon-edit"
|
<el-button size="mini" type="text" icon="el-icon-edit"
|
||||||
v-if="scope.row.caseStatus == 15 && checkPermi(['caseManagement:list:sendaward']) && btnStatus"
|
v-if="scope.row.caseStatus == 15 && checkPermi(['caseManagement:list:sendaward']) && btnStatus"
|
||||||
@click="showMailaward(scope.row)">送达裁决书</el-button>
|
@click="showMailaward(scope.row)">送达裁决书</el-button>
|
||||||
@@ -1034,7 +1034,7 @@ export default {
|
|||||||
// 表格显示高亮
|
// 表格显示高亮
|
||||||
tableRowClassName(row){
|
tableRowClassName(row){
|
||||||
console.log(row)
|
console.log(row)
|
||||||
if(row.row.arbitratMethodName=="开庭审理"){
|
if(row.row.caseStatus==8){
|
||||||
return 'pendingTrial'
|
return 'pendingTrial'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user