|
@@ -180,7 +180,16 @@ export default {
|
|
|
id: row.examineProjectId
|
|
|
}
|
|
|
})
|
|
|
- } else {
|
|
|
+ } else if(row.settleOrderType == 'PUNISH'){
|
|
|
+ this.$router.push({
|
|
|
+ name: 'penaltyWorkOrder',
|
|
|
+ params: {
|
|
|
+ pageName: row.punishOrderId,
|
|
|
+ pageType: 'detail',
|
|
|
+ pageCode: row.punishOrderId,
|
|
|
+ },
|
|
|
+ })
|
|
|
+ }else{
|
|
|
this.$router.push({
|
|
|
name: 'workOrderPool',
|
|
|
params: {
|