@vtx/modals2 5.0.59 → 6.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -2
- package/lib/_components/vm-calendar/index.js +12 -7
- package/lib/_components/vm-calendar/style/index.js +0 -1
- package/lib/_components/vm-calendar/style/index.less +1 -0
- package/lib/_components/vm-empty/index.js +13 -11
- package/lib/_components/vm-factor/index.js +1 -0
- package/lib/_components/vm-factor/style/index.less +4 -0
- package/lib/_components/vm-filter/index.js +9 -12
- package/lib/_components/vm-info-collection/style/index.js +0 -1
- package/lib/_components/vm-map/index.js +18 -0
- package/lib/_components/vm-popover/index.js +11 -3
- package/lib/_components/vm-popover/index.less +4 -1
- package/lib/_components/vm-repair-maintain/RmInfoSummary.js +7 -6
- package/lib/_components/vm-repair-maintain/RmMonthTrend.js +3 -2
- package/lib/_components/vm-repair-maintain/RmRecord.js +9 -8
- package/lib/_components/vm-repair-maintain/RmType.js +5 -4
- package/lib/_components/vm-repair-maintain/index.js +4 -3
- package/lib/_components/vm-table/index.js +31 -24
- package/lib/_components/vm-tabs/index.js +26 -10
- package/lib/_components/vm-video/index.js +21 -21
- package/lib/_components/vm-wrapper/index.js +8 -4
- package/lib/_components/vm-wrapper/resource/ICON_CONFIG.js +1 -1
- package/lib/_util/http.js +4 -2
- package/lib/_util/setupDayjs.js +16 -0
- package/lib/hooks/useTranslation.js +217 -0
- package/lib/index.js +3 -0
- package/lib/locales/en.json +1377 -0
- package/lib/locales/zh-CN.json +1377 -0
- package/lib/style/index.less +0 -2
- package/lib/vtx-area-modal/api.js +5 -4
- package/lib/vtx-area-modal/components/BaseInfo/Lcfx.js +2 -1
- package/lib/vtx-area-modal/components/BaseInfo/ListZymx.js +10 -9
- package/lib/vtx-area-modal/components/BaseInfo/index.js +14 -13
- package/lib/vtx-area-modal/index.js +1 -1
- package/lib/vtx-base-modal/Header/index.less +1 -0
- package/lib/vtx-base-modal/index.js +34 -3
- package/lib/vtx-base-modal/style/index.less +14 -1
- package/lib/vtx-car-modal/components/Info/index.js +37 -7
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/List.js +7 -6
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/StaticInfo.js +7 -6
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/index.js +2 -1
- package/lib/vtx-car-modal/content/Cc/BaseInfo/index.js +22 -21
- package/lib/vtx-car-modal/content/Cc/OrderInfo/Detail.js +26 -25
- package/lib/vtx-car-modal/content/Cc/OrderInfo/index.js +15 -14
- package/lib/vtx-car-modal/content/Cc/StaticInfo/index.js +22 -21
- package/lib/vtx-car-modal/content/Cc/WorkRecord/Detail.js +13 -12
- package/lib/vtx-car-modal/content/Cc/WorkRecord/Summary.js +13 -12
- package/lib/vtx-car-modal/content/Cc/WorkRecord/index.js +2 -1
- package/lib/vtx-car-modal/content/Common/AlarmInfo/List.js +16 -11
- package/lib/vtx-car-modal/content/Common/AlarmInfo/StaticInfo.js +7 -6
- package/lib/vtx-car-modal/content/Common/AlarmInfo/index.js +2 -1
- package/lib/vtx-car-modal/content/Common/BaseInfo/index.js +10 -7
- package/lib/vtx-car-modal/content/Common/DetailInfo/index.js +13 -12
- package/lib/vtx-car-modal/content/Common/DeviceInfo/index.js +16 -15
- package/lib/vtx-car-modal/content/Common/Maintenance/index.js +23 -18
- package/lib/vtx-car-modal/content/Common/OilConsumption/List.js +5 -4
- package/lib/vtx-car-modal/content/Common/OilConsumption/index.js +7 -6
- package/lib/vtx-car-modal/content/Common/StaticInfo/index.js +17 -15
- package/lib/vtx-car-modal/content/Common/WaterConsumption/index.js +10 -9
- package/lib/vtx-car-modal/content/JXH/AlarmInfo/List.js +8 -7
- package/lib/vtx-car-modal/content/JXH/AlarmInfo/StaticInfo.js +9 -8
- package/lib/vtx-car-modal/content/JXH/AlarmInfo/index.js +2 -1
- package/lib/vtx-car-modal/content/JXH/BaseInfo/index.js +11 -10
- package/lib/vtx-car-modal/content/JXH/Hw2AlarmInfo/List.js +8 -7
- package/lib/vtx-car-modal/content/JXH/Hw2AlarmInfo/StaticInfo.js +7 -6
- package/lib/vtx-car-modal/content/JXH/Hw2AlarmInfo/index.js +2 -1
- package/lib/vtx-car-modal/content/JXH/Hw2BaseInfo/index.js +13 -12
- package/lib/vtx-car-modal/content/JXH/Hw2StaticInfo/index.js +44 -41
- package/lib/vtx-car-modal/content/JXH/Hw2WorkRecord/index.js +26 -20
- package/lib/vtx-car-modal/content/JXH/StaticInfo/index.js +18 -17
- package/lib/vtx-car-modal/content/JXH/WorkRecord/index.js +23 -22
- package/lib/vtx-car-modal/content/Jzlj/Alarm/Bottom.js +41 -40
- package/lib/vtx-car-modal/content/Jzlj/Alarm/index.js +13 -12
- package/lib/vtx-car-modal/content/Jzlj/BaseInfo/index.js +21 -20
- package/lib/vtx-car-modal/content/Jzlj/Collection/Chart.js +8 -7
- package/lib/vtx-car-modal/content/Jzlj/Collection/index.js +26 -25
- package/lib/vtx-car-modal/content/Jzlj/Dispose/Pies.js +15 -9
- package/lib/vtx-car-modal/content/Jzlj/Dispose/index.js +20 -19
- package/lib/vtx-car-modal/content/Jzlj/RunCalendar/index.js +13 -12
- package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/List.js +6 -5
- package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/StaticInfo.js +7 -6
- package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/index.js +2 -1
- package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.js +28 -27
- package/lib/vtx-car-modal/content/Ljsy/StaticInfo/index.js +23 -22
- package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Detail.js +10 -9
- package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Summary.js +13 -12
- package/lib/vtx-car-modal/content/Ljsy/WorkRecord/index.js +2 -1
- package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.js +18 -17
- package/lib/vtx-car-modal/content/Ljzy/StaticInfo/index.js +15 -14
- package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Detail.js +8 -7
- package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Summary.js +12 -11
- package/lib/vtx-car-modal/content/Ljzy/WorkRecord/index.js +2 -1
- package/lib/vtx-car-modal/content/Unmanned/Analysis/index.js +4 -3
- package/lib/vtx-car-modal/content/Unmanned/Calendar/index.js +18 -17
- package/lib/vtx-car-modal/content/Unmanned/Monitor/index.js +2 -1
- package/lib/vtx-car-modal/content/Unmanned/WorkInfo/index.js +8 -7
- package/lib/vtx-car-modal/index.js +25 -24
- package/lib/vtx-car-modal/style/index.js +1 -3
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +28 -16
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmTrend.js +7 -2
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmTypeAnalysis.js +4 -3
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/StaticInfo.js +3 -2
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +2 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +29 -34
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +25 -19
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +4 -3
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +21 -17
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +8 -7
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +34 -0
- package/lib/vtx-cc-cp-modal/components/Calendar/index.js +4 -3
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionTrend.js +7 -2
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionTypeAnalysis.js +4 -3
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExeceptionRecord.js +33 -35
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/StaticInfo.js +3 -2
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +2 -1
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +23 -13
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +2 -1
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +25 -17
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +3 -2
- package/lib/vtx-cc-cp-modal/index.js +2 -1
- package/lib/vtx-cc-unit-modal/components/BaseInfo/CollectRecord.js +11 -7
- package/lib/vtx-cc-unit-modal/components/BaseInfo/DetailList.js +3 -2
- package/lib/vtx-cc-unit-modal/components/BaseInfo/Factory.js +13 -9
- package/lib/vtx-cc-unit-modal/components/BaseInfo/Statistics.js +13 -9
- package/lib/vtx-cc-unit-modal/components/BaseInfo/index.js +7 -6
- package/lib/vtx-cc-unit-modal/components/CarList/index.js +13 -9
- package/lib/vtx-cc-unit-modal/components/Collection/index.js +11 -7
- package/lib/vtx-cc-unit-modal/components/DetailInfo/index.js +14 -13
- package/lib/vtx-cc-unit-modal/components/Factory/index.js +13 -9
- package/lib/vtx-cc-unit-modal/components/RestaurantList/index.js +15 -11
- package/lib/vtx-cc-unit-modal/index.js +17 -10
- package/lib/vtx-cp-modal/api.js +6 -5
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +11 -10
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +4 -3
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +6 -5
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +9 -8
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +3 -2
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +10 -9
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +5 -4
- package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +10 -9
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +4 -3
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +6 -5
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +5 -4
- package/lib/vtx-cp-modal/components/SyInfo/index.js +20 -19
- package/lib/vtx-cp-modal/index.js +5 -4
- package/lib/vtx-default-modal/components/BaseInfo/index.js +2 -1
- package/lib/vtx-default-modal/index.js +4 -3
- package/lib/vtx-default-modal/style/index.js +0 -1
- package/lib/vtx-device-modal/components/BaseInfo/PreviewAndDownload.js +4 -3
- package/lib/vtx-device-modal/components/BaseInfo/index.js +13 -12
- package/lib/vtx-device-modal/components/DataAnalysis/AlarmAnalysis.js +15 -14
- package/lib/vtx-device-modal/components/DataAnalysis/MonitorAnalysis.js +21 -20
- package/lib/vtx-device-modal/components/DataAnalysis/index.js +15 -0
- package/lib/vtx-device-modal/index.js +6 -3
- package/lib/vtx-device-modal/style/index.less +32 -0
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +5 -4
- package/lib/vtx-df-modal/components/BaseInfo/Jczbqs.js +6 -5
- package/lib/vtx-df-modal/components/BaseInfo/Qyjcl.js +4 -3
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +12 -7
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +5 -4
- package/lib/vtx-df-modal/components/BaseInfo/index.js +4 -3
- package/lib/vtx-df-modal/components/BaseInfoZdReborn/Jcqsfx.js +6 -5
- package/lib/vtx-df-modal/components/BaseInfoZdReborn/Jczbqs.js +6 -5
- package/lib/vtx-df-modal/components/BaseInfoZdReborn/Qyjcl.js +4 -3
- package/lib/vtx-df-modal/components/BaseInfoZdReborn/RealtimeMonitor.js +12 -7
- package/lib/vtx-df-modal/components/BaseInfoZdReborn/Situation.js +5 -4
- package/lib/vtx-df-modal/components/BaseInfoZdReborn/index.js +4 -3
- package/lib/vtx-df-modal/components/Calendar/index.js +7 -6
- package/lib/vtx-df-modal/components/Calendar/zd-reborn.js +7 -6
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js +10 -8
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +6 -5
- package/lib/vtx-df-modal/components/Metering/List.js +12 -10
- package/lib/vtx-df-modal/components/Metering/index.js +11 -10
- package/lib/vtx-df-modal/components/MeteringZdReborn/ChartJccc.js +10 -8
- package/lib/vtx-df-modal/components/MeteringZdReborn/ChartJcqs.js +6 -6
- package/lib/vtx-df-modal/components/MeteringZdReborn/List.js +12 -10
- package/lib/vtx-df-modal/components/MeteringZdReborn/index.js +11 -10
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +2 -1
- package/lib/vtx-df-modal/components/WorkCondition/Table.js +4 -3
- package/lib/vtx-df-modal/components/WorkCondition/index.js +9 -4
- package/lib/vtx-df-modal/index.js +4 -3
- package/lib/vtx-housing-estate-modal/components/Alarm/CYLJTF.js +7 -6
- package/lib/vtx-housing-estate-modal/components/Alarm/Distribute.js +3 -2
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL_TREND.js +3 -2
- package/lib/vtx-housing-estate-modal/components/Alarm/FSCSFB.js +3 -2
- package/lib/vtx-housing-estate-modal/components/Alarm/FSSD.js +5 -4
- package/lib/vtx-housing-estate-modal/components/Alarm/FSYZQS.js +4 -3
- package/lib/vtx-housing-estate-modal/components/Alarm/GDCLXL.js +8 -7
- package/lib/vtx-housing-estate-modal/components/Alarm/HTLJPH.js +6 -5
- package/lib/vtx-housing-estate-modal/components/Alarm/MYFX_FB.js +9 -8
- package/lib/vtx-housing-estate-modal/components/Alarm/MYFX_GD.js +4 -3
- package/lib/vtx-housing-estate-modal/components/Alarm/MYFX_PIE.js +5 -4
- package/lib/vtx-housing-estate-modal/components/Alarm/MYFX_TREND.js +3 -2
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js +5 -4
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +13 -12
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js +7 -5
- package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +14 -13
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +12 -11
- package/lib/vtx-housing-estate-modal/components/Sbzj/index.js +20 -17
- package/lib/vtx-housing-estate-modal/components/TFRD/index.js +55 -52
- package/lib/vtx-housing-estate-modal/components/WGGS/index.js +3 -2
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +2 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js +6 -5
- package/lib/vtx-housing-estate-modal/config.js +10 -10
- package/lib/vtx-housing-estate-modal/index.js +6 -5
- package/lib/vtx-jzlj-df-tpd-modal/components/Collection/Chart.js +15 -9
- package/lib/vtx-jzlj-df-tpd-modal/components/Collection/index.js +31 -25
- package/lib/vtx-jzlj-df-tpd-modal/components/Dispose/FlowMap.js +4 -3
- package/lib/vtx-jzlj-df-tpd-modal/components/Dispose/index.js +32 -24
- package/lib/vtx-jzlj-df-tpd-modal/components/FactorList.js +38 -0
- package/lib/vtx-jzlj-df-tpd-modal/components/Overview/CTL.js +4 -3
- package/lib/vtx-jzlj-df-tpd-modal/components/Overview/CTYL.js +16 -10
- package/lib/vtx-jzlj-df-tpd-modal/components/Overview/CZZ.js +16 -8
- package/lib/vtx-jzlj-df-tpd-modal/components/Overview/index.js +5 -4
- package/lib/vtx-jzlj-df-tpd-modal/index.js +8 -5
- package/lib/vtx-jzlj-df-tpd-modal/style/index.less +22 -0
- package/lib/vtx-jzlj-gcxm-modal/components/Alarm/Bottom.js +41 -40
- package/lib/vtx-jzlj-gcxm-modal/components/Alarm/index.js +16 -15
- package/lib/vtx-jzlj-gcxm-modal/components/Collection/Chart.js +10 -8
- package/lib/vtx-jzlj-gcxm-modal/components/Collection/index.js +26 -24
- package/lib/vtx-jzlj-gcxm-modal/components/Dispose/FlowMap.js +4 -3
- package/lib/vtx-jzlj-gcxm-modal/components/Dispose/index.js +26 -24
- package/lib/vtx-jzlj-gcxm-modal/components/FactorList.js +41 -0
- package/lib/vtx-jzlj-gcxm-modal/components/Overview/CTL.js +4 -3
- package/lib/vtx-jzlj-gcxm-modal/components/Overview/CTYL.js +11 -9
- package/lib/vtx-jzlj-gcxm-modal/components/Overview/CZZ.js +11 -9
- package/lib/vtx-jzlj-gcxm-modal/components/Overview/index.js +11 -9
- package/lib/vtx-jzlj-gcxm-modal/index.js +10 -6
- package/lib/vtx-jzlj-gcxm-modal/style/index.less +45 -0
- package/lib/vtx-jzlj-xnc-modal/components/Collection/Chart.js +11 -9
- package/lib/vtx-jzlj-xnc-modal/components/Collection/index.js +27 -25
- package/lib/vtx-jzlj-xnc-modal/components/Dispose/FlowMap.js +4 -3
- package/lib/vtx-jzlj-xnc-modal/components/Dispose/index.js +26 -24
- package/lib/vtx-jzlj-xnc-modal/components/FactorList.js +41 -0
- package/lib/vtx-jzlj-xnc-modal/components/Overview/CTL.js +4 -3
- package/lib/vtx-jzlj-xnc-modal/components/Overview/CTYL.js +12 -10
- package/lib/vtx-jzlj-xnc-modal/components/Overview/CZZ.js +13 -11
- package/lib/vtx-jzlj-xnc-modal/components/Overview/index.js +24 -13
- package/lib/vtx-jzlj-xnc-modal/index.js +9 -5
- package/lib/vtx-jzlj-xnc-modal/style/index.less +46 -0
- package/lib/vtx-jzlj-ysqy-modal/components/Overview/index.js +29 -12
- package/lib/vtx-jzlj-ysqy-modal/components/Overview/index.less +21 -0
- package/lib/vtx-jzlj-ysqy-modal/index.js +6 -2
- package/lib/vtx-kh-modal/api2.js +10 -9
- package/lib/vtx-kh-modal/components/BaseInfo/index.js +21 -23
- package/lib/vtx-kh-modal/components/Record/index.js +18 -17
- package/lib/vtx-kh-modal/index.js +3 -2
- package/lib/vtx-kh-modal/style/index.js +0 -1
- package/lib/vtx-qyry-modal/api.js +8 -7
- package/lib/vtx-qyry-modal/index.js +17 -16
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +18 -9
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +7 -2
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +4 -3
- package/lib/vtx-restaurant-modal/components/Alarm/StaticInfo.js +3 -2
- package/lib/vtx-restaurant-modal/components/Alarm/index.js +2 -1
- package/lib/vtx-restaurant-modal/components/Basic/CollectRule.js +6 -5
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +11 -7
- package/lib/vtx-restaurant-modal/components/Basic/Info.js +4 -1
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js +6 -5
- package/lib/vtx-restaurant-modal/components/Basic/SummaryStatistics.js +3 -2
- package/lib/vtx-restaurant-modal/components/Basic/index.js +6 -5
- package/lib/vtx-restaurant-modal/components/Calendar/index.js +3 -2
- package/lib/vtx-restaurant-modal/components/Collection/index.js +5 -4
- package/lib/vtx-restaurant-modal/components/SignAndContract/ContactDetail.js +24 -23
- package/lib/vtx-restaurant-modal/components/SignAndContract/index.js +11 -10
- package/lib/vtx-restaurant-modal/config.js +42 -43
- package/lib/vtx-restaurant-modal/index.js +16 -7
- package/lib/vtx-road-modal/api.js +14 -13
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +6 -2
- package/lib/vtx-road-modal/components/BaseInfo/Work.js +26 -21
- package/lib/vtx-road-modal/components/BaseInfo/index.js +7 -5
- package/lib/vtx-road-modal/components/BaseInfo/index.less +37 -0
- package/lib/vtx-road-modal/components/Calendar/index.js +5 -4
- package/lib/vtx-road-modal/components/LaneBaseInfo/Rules.js +6 -3
- package/lib/vtx-road-modal/components/LaneBaseInfo/Work.js +25 -20
- package/lib/vtx-road-modal/components/LaneBaseInfo/index.js +5 -3
- package/lib/vtx-road-modal/components/LaneBaseInfo/index.less +42 -0
- package/lib/vtx-road-modal/components/LaneCalendar/index.js +7 -6
- package/lib/vtx-road-modal/components/LaneStatistical/index.js +37 -24
- package/lib/vtx-road-modal/components/LaneStatistical/index.less +8 -0
- package/lib/vtx-road-modal/components/Statistical/index.js +36 -23
- package/lib/vtx-road-modal/components/Statistical/index.less +8 -0
- package/lib/vtx-road-modal/index.js +30 -21
- package/lib/vtx-road-modal/style/index.js +1 -3
- package/lib/vtx-sdyd-tfd-modal/components/Alarm/CYLJTF.js +7 -6
- package/lib/vtx-sdyd-tfd-modal/components/Alarm/Distribute.js +3 -2
- package/lib/vtx-sdyd-tfd-modal/components/Alarm/FLZL_TREND.js +3 -2
- package/lib/vtx-sdyd-tfd-modal/components/Alarm/FSCSFB.js +3 -2
- package/lib/vtx-sdyd-tfd-modal/components/Alarm/FSSD.js +5 -4
- package/lib/vtx-sdyd-tfd-modal/components/Alarm/FSYZQS.js +4 -3
- package/lib/vtx-sdyd-tfd-modal/components/Alarm/GDCLXL.js +8 -7
- package/lib/vtx-sdyd-tfd-modal/components/Alarm/HTLJPH.js +6 -5
- package/lib/vtx-sdyd-tfd-modal/components/Alarm/MYFX_FB.js +9 -8
- package/lib/vtx-sdyd-tfd-modal/components/Alarm/MYFX_GD.js +4 -3
- package/lib/vtx-sdyd-tfd-modal/components/Alarm/MYFX_PIE.js +5 -4
- package/lib/vtx-sdyd-tfd-modal/components/Alarm/MYFX_TREND.js +3 -2
- package/lib/vtx-sdyd-tfd-modal/components/Alarm/index.js +5 -4
- package/lib/vtx-sdyd-tfd-modal/components/OverView/Hot.js +13 -12
- package/lib/vtx-sdyd-tfd-modal/components/OverView/Left.js +14 -12
- package/lib/vtx-sdyd-tfd-modal/components/OverView/Manage.js +14 -13
- package/lib/vtx-sdyd-tfd-modal/components/OverView/RightBottom.js +12 -11
- package/lib/vtx-sdyd-tfd-modal/components/Sbzj/index.js +11 -10
- package/lib/vtx-sdyd-tfd-modal/components/TFRD/index.js +13 -12
- package/lib/vtx-sdyd-tfd-modal/components/WGGS/index.js +2 -1
- package/lib/vtx-sdyd-tfd-modal/components/WGXW/Content.js +2 -1
- package/lib/vtx-sdyd-tfd-modal/config.js +6 -6
- package/lib/vtx-sdyd-tfd-modal/index.js +7 -6
- package/lib/vtx-shxq-modal/api.js +9 -8
- package/lib/vtx-shxq-modal/components/AlarmRecord/List.js +8 -7
- package/lib/vtx-shxq-modal/components/AlarmRecord/index.js +12 -11
- package/lib/vtx-shxq-modal/components/BaseInfo/index.js +11 -10
- package/lib/vtx-shxq-modal/components/Tfd/index.js +7 -6
- package/lib/vtx-shxq-modal/components/ThrowCalendar/Chart.js +2 -1
- package/lib/vtx-shxq-modal/components/ThrowCalendar/List.js +4 -3
- package/lib/vtx-shxq-modal/components/ThrowCalendar/index.js +6 -5
- package/lib/vtx-shxq-modal/components/ThrowRecord/List.js +15 -14
- package/lib/vtx-shxq-modal/components/ThrowRecord/index.js +10 -9
- package/lib/vtx-shxq-modal/index.js +6 -5
- package/lib/vtx-staff-modal/api.js +8 -7
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +6 -5
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js +8 -7
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +3 -2
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +5 -4
- package/lib/vtx-staff-modal/components/Attendance/Record.js +22 -20
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +8 -7
- package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +13 -11
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +9 -8
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +7 -6
- package/lib/vtx-staff-modal/components/Calendar/index.js +8 -7
- package/lib/vtx-staff-modal/components/Equipment/index.js +23 -22
- package/lib/vtx-staff-modal/index.js +6 -5
- package/lib/vtx-tfd-modal/api.js +7 -6
- package/lib/vtx-tfd-modal/components/BaseInfo/Jczbqs.js +6 -5
- package/lib/vtx-tfd-modal/components/BaseInfo/Qyjcl.js +4 -3
- package/lib/vtx-tfd-modal/components/BaseInfo/index.js +17 -17
- package/lib/vtx-tfd-modal/index.js +4 -4
- package/lib/vtx-wr-modal/components/Appraise/index.js +18 -18
- package/lib/vtx-wr-modal/components/Base/Jbxx.js +15 -16
- package/lib/vtx-wr-modal/components/Base/Ptss.js +17 -16
- package/lib/vtx-wr-modal/components/Base/Sjjg.js +12 -9
- package/lib/vtx-wr-modal/components/Base/index.js +14 -14
- package/lib/vtx-wr-modal/components/Build/index.js +6 -5
- package/lib/vtx-wr-modal/components/File/index.js +12 -15
- package/lib/vtx-wr-modal/components/File/index.less +8 -3
- package/lib/vtx-wr-modal/components/Score/index.js +20 -27
- package/lib/vtx-wr-modal/components/Score/index.less +49 -26
- package/lib/vtx-wr-modal/index.js +5 -2
- package/lib/vtx-wr-modal/style/index.js +0 -1
- package/lib/vtx-zf-modal/components/Base/index.js +37 -36
- package/lib/vtx-zf-modal/components/CkEditorCustom/index.js +22 -21
- package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/CKModal.js +9 -7
- package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/config.js +27 -27
- package/lib/vtx-zf-modal/components/File/index.js +15 -14
- package/lib/vtx-zf-modal/components/Process/index.js +17 -17
- package/lib/vtx-zf-modal/components/Record/index.js +9 -8
- package/lib/vtx-zf-modal/components/Right/index.js +7 -7
- package/lib/vtx-zf-modal/style/index.js +0 -1
- package/lib/vtx-zg-modal/api.js +13 -12
- package/lib/vtx-zg-modal/components/BaseInfo/index.js +52 -35
- package/lib/vtx-zg-modal/components/BaseInfo/index.less +48 -1
- package/lib/vtx-zg-modal/index.js +2 -1
- package/lib/vtx-zzz-modal/index.js +2 -1
- package/package.json +30 -19
|
@@ -15,6 +15,7 @@ import { useContext } from 'react';
|
|
|
15
15
|
import { VmTable } from "../../../../_components";
|
|
16
16
|
import { OilService } from "../../../api";
|
|
17
17
|
import { CarContext } from "../../../index";
|
|
18
|
+
import { translateLocaleText } from "./../../../../hooks/useTranslation.js";
|
|
18
19
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
19
20
|
var List = function List(_ref) {
|
|
20
21
|
var startDate = _ref.startDate,
|
|
@@ -41,24 +42,24 @@ var List = function List(_ref) {
|
|
|
41
42
|
rows: (recordRes === null || recordRes === void 0 ? void 0 : recordRes.rows) || []
|
|
42
43
|
};
|
|
43
44
|
var columns = [{
|
|
44
|
-
title: '
|
|
45
|
+
title: translateLocaleText("t('vtxshxqmodal.date')"),
|
|
45
46
|
dataIndex: 'day',
|
|
46
47
|
key: 'day',
|
|
47
48
|
sorter: true
|
|
48
49
|
}, {
|
|
49
|
-
title: '
|
|
50
|
+
title: translateLocaleText("t('vtxcarmodal.l')"),
|
|
50
51
|
dataIndex: 'sumOilUse',
|
|
51
52
|
key: 'sumOilUse',
|
|
52
53
|
align: 'right',
|
|
53
54
|
sorter: true
|
|
54
55
|
}, {
|
|
55
|
-
title: '
|
|
56
|
+
title: translateLocaleText("t('vtxcarmodal.totalMileageKm')"),
|
|
56
57
|
dataIndex: 'sumMileage',
|
|
57
58
|
key: 'sumMileage',
|
|
58
59
|
align: 'right',
|
|
59
60
|
sorter: true
|
|
60
61
|
}, {
|
|
61
|
-
title: '
|
|
62
|
+
title: translateLocaleText("t('vtxcarmodal.l2')"),
|
|
62
63
|
dataIndex: 'averageOilUse',
|
|
63
64
|
key: 'averageOilUse',
|
|
64
65
|
align: 'right',
|
|
@@ -20,6 +20,7 @@ import oilIcon from "../../../imgs/factor/oil.png";
|
|
|
20
20
|
import { CarContext } from "../../../index";
|
|
21
21
|
import "./index.less";
|
|
22
22
|
import List from "./List";
|
|
23
|
+
import { translateLocaleText } from "./../../../../hooks/useTranslation.js";
|
|
23
24
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
24
25
|
var OilConsumption = function OilConsumption() {
|
|
25
26
|
var _oilLineRes$values;
|
|
@@ -61,7 +62,7 @@ var OilConsumption = function OilConsumption() {
|
|
|
61
62
|
flexShrink: 0
|
|
62
63
|
},
|
|
63
64
|
children: /*#__PURE__*/_jsx(VmWrapper, {
|
|
64
|
-
title: '
|
|
65
|
+
title: translateLocaleText("t('vtxcarmodal.oilConsumptionSummary')"),
|
|
65
66
|
filterType: "rangePicker",
|
|
66
67
|
dateValue: [state.startDate, state.endDate],
|
|
67
68
|
filterChange: filterChange,
|
|
@@ -72,13 +73,13 @@ var OilConsumption = function OilConsumption() {
|
|
|
72
73
|
align: 'middle',
|
|
73
74
|
justify: 'center',
|
|
74
75
|
children: [/*#__PURE__*/_jsx(VmFactor, {
|
|
75
|
-
name: '
|
|
76
|
+
name: translateLocaleText("t('vtxcarmodal.totalOilConsumption')"),
|
|
76
77
|
unit: 'L',
|
|
77
78
|
value: (summaryRes === null || summaryRes === void 0 ? void 0 : summaryRes.totalOil) || 0,
|
|
78
79
|
img: isDark ? darkOilIcon : oilIcon
|
|
79
80
|
}), /*#__PURE__*/_jsx(VmBarCharts, {
|
|
80
81
|
dataList: [{
|
|
81
|
-
name: '
|
|
82
|
+
name: translateLocaleText("t('vtxcarmodal.day')"),
|
|
82
83
|
data: (oilLineRes === null || oilLineRes === void 0 || (_oilLineRes$values = oilLineRes.values) === null || _oilLineRes$values === void 0 ? void 0 : _oilLineRes$values[0]) || []
|
|
83
84
|
}],
|
|
84
85
|
unit: 'L',
|
|
@@ -99,13 +100,13 @@ var OilConsumption = function OilConsumption() {
|
|
|
99
100
|
align: 'middle',
|
|
100
101
|
justify: 'center',
|
|
101
102
|
children: [/*#__PURE__*/_jsx(VmFactor, {
|
|
102
|
-
name: '
|
|
103
|
+
name: translateLocaleText("t('vtxcarmodal.totalMileage')"),
|
|
103
104
|
unit: 'km',
|
|
104
105
|
value: Number(totalMileage.toFixed(2)) || 0,
|
|
105
106
|
img: isDark ? darkMileageIcon : mileageIcon
|
|
106
107
|
}), /*#__PURE__*/_jsx(VmLineCharts, {
|
|
107
108
|
dataList: [{
|
|
108
|
-
name: '
|
|
109
|
+
name: translateLocaleText("t('vtxcarmodal.day2')"),
|
|
109
110
|
data: _.map(dailyCarRunRes, 'sumMileage'),
|
|
110
111
|
color: '#0FB964',
|
|
111
112
|
smooth: true,
|
|
@@ -139,7 +140,7 @@ var OilConsumption = function OilConsumption() {
|
|
|
139
140
|
minHeight: 0
|
|
140
141
|
},
|
|
141
142
|
children: /*#__PURE__*/_jsx(VmWrapper, {
|
|
142
|
-
title: '
|
|
143
|
+
title: translateLocaleText("t('vtxcarmodal.oilConsumptionDetail')"),
|
|
143
144
|
children: /*#__PURE__*/_jsx(List, {
|
|
144
145
|
startDate: startDate,
|
|
145
146
|
endDate: endDate
|
|
@@ -22,7 +22,9 @@ import darkMileageIcon from "../../../imgs/calendar/dark_mileage.png";
|
|
|
22
22
|
import lightDurationIcon from "../../../imgs/calendar/duration.png";
|
|
23
23
|
import lightMileageIcon from "../../../imgs/calendar/mileage.png";
|
|
24
24
|
import { CarContext } from "../../../index";
|
|
25
|
+
import { translateLocaleText } from "./../../../../hooks/useTranslation.js";
|
|
25
26
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
27
|
+
var MILEAGE_TEXT = "t('vtxcarmodal.drivingMileage')";
|
|
26
28
|
var StaticInfo = function StaticInfo() {
|
|
27
29
|
var _useSettings = useSettings(),
|
|
28
30
|
isDark = _useSettings.isDark;
|
|
@@ -48,12 +50,12 @@ var StaticInfo = function StaticInfo() {
|
|
|
48
50
|
durationIcon = darkDurationIcon;
|
|
49
51
|
}
|
|
50
52
|
var columns = [{
|
|
51
|
-
title: '
|
|
53
|
+
title: translateLocaleText("t('vtxareamodal.date')"),
|
|
52
54
|
dataIndex: 'reportDate',
|
|
53
55
|
key: 'reportDate',
|
|
54
56
|
width: 100
|
|
55
57
|
}, {
|
|
56
|
-
title: '
|
|
58
|
+
title: translateLocaleText("t('vtxcarmodal.timesPointHours')"),
|
|
57
59
|
dataIndex: 'firstFireTime',
|
|
58
60
|
key: 'firstFireTime',
|
|
59
61
|
render: function render(text) {
|
|
@@ -63,7 +65,7 @@ var StaticInfo = function StaticInfo() {
|
|
|
63
65
|
},
|
|
64
66
|
width: 160
|
|
65
67
|
}, {
|
|
66
|
-
title: '
|
|
68
|
+
title: translateLocaleText("t('vtxcarmodal.pointHours')"),
|
|
67
69
|
dataIndex: 'lastFireTime',
|
|
68
70
|
key: 'lastFireTime',
|
|
69
71
|
render: function render(text) {
|
|
@@ -73,7 +75,7 @@ var StaticInfo = function StaticInfo() {
|
|
|
73
75
|
},
|
|
74
76
|
width: 160
|
|
75
77
|
}, {
|
|
76
|
-
title: '
|
|
78
|
+
title: translateLocaleText("t('vtxcarmodal.pointHours2')"),
|
|
77
79
|
dataIndex: 'fireDurationStr',
|
|
78
80
|
key: 'fireDurationStr',
|
|
79
81
|
render: function render(text) {
|
|
@@ -83,7 +85,7 @@ var StaticInfo = function StaticInfo() {
|
|
|
83
85
|
},
|
|
84
86
|
width: 100
|
|
85
87
|
}, {
|
|
86
|
-
title: '
|
|
88
|
+
title: translateLocaleText("t('vtxcarmodal.hours5')"),
|
|
87
89
|
dataIndex: 'firstRunTime',
|
|
88
90
|
key: 'firstRunTime',
|
|
89
91
|
render: function render(text) {
|
|
@@ -93,7 +95,7 @@ var StaticInfo = function StaticInfo() {
|
|
|
93
95
|
},
|
|
94
96
|
width: 160
|
|
95
97
|
}, {
|
|
96
|
-
title: '
|
|
98
|
+
title: translateLocaleText("t('vtxcarmodal.hours6')"),
|
|
97
99
|
dataIndex: 'lastRunTime',
|
|
98
100
|
key: 'lastRunTime',
|
|
99
101
|
render: function render(text) {
|
|
@@ -103,7 +105,7 @@ var StaticInfo = function StaticInfo() {
|
|
|
103
105
|
},
|
|
104
106
|
width: 160
|
|
105
107
|
}, {
|
|
106
|
-
title: '
|
|
108
|
+
title: translateLocaleText("t('vtxcarmodal.km')"),
|
|
107
109
|
dataIndex: 'sumMileage',
|
|
108
110
|
key: 'sumMileage',
|
|
109
111
|
render: function render(text) {
|
|
@@ -114,7 +116,7 @@ var StaticInfo = function StaticInfo() {
|
|
|
114
116
|
width: 120,
|
|
115
117
|
align: 'right'
|
|
116
118
|
}, {
|
|
117
|
-
title: '
|
|
119
|
+
title: translateLocaleText("t('vtxcarmodal.hours7')"),
|
|
118
120
|
dataIndex: 'driveDuration',
|
|
119
121
|
key: 'driveDuration',
|
|
120
122
|
render: function render(text) {
|
|
@@ -157,7 +159,7 @@ var StaticInfo = function StaticInfo() {
|
|
|
157
159
|
});
|
|
158
160
|
};
|
|
159
161
|
return /*#__PURE__*/_jsxs(VmWrapper, {
|
|
160
|
-
title: '
|
|
162
|
+
title: translateLocaleText("t('vtxshxqmodal.analyze2')"),
|
|
161
163
|
needChange: true,
|
|
162
164
|
showCalendar: true,
|
|
163
165
|
onChange: setType,
|
|
@@ -171,11 +173,11 @@ var StaticInfo = function StaticInfo() {
|
|
|
171
173
|
children: [/*#__PURE__*/_jsx("div", {
|
|
172
174
|
className: 'vtx-car-calendar-head',
|
|
173
175
|
children: [{
|
|
174
|
-
name: '
|
|
176
|
+
name: translateLocaleText("t('vtxcarmodal.km2')"),
|
|
175
177
|
img: mileageIcon,
|
|
176
178
|
type: 'blue'
|
|
177
179
|
}, {
|
|
178
|
-
name: '
|
|
180
|
+
name: translateLocaleText("t('vtxcarmodal.hours2')"),
|
|
179
181
|
img: durationIcon,
|
|
180
182
|
type: 'green'
|
|
181
183
|
}].map(function (item, index) {
|
|
@@ -200,7 +202,7 @@ var StaticInfo = function StaticInfo() {
|
|
|
200
202
|
height: '100%'
|
|
201
203
|
})), type === 'chart' && /*#__PURE__*/_jsx(VmBarCharts, {
|
|
202
204
|
dataList: [{
|
|
203
|
-
name:
|
|
205
|
+
name: translateLocaleText(MILEAGE_TEXT),
|
|
204
206
|
data: dailyCarRunRes.map(function (item) {
|
|
205
207
|
return "\u2000".concat(item.sumMileage);
|
|
206
208
|
})
|
|
@@ -211,15 +213,15 @@ var StaticInfo = function StaticInfo() {
|
|
|
211
213
|
yAxisList: [{
|
|
212
214
|
key: "\u2000",
|
|
213
215
|
unit: 'km',
|
|
214
|
-
name: '
|
|
216
|
+
name: translateLocaleText("t('vtxcarmodal.km3')")
|
|
215
217
|
}, {
|
|
216
218
|
key: '',
|
|
217
219
|
unit: 'h',
|
|
218
|
-
name: '
|
|
220
|
+
name: translateLocaleText("t('vtxcarmodal.hoursH')")
|
|
219
221
|
}],
|
|
220
222
|
unit: 'h',
|
|
221
223
|
lineList: [{
|
|
222
|
-
name: '
|
|
224
|
+
name: translateLocaleText("t('vtxcarmodal.hours2')"),
|
|
223
225
|
data: dailyCarRunRes.map(function (item) {
|
|
224
226
|
return "".concat((item.driveDuration / 1000 % (24 * 60 * 60) / 60 / 60).toFixed(2));
|
|
225
227
|
}),
|
|
@@ -25,6 +25,7 @@ import mileageIcon from "../../../imgs/factor/mileage.png";
|
|
|
25
25
|
import oilIcon from "../../../imgs/factor/oil.png";
|
|
26
26
|
import { CarContext } from "../../../index";
|
|
27
27
|
import "./index.less";
|
|
28
|
+
import { translateLocaleText } from "./../../../../hooks/useTranslation.js";
|
|
28
29
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
29
30
|
var WaterConsumption = function WaterConsumption() {
|
|
30
31
|
var _useSettings = useSettings(),
|
|
@@ -59,14 +60,14 @@ var WaterConsumption = function WaterConsumption() {
|
|
|
59
60
|
var list = _.sortBy((recordRes === null || recordRes === void 0 ? void 0 : recordRes.rows) || [], 'day');
|
|
60
61
|
var totalMileage = _.sumBy(dailyCarRunRes, 'sumMileage');
|
|
61
62
|
var columns = [{
|
|
62
|
-
title: '
|
|
63
|
+
title: translateLocaleText("t('vtxshxqmodal.date')"),
|
|
63
64
|
dataIndex: 'day',
|
|
64
65
|
key: 'day',
|
|
65
66
|
sorter: function sorter(a, b) {
|
|
66
67
|
return a.day > b.day ? 1 : -1;
|
|
67
68
|
}
|
|
68
69
|
}, {
|
|
69
|
-
title: '
|
|
70
|
+
title: translateLocaleText("t('vtxcarmodal.l3')"),
|
|
70
71
|
dataIndex: 'useValue',
|
|
71
72
|
key: 'useValue',
|
|
72
73
|
align: 'right',
|
|
@@ -74,7 +75,7 @@ var WaterConsumption = function WaterConsumption() {
|
|
|
74
75
|
return a.useValue - b.useValue;
|
|
75
76
|
}
|
|
76
77
|
}, {
|
|
77
|
-
title: '
|
|
78
|
+
title: translateLocaleText("t('vtxcarmodal.km4')"),
|
|
78
79
|
dataIndex: 'sumMileage',
|
|
79
80
|
key: 'sumMileage',
|
|
80
81
|
sorter: function sorter(a, b) {
|
|
@@ -107,7 +108,7 @@ var WaterConsumption = function WaterConsumption() {
|
|
|
107
108
|
flexShrink: 0
|
|
108
109
|
},
|
|
109
110
|
children: /*#__PURE__*/_jsx(VmWrapper, {
|
|
110
|
-
title: '
|
|
111
|
+
title: translateLocaleText("t('vtxcarmodal.waterConsumptionSummary')"),
|
|
111
112
|
filterType: "rangePicker",
|
|
112
113
|
dateValue: [state.startDate, state.endDate],
|
|
113
114
|
filterChange: filterChange,
|
|
@@ -118,13 +119,13 @@ var WaterConsumption = function WaterConsumption() {
|
|
|
118
119
|
align: 'middle',
|
|
119
120
|
justify: 'center',
|
|
120
121
|
children: [/*#__PURE__*/_jsx(VmFactor, {
|
|
121
|
-
name: '
|
|
122
|
+
name: translateLocaleText("t('vtxcarmodal.totalWaterConsumption')"),
|
|
122
123
|
unit: 'L',
|
|
123
124
|
value: (summaryRes === null || summaryRes === void 0 ? void 0 : summaryRes.totalWater) || 0,
|
|
124
125
|
img: isDark ? darkOilIcon : oilIcon
|
|
125
126
|
}), /*#__PURE__*/_jsx(VmBarCharts, {
|
|
126
127
|
dataList: [{
|
|
127
|
-
name: '
|
|
128
|
+
name: translateLocaleText("t('vtxcarmodal.day3')"),
|
|
128
129
|
data: _.map(list, 'useValue')
|
|
129
130
|
}],
|
|
130
131
|
unit: 'L',
|
|
@@ -145,13 +146,13 @@ var WaterConsumption = function WaterConsumption() {
|
|
|
145
146
|
align: 'middle',
|
|
146
147
|
justify: 'center',
|
|
147
148
|
children: [/*#__PURE__*/_jsx(VmFactor, {
|
|
148
|
-
name: '
|
|
149
|
+
name: translateLocaleText("t('vtxcarmodal.totalMileage')"),
|
|
149
150
|
unit: 'km',
|
|
150
151
|
value: Number(totalMileage.toFixed(2)) || 0,
|
|
151
152
|
img: isDark ? darkMileageIcon : mileageIcon
|
|
152
153
|
}), /*#__PURE__*/_jsx(VmLineCharts, {
|
|
153
154
|
dataList: [{
|
|
154
|
-
name: '
|
|
155
|
+
name: translateLocaleText("t('vtxcarmodal.day2')"),
|
|
155
156
|
data: _.map(dailyCarRunRes, 'sumMileage'),
|
|
156
157
|
color: '#0FB964',
|
|
157
158
|
smooth: true,
|
|
@@ -185,7 +186,7 @@ var WaterConsumption = function WaterConsumption() {
|
|
|
185
186
|
minHeight: 0
|
|
186
187
|
},
|
|
187
188
|
children: /*#__PURE__*/_jsx(VmWrapper, {
|
|
188
|
-
title: '
|
|
189
|
+
title: translateLocaleText("t('vtxcarmodal.waterConsumptionDetail')"),
|
|
189
190
|
children: /*#__PURE__*/_jsx(VmTable, _objectSpread({
|
|
190
191
|
columns: columns,
|
|
191
192
|
rowKey: "id"
|
|
@@ -16,6 +16,7 @@ import { VmTable, VmTag, VmWrapper } from "../../../../_components";
|
|
|
16
16
|
import { secondToFormatTime } from "../../../../_util";
|
|
17
17
|
import { JxhService } from "../../../api";
|
|
18
18
|
import { CarContext } from "../../../index";
|
|
19
|
+
import { translateLocaleText } from "./../../../../hooks/useTranslation.js";
|
|
19
20
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
20
21
|
var List = function List(props) {
|
|
21
22
|
var _useContext = useContext(CarContext),
|
|
@@ -39,12 +40,12 @@ var List = function List(props) {
|
|
|
39
40
|
alarmRecord = _JxhService$useJXHAla.alarmRecord,
|
|
40
41
|
loading = _JxhService$useJXHAla.loading;
|
|
41
42
|
var columns = [{
|
|
42
|
-
title: '
|
|
43
|
+
title: translateLocaleText("t('vtxcarmodal.alarmRoadSection')"),
|
|
43
44
|
dataIndex: 'roadName',
|
|
44
45
|
key: 'roadName',
|
|
45
46
|
width: 200
|
|
46
47
|
}, {
|
|
47
|
-
title: '
|
|
48
|
+
title: translateLocaleText("t('vtxcccpmodal.type')"),
|
|
48
49
|
dataIndex: 'subCategoryName',
|
|
49
50
|
key: 'subCategoryName',
|
|
50
51
|
width: 120,
|
|
@@ -55,19 +56,19 @@ var List = function List(props) {
|
|
|
55
56
|
});
|
|
56
57
|
}
|
|
57
58
|
}, {
|
|
58
|
-
title: '
|
|
59
|
+
title: translateLocaleText("t('vtxdevicemodal.startTime')"),
|
|
59
60
|
dataIndex: 'startTime',
|
|
60
61
|
key: 'startTime',
|
|
61
62
|
width: 150,
|
|
62
63
|
sorter: true
|
|
63
64
|
}, {
|
|
64
|
-
title: '
|
|
65
|
+
title: translateLocaleText("t('vtxcccpmodal.endTime')"),
|
|
65
66
|
dataIndex: 'endTime',
|
|
66
67
|
key: 'endTime',
|
|
67
68
|
width: 150,
|
|
68
69
|
sorter: true
|
|
69
70
|
}, {
|
|
70
|
-
title: '
|
|
71
|
+
title: translateLocaleText("t('vtxstaffmodal.hours')"),
|
|
71
72
|
dataIndex: 'currentDuration',
|
|
72
73
|
key: 'currentDuration',
|
|
73
74
|
width: 120,
|
|
@@ -77,7 +78,7 @@ var List = function List(props) {
|
|
|
77
78
|
});
|
|
78
79
|
}
|
|
79
80
|
}, {
|
|
80
|
-
title: '
|
|
81
|
+
title: translateLocaleText("t('vtxcarmodal.currentKmH')"),
|
|
81
82
|
dataIndex: 'currentSpeed',
|
|
82
83
|
key: 'currentSpeed',
|
|
83
84
|
width: 100,
|
|
@@ -118,7 +119,7 @@ var List = function List(props) {
|
|
|
118
119
|
}
|
|
119
120
|
};
|
|
120
121
|
return /*#__PURE__*/_jsx(VmWrapper, {
|
|
121
|
-
title: '
|
|
122
|
+
title: translateLocaleText("t('vtxcarmodal.alarmDetails')"),
|
|
122
123
|
children: /*#__PURE__*/_jsx(VmTable, _objectSpread({
|
|
123
124
|
columns: columns,
|
|
124
125
|
rowKey: "id"
|
|
@@ -4,6 +4,7 @@ import { useContext } from 'react';
|
|
|
4
4
|
import { VmLineCharts, VmPieCharts, VmWrapper } from "../../../../_components";
|
|
5
5
|
import { JxhService } from "../../../api";
|
|
6
6
|
import { CarContext } from "../../../index";
|
|
7
|
+
import { translateLocaleText } from "./../../../../hooks/useTranslation.js";
|
|
7
8
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
9
|
var StaticInfo = function StaticInfo(_ref) {
|
|
9
10
|
var startDate = _ref.startDate,
|
|
@@ -43,20 +44,20 @@ var StaticInfo = function StaticInfo(_ref) {
|
|
|
43
44
|
height: '100%'
|
|
44
45
|
},
|
|
45
46
|
children: /*#__PURE__*/_jsx(VmWrapper, {
|
|
46
|
-
title: '
|
|
47
|
+
title: translateLocaleText("t('vtxcarmodal.alarmSummary')"),
|
|
47
48
|
children: /*#__PURE__*/_jsx(VmPieCharts, {
|
|
48
49
|
dataList: [{
|
|
49
|
-
name: '
|
|
50
|
+
name: translateLocaleText("t('vtxcarmodal.emptyRun')"),
|
|
50
51
|
value: CarEmptyRun
|
|
51
52
|
}, {
|
|
52
|
-
name: '
|
|
53
|
+
name: translateLocaleText("t('vtxcarmodal.overspeed')"),
|
|
53
54
|
value: CarOverSpeed
|
|
54
55
|
}],
|
|
55
|
-
name: '
|
|
56
|
-
title: '
|
|
56
|
+
name: translateLocaleText("t('vtxcarmodal.alarmType')"),
|
|
57
|
+
title: translateLocaleText("t('vtxjzljgcxmmodal.times')"),
|
|
57
58
|
total: CarEmptyRun + CarOverSpeed,
|
|
58
59
|
loading: loading,
|
|
59
|
-
unit: '
|
|
60
|
+
unit: translateLocaleText("t('common.timesUnit')")
|
|
60
61
|
})
|
|
61
62
|
})
|
|
62
63
|
}), /*#__PURE__*/_jsx(Col, {
|
|
@@ -65,11 +66,11 @@ var StaticInfo = function StaticInfo(_ref) {
|
|
|
65
66
|
height: '100%'
|
|
66
67
|
},
|
|
67
68
|
children: /*#__PURE__*/_jsx(VmWrapper, {
|
|
68
|
-
title: '
|
|
69
|
+
title: translateLocaleText("t('vtxcarmodal.alarmTrendAnalyze')"),
|
|
69
70
|
children: /*#__PURE__*/_jsx(VmLineCharts, {
|
|
70
71
|
xAxis: xAxis,
|
|
71
72
|
dataList: dataList,
|
|
72
|
-
unit: "
|
|
73
|
+
unit: translateLocaleText("t('common.timesUnit')"),
|
|
73
74
|
loading: loading,
|
|
74
75
|
legendOption: {
|
|
75
76
|
width: '95%'
|
|
@@ -12,6 +12,7 @@ import { VMRangePicker } from "../../../../_components/vm-filter";
|
|
|
12
12
|
import useSettings from "../../../../_hooks/useSettings";
|
|
13
13
|
import List from "./List";
|
|
14
14
|
import StaticInfo from "./StaticInfo";
|
|
15
|
+
import { translateLocaleText } from "./../../../../hooks/useTranslation.js";
|
|
15
16
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
17
|
var AlarmInfo = function AlarmInfo() {
|
|
17
18
|
var _useSettings = useSettings(),
|
|
@@ -44,7 +45,7 @@ var AlarmInfo = function AlarmInfo() {
|
|
|
44
45
|
showTitle: false,
|
|
45
46
|
children: /*#__PURE__*/_jsxs(Space, {
|
|
46
47
|
children: [/*#__PURE__*/_jsx("span", {
|
|
47
|
-
children: "
|
|
48
|
+
children: translateLocaleText("t('common.statisticalRange')")
|
|
48
49
|
}), /*#__PURE__*/_jsx(VMRangePicker, {
|
|
49
50
|
value: [dayjs(startDate), dayjs(endDate)],
|
|
50
51
|
onChange: function onChange(dates) {
|
|
@@ -14,6 +14,7 @@ import { JxhService } from "../../../api";
|
|
|
14
14
|
import Info from "../../../components/Info";
|
|
15
15
|
import { CarContext } from "../../../index";
|
|
16
16
|
import Unmanned from "../../Unmanned";
|
|
17
|
+
import { translateLocaleText } from "./../../../../hooks/useTranslation.js";
|
|
17
18
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
18
19
|
var BaseInfo = function BaseInfo() {
|
|
19
20
|
var _useContext = useContext(CarContext),
|
|
@@ -42,7 +43,7 @@ var BaseInfo = function BaseInfo() {
|
|
|
42
43
|
height: 243
|
|
43
44
|
},
|
|
44
45
|
children: /*#__PURE__*/_jsx(VmWrapper, {
|
|
45
|
-
title: '
|
|
46
|
+
title: translateLocaleText("t('vtxcarmodal.operationInformation')"),
|
|
46
47
|
filterType: "datePicker",
|
|
47
48
|
dateValue: date,
|
|
48
49
|
filterChange: setDate,
|
|
@@ -60,7 +61,7 @@ var BaseInfo = function BaseInfo() {
|
|
|
60
61
|
}), /*#__PURE__*/_jsx("div", {
|
|
61
62
|
className: 'vtx-car-info-right-wrap-bottom',
|
|
62
63
|
children: /*#__PURE__*/_jsx(VmWrapper, {
|
|
63
|
-
title: '
|
|
64
|
+
title: translateLocaleText("t('vtxcarmodal.7Analyze')"),
|
|
64
65
|
children: (info === null || info === void 0 ? void 0 : info.driveMode) === 'unmanned' ? /*#__PURE__*/_jsx(Unmanned.Analysis, {
|
|
65
66
|
id: id,
|
|
66
67
|
date: date
|
|
@@ -100,19 +101,19 @@ function BaseWork(_ref) {
|
|
|
100
101
|
flex: '108px',
|
|
101
102
|
children: /*#__PURE__*/_jsx(VmProgress.Circle, {
|
|
102
103
|
rate: (workSummaryJxhRes === null || workSummaryJxhRes === void 0 ? void 0 : workSummaryJxhRes.workRate) || 0,
|
|
103
|
-
name: '
|
|
104
|
+
name: translateLocaleText("t('vtxcarmodal.effectiveWorkRate')")
|
|
104
105
|
})
|
|
105
106
|
}), /*#__PURE__*/_jsxs(Col, {
|
|
106
107
|
flex: '1',
|
|
107
108
|
children: [/*#__PURE__*/_jsx(VmFactor, {
|
|
108
|
-
name: '
|
|
109
|
+
name: translateLocaleText("t('vtxcarmodal.drivingMileage')"),
|
|
109
110
|
unit: 'km',
|
|
110
111
|
type: 'sm',
|
|
111
112
|
value: (workSummaryJxhRes === null || workSummaryJxhRes === void 0 ? void 0 : workSummaryJxhRes.driveMileage) || 0,
|
|
112
113
|
fontType: 'blue',
|
|
113
114
|
img: isDark ? require("../../../imgs/calendar/dark_mileage.png") : require("../../../imgs/calendar/blue_mileage.png")
|
|
114
115
|
}), /*#__PURE__*/_jsx(VmFactor, {
|
|
115
|
-
name: '
|
|
116
|
+
name: translateLocaleText("t('vtxcarmodal.accountingWorkMileage')"),
|
|
116
117
|
unit: 'km',
|
|
117
118
|
type: 'sm',
|
|
118
119
|
fontType: 'green',
|
|
@@ -130,20 +131,20 @@ function BaseWork(_ref) {
|
|
|
130
131
|
children: /*#__PURE__*/_jsx(VmProgress.Circle, {
|
|
131
132
|
type: 'dashboard',
|
|
132
133
|
rate: averageSpeed / 200 * 100,
|
|
133
|
-
name: '
|
|
134
|
+
name: translateLocaleText("t('vtxcarmodal.averageWorkSpeed')"),
|
|
134
135
|
unit: 'km/h',
|
|
135
136
|
info: averageSpeed.toFixed(2)
|
|
136
137
|
})
|
|
137
138
|
}), /*#__PURE__*/_jsxs(Col, {
|
|
138
139
|
flex: '1',
|
|
139
140
|
children: [/*#__PURE__*/_jsx(VmFactor, {
|
|
140
|
-
name: '
|
|
141
|
+
name: translateLocaleText("t('vtxcarmodal.workDuration')"),
|
|
141
142
|
type: 'sm',
|
|
142
143
|
value: secondToFormatTimeArray((workSummaryJxhRes === null || workSummaryJxhRes === void 0 ? void 0 : workSummaryJxhRes.workDuration) || 0),
|
|
143
144
|
fontType: 'cyan',
|
|
144
145
|
img: isDark ? require("../../../imgs/calendar/cyan_duration.png") : require("../../../imgs/calendar/blue_duration.png")
|
|
145
146
|
}), /*#__PURE__*/_jsx(VmFactor, {
|
|
146
|
-
name: '
|
|
147
|
+
name: translateLocaleText("t('vtxcarmodal.workOverspeedDuration')"),
|
|
147
148
|
type: 'sm',
|
|
148
149
|
isError: true,
|
|
149
150
|
value: secondToFormatTimeArray((workSummaryJxhRes === null || workSummaryJxhRes === void 0 ? void 0 : workSummaryJxhRes.overSpeedDuration) || 0),
|
|
@@ -167,7 +168,7 @@ function BaseAnalysis(_ref2) {
|
|
|
167
168
|
var extraData = workAnaJxhRes === null || workAnaJxhRes === void 0 ? void 0 : workAnaJxhRes.extraData;
|
|
168
169
|
return /*#__PURE__*/_jsx(VmBarCharts, {
|
|
169
170
|
dataList: [{
|
|
170
|
-
name: '
|
|
171
|
+
name: translateLocaleText("t('vtxcarmodal.accountingWorkMileage')"),
|
|
171
172
|
data: ((workAnaJxhRes === null || workAnaJxhRes === void 0 ? void 0 : workAnaJxhRes.values.length) > 0 ? workAnaJxhRes === null || workAnaJxhRes === void 0 ? void 0 : workAnaJxhRes.values[0] : []).map(function (item) {
|
|
172
173
|
return "\u2000".concat(item);
|
|
173
174
|
})
|
|
@@ -184,7 +185,7 @@ function BaseAnalysis(_ref2) {
|
|
|
184
185
|
name: '(%)'
|
|
185
186
|
} : {}]),
|
|
186
187
|
lineList: extraData !== null && extraData > 0 ? [{
|
|
187
|
-
name: '
|
|
188
|
+
name: translateLocaleText("t('vtxcarmodal.yesComplete')"),
|
|
188
189
|
data: (workAnaJxhRes === null || workAnaJxhRes === void 0 ? void 0 : workAnaJxhRes.values.length) > 0 ? workAnaJxhRes === null || workAnaJxhRes === void 0 ? void 0 : workAnaJxhRes.values[1] : [],
|
|
189
190
|
yAxisIndex: 1
|
|
190
191
|
}] : [],
|
|
@@ -16,6 +16,7 @@ import { VmTable, VmTag, VmWrapper } from "../../../../_components";
|
|
|
16
16
|
import { secondToFormatTime } from "../../../../_util";
|
|
17
17
|
import { JxhService } from "../../../api";
|
|
18
18
|
import { CarContext } from "../../../index";
|
|
19
|
+
import { translateLocaleText } from "./../../../../hooks/useTranslation.js";
|
|
19
20
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
20
21
|
var colorMap = {
|
|
21
22
|
NOT_EDGE_ALIGNED: 'yellow',
|
|
@@ -44,12 +45,12 @@ var List = function List(props) {
|
|
|
44
45
|
alarmRecord = _JxhService$useJXHAla.alarmRecord,
|
|
45
46
|
loading = _JxhService$useJXHAla.loading;
|
|
46
47
|
var columns = [{
|
|
47
|
-
title: '
|
|
48
|
+
title: translateLocaleText("t('vtxcarmodal.alarmRoadSection')"),
|
|
48
49
|
dataIndex: 'roadName',
|
|
49
50
|
key: 'roadName',
|
|
50
51
|
width: 200
|
|
51
52
|
}, {
|
|
52
|
-
title: '
|
|
53
|
+
title: translateLocaleText("t('vtxcccpmodal.type')"),
|
|
53
54
|
dataIndex: 'subCategoryName',
|
|
54
55
|
key: 'subCategoryName',
|
|
55
56
|
width: 120,
|
|
@@ -60,19 +61,19 @@ var List = function List(props) {
|
|
|
60
61
|
});
|
|
61
62
|
}
|
|
62
63
|
}, {
|
|
63
|
-
title: '
|
|
64
|
+
title: translateLocaleText("t('vtxdevicemodal.startTime')"),
|
|
64
65
|
dataIndex: 'startTime',
|
|
65
66
|
key: 'startTime',
|
|
66
67
|
width: 150,
|
|
67
68
|
sorter: true
|
|
68
69
|
}, {
|
|
69
|
-
title: '
|
|
70
|
+
title: translateLocaleText("t('vtxcccpmodal.endTime')"),
|
|
70
71
|
dataIndex: 'endTime',
|
|
71
72
|
key: 'endTime',
|
|
72
73
|
width: 150,
|
|
73
74
|
sorter: true
|
|
74
75
|
}, {
|
|
75
|
-
title: '
|
|
76
|
+
title: translateLocaleText("t('vtxstaffmodal.hours')"),
|
|
76
77
|
dataIndex: 'currentDuration',
|
|
77
78
|
key: 'currentDuration',
|
|
78
79
|
width: 120,
|
|
@@ -82,7 +83,7 @@ var List = function List(props) {
|
|
|
82
83
|
});
|
|
83
84
|
}
|
|
84
85
|
}, {
|
|
85
|
-
title: '
|
|
86
|
+
title: translateLocaleText("t('vtxcarmodal.currentKmH')"),
|
|
86
87
|
dataIndex: 'currentSpeed',
|
|
87
88
|
key: 'currentSpeed',
|
|
88
89
|
width: 100,
|
|
@@ -123,7 +124,7 @@ var List = function List(props) {
|
|
|
123
124
|
}
|
|
124
125
|
};
|
|
125
126
|
return /*#__PURE__*/_jsx(VmWrapper, {
|
|
126
|
-
title: '
|
|
127
|
+
title: translateLocaleText("t('vtxcarmodal.alarmDetails')"),
|
|
127
128
|
children: /*#__PURE__*/_jsx(VmTable, _objectSpread({
|
|
128
129
|
columns: columns,
|
|
129
130
|
rowKey: "id"
|
|
@@ -4,6 +4,7 @@ import { useContext } from 'react';
|
|
|
4
4
|
import { VmLineCharts, VmPieCharts, VmWrapper } from "../../../../_components";
|
|
5
5
|
import { Hw2Service } from "../../../api";
|
|
6
6
|
import { CarContext } from "../../../index";
|
|
7
|
+
import { translateLocaleText } from "./../../../../hooks/useTranslation.js";
|
|
7
8
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
9
|
var StaticInfo = function StaticInfo(_ref) {
|
|
9
10
|
var startDate = _ref.startDate,
|
|
@@ -41,7 +42,7 @@ var StaticInfo = function StaticInfo(_ref) {
|
|
|
41
42
|
height: '100%'
|
|
42
43
|
},
|
|
43
44
|
children: /*#__PURE__*/_jsx(VmWrapper, {
|
|
44
|
-
title: '
|
|
45
|
+
title: translateLocaleText("t('vtxcarmodal.alarmSummary')"),
|
|
45
46
|
children: /*#__PURE__*/_jsx(VmPieCharts, {
|
|
46
47
|
dataList: typeSummary.map(function (item) {
|
|
47
48
|
return {
|
|
@@ -49,13 +50,13 @@ var StaticInfo = function StaticInfo(_ref) {
|
|
|
49
50
|
value: item.num
|
|
50
51
|
};
|
|
51
52
|
}),
|
|
52
|
-
name: '
|
|
53
|
-
title: '
|
|
53
|
+
name: translateLocaleText("t('vtxcarmodal.alarmType')"),
|
|
54
|
+
title: translateLocaleText("t('vtxjzljgcxmmodal.times')"),
|
|
54
55
|
total: _.sum(typeSummary.map(function (item) {
|
|
55
56
|
return item.num;
|
|
56
57
|
})),
|
|
57
58
|
loading: loading,
|
|
58
|
-
unit: '
|
|
59
|
+
unit: translateLocaleText("t('common.timesUnit')")
|
|
59
60
|
})
|
|
60
61
|
})
|
|
61
62
|
}), /*#__PURE__*/_jsx(Col, {
|
|
@@ -64,11 +65,11 @@ var StaticInfo = function StaticInfo(_ref) {
|
|
|
64
65
|
height: '100%'
|
|
65
66
|
},
|
|
66
67
|
children: /*#__PURE__*/_jsx(VmWrapper, {
|
|
67
|
-
title: '
|
|
68
|
+
title: translateLocaleText("t('vtxcarmodal.alarmTrendAnalyze')"),
|
|
68
69
|
children: /*#__PURE__*/_jsx(VmLineCharts, {
|
|
69
70
|
xAxis: xAxis,
|
|
70
71
|
dataList: dataList,
|
|
71
|
-
unit: "
|
|
72
|
+
unit: translateLocaleText("t('common.timesUnit')"),
|
|
72
73
|
loading: loading,
|
|
73
74
|
legendOption: {
|
|
74
75
|
width: '95%'
|
|
@@ -12,6 +12,7 @@ import { VMRangePicker } from "../../../../_components/vm-filter";
|
|
|
12
12
|
import useSettings from "../../../../_hooks/useSettings";
|
|
13
13
|
import List from "./List";
|
|
14
14
|
import StaticInfo from "./StaticInfo";
|
|
15
|
+
import { translateLocaleText } from "./../../../../hooks/useTranslation.js";
|
|
15
16
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
17
|
var Hw2AlarmInfo = function Hw2AlarmInfo() {
|
|
17
18
|
var _useSettings = useSettings(),
|
|
@@ -44,7 +45,7 @@ var Hw2AlarmInfo = function Hw2AlarmInfo() {
|
|
|
44
45
|
showTitle: false,
|
|
45
46
|
children: /*#__PURE__*/_jsxs(Space, {
|
|
46
47
|
children: [/*#__PURE__*/_jsx("span", {
|
|
47
|
-
children: "
|
|
48
|
+
children: translateLocaleText("t('common.statisticalRange')")
|
|
48
49
|
}), /*#__PURE__*/_jsx(VMRangePicker, {
|
|
49
50
|
value: [dayjs(startDate), dayjs(endDate)],
|
|
50
51
|
onChange: function onChange(dates) {
|