|
@@ -280,7 +280,7 @@ export default {
|
|
|
},
|
|
|
orderWorkers: {
|
|
|
isEdit: !finish && !this.orderInfo.isQd,
|
|
|
- isShow: !this.orderInfo.isQd,
|
|
|
+ isShow: !this.orderInfo.isQd || this.orderInfo.orderWorkers.length,
|
|
|
isRules: this.userInfo.type != 1 ? [...required] : []
|
|
|
},
|
|
|
}
|