diff --git a/src/assets/icons/svg/card.svg b/src/assets/icons/svg/card.svg new file mode 100644 index 0000000..b5254c7 --- /dev/null +++ b/src/assets/icons/svg/card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/views/bst/order/view/view.vue b/src/views/bst/order/view/view.vue index 79cb922..a0d1792 100644 --- a/src/views/bst/order/view/view.vue +++ b/src/views/bst/order/view/view.vue @@ -45,6 +45,26 @@ + + +
+ +
骑行费优惠:{{detail.ridingDiscount | fix2 | dv}} 元
+
+ + + + +
+
@@ -325,7 +345,7 @@ import DeviceLink from '@/components/Business/Device/DeviceLink.vue' import UserLink from '@/components/Business/User/UserLink.vue' import CollapsePanel from '@/components/CollapsePanel/index.vue' import { getLastDateTimeEndStr, toDescriptionFromSecond } from '@/utils/date' -import { BonusBstType, LogBizType, OrderStatus, PayBstType, SuitRidingRule } from '@/utils/enums' +import { BonusBstType, LogBizType, OrderStatus, PayBstType, SuitRidingRule, VipType } from '@/utils/enums' import Bonus from '@/views/bst/bonus/index.vue' import CommandLog from '@/views/bst/commandLog/index.vue' import DeviceLocation from '@/views/bst/device/view/components/DeviceLocation.vue' @@ -372,6 +392,7 @@ export default { }, data() { return { + VipType, payBstTypes: [PayBstType.ORDER, PayBstType.ORDER_RIDE], OrderStatus, id: null, diff --git a/src/views/bst/vip/index.vue b/src/views/bst/vip/index.vue index bb6fc85..ab1d7cc 100644 --- a/src/views/bst/vip/index.vue +++ b/src/views/bst/vip/index.vue @@ -99,7 +99,7 @@ {{d.row[column.key]}}