diff --git a/src/views/app/business/courier/courier.vue b/src/views/app/business/courier/courier.vue index 01ac99a..7ec17d0 100644 --- a/src/views/app/business/courier/courier.vue +++ b/src/views/app/business/courier/courier.vue @@ -179,9 +179,9 @@ minWidth: 125, }, { - title: "佣金余额", + title: "佣金余额(元)", key: "depoBal", - minWidth: 125, + minWidth: 145, }, { title: "联系方式", @@ -295,12 +295,12 @@ width: 180, }, { - title: "平均时长", + title: "平均时长(分钟)", key: "avgTime", width: 180, }, { - title: "超出3楼额外费用", + title: "3楼以上额外费用(元)", key: "highFloorFee", width: 180, },