|
|
@@ -194,9 +194,9 @@
|
|
194
|
194
|
<el-button size="mini" type="text" icon="el-icon-edit"
|
|
195
|
195
|
v-if="scope.row.caseStatus == 14 && checkPermi(['caseManagement:list:signprint']) && btnStatus"
|
|
196
|
196
|
@click="showaffixModel(scope.row, 4)">用印</el-button>
|
|
197
|
|
- <el-button size="mini" type="text" icon="el-icon-truck"
|
|
|
197
|
+ <!-- <el-button size="mini" type="text" icon="el-icon-truck"
|
|
198
|
198
|
v-if="scope.row.caseStatus > 15 && checkPermi(['caseManagement:list:delivery'])"
|
|
199
|
|
- @click="showDeliveryModel(scope.row, 4)">快递信息</el-button>
|
|
|
199
|
+ @click="showDeliveryModel(scope.row, 4)">快递信息</el-button> -->
|
|
200
|
200
|
<el-button size="mini" type="text" icon="el-icon-edit"
|
|
201
|
201
|
v-if="scope.row.caseStatus == 15 && checkPermi(['caseManagement:list:sendaward']) && btnStatus"
|
|
202
|
202
|
@click="showMailaward(scope.row)">送达裁决书</el-button>
|
|
|
@@ -1034,7 +1034,7 @@ export default {
|
|
1034
|
1034
|
// 表格显示高亮
|
|
1035
|
1035
|
tableRowClassName(row){
|
|
1036
|
1036
|
console.log(row)
|
|
1037
|
|
- if(row.row.arbitratMethodName=="开庭审理"){
|
|
|
1037
|
+ if(row.row.caseStatus==8){
|
|
1038
|
1038
|
return 'pendingTrial'
|
|
1039
|
1039
|
}
|
|
1040
|
1040
|
|