chenlei 6 tháng trước cách đây
mục cha
commit
00fc78243c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pc/wcarrier/join.vue

+ 1 - 1
pc/wcarrier/join.vue

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