|
@@ -328,7 +328,7 @@ export default {
|
|
|
return this.carrierRoadInfo.roadTransportStatus === 2
|
|
return this.carrierRoadInfo.roadTransportStatus === 2
|
|
|
},
|
|
},
|
|
|
operateState() {
|
|
operateState() {
|
|
|
- return ['未发起', '待审核', '已过审', '已驳回'][this.carrierRoadInfo.roadTransportStatus]
|
|
|
|
|
|
|
+ return this.$convert.getTypeStr('roadTransportStatus', this.carrierRoadInfo.roadTransportStatus)
|
|
|
},
|
|
},
|
|
|
// 营运许可证为查看状态
|
|
// 营运许可证为查看状态
|
|
|
carrierRoadInfoView() {
|
|
carrierRoadInfoView() {
|