diff --git a/public/favicon.ico b/public/favicon.ico index 89f0042..9901dfa 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/views/bst/device/index.vue b/src/views/bst/device/index.vue index 4ce45aa..f1a103e 100644 --- a/src/views/bst/device/index.vue +++ b/src/views/bst/device/index.vue @@ -253,7 +253,7 @@ - + - @@ -57,7 +57,7 @@ export default { color: '#6DC8EC' // 淡青色,表示在仓库 }, [DeviceStatus.AVAILABLE]: { - icon: 'el-icon-bicycle', + icon: 'el-icon-truck', color: '#61DDAA' // 柔和绿色,表示可用 }, [DeviceStatus.RESERVED]: { diff --git a/src/views/bst/index/components/MchStat.vue b/src/views/bst/index/components/MchStat.vue index d90dd9d..189a404 100644 --- a/src/views/bst/index/components/MchStat.vue +++ b/src/views/bst/index/components/MchStat.vue @@ -12,7 +12,7 @@ clearable :picker-options="DatePickerOptions.DEFAULT" /> - + @@ -75,7 +75,7 @@ -
+
进行中
{{ orderProcessingCount | dv }}
@@ -83,11 +83,11 @@ - + -
+
骑行费 @@ -163,7 +163,7 @@ - +
diff --git a/src/views/bst/index/components/OrderStat.vue b/src/views/bst/index/components/OrderStat.vue index e9ea20b..ccf9f84 100644 --- a/src/views/bst/index/components/OrderStat.vue +++ b/src/views/bst/index/components/OrderStat.vue @@ -31,8 +31,8 @@ export default { color: '#5B8FF9' // 柔和蓝色,表示待支付 }, [OrderStatus.PROCESSING]: { - icon: 'el-icon-bicycle', - color: '#61DDAA' // 柔和绿色,表示进行中 + icon: 'el-icon-truck', + color: '#61DDAA' // 柔和绿色,表示进行中 }, [OrderStatus.FINISHED]: { icon: 'el-icon-circle-check', diff --git a/src/views/bst/order/view/view.vue b/src/views/bst/order/view/view.vue index 6e464ca..d0cba9e 100644 --- a/src/views/bst/order/view/view.vue +++ b/src/views/bst/order/view/view.vue @@ -7,7 +7,7 @@ @@ -104,9 +104,9 @@ - @@ -116,9 +116,9 @@ - @@ -135,9 +135,9 @@
管理费:{{detail.manageRefund | fix2 | dv}} 元
车损费:{{detail.deductionRefund | fix2 | dv}} 元
- @@ -222,8 +222,8 @@ {{ detail.cancelRemark | dv }} - - + + @@ -276,18 +276,18 @@ - + - + - + @@ -308,10 +308,10 @@ - @@ -375,13 +375,13 @@ import Operlog from '@/views/monitor/operlog/index.vue' export default { name: 'OrderView', dicts: [ - 'order_status', - 'device_lock_status', - 'suit_type', - 'suit_rental_unit', - 'suit_riding_rule', - 'order_return_mode', - 'order_return_type', + 'order_status', + 'device_lock_status', + 'suit_type', + 'suit_rental_unit', + 'suit_riding_rule', + 'order_return_mode', + 'order_return_type', 'order_pay_type' ], components: { @@ -400,7 +400,7 @@ export default { AreaLink, OrderDeductDialog, FeeLog, - OrderChangePriceDialog + OrderChangePriceDialog }, data() { return { @@ -499,7 +499,7 @@ export default { this.getDetail(); }).catch((err) => { this.loading = false; - }) + }) }, unitLabel(value) { return this.dict.type.suit_rental_unit.find(item => item.value === value)?.label || value; diff --git a/src/views/system/user/view/components/UserStatistics.vue b/src/views/system/user/view/components/UserStatistics.vue index 1dc723a..eaf4936 100644 --- a/src/views/system/user/view/components/UserStatistics.vue +++ b/src/views/system/user/view/components/UserStatistics.vue @@ -30,7 +30,7 @@ class="stat-item" :value="stat.device.count" label="车辆数" - icon="el-icon-bicycle" + icon="el-icon-truck" start-color="#45B7D1" end-color="#2F80ED" :height="height"