|
@@ -626,8 +626,6 @@ const setEstimatedTime = (
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const ClickParams = (val: any) => {
|
|
const ClickParams = (val: any) => {
|
|
|
- console.log(dashboardObj, 'value', val)
|
|
|
|
|
-
|
|
|
|
|
const setEstimatedTime = (
|
|
const setEstimatedTime = (
|
|
|
type: 'ETD' | 'ETA',
|
|
type: 'ETD' | 'ETA',
|
|
|
value: string[],
|
|
value: string[],
|
|
@@ -678,7 +676,6 @@ const ClickParams = (val: any) => {
|
|
|
dashboardObj.KPIDefaulteData.date_start,
|
|
dashboardObj.KPIDefaulteData.date_start,
|
|
|
dashboardObj.KPIDefaulteData.date_end
|
|
dashboardObj.KPIDefaulteData.date_end
|
|
|
])
|
|
])
|
|
|
- console.log(dashboardObj.KPIDefaulteData.transportation, 'all Data', dashboardObj)
|
|
|
|
|
setTransportMode(dashboardObj.KPIDefaulteData.transportation)
|
|
setTransportMode(dashboardObj.KPIDefaulteData.transportation)
|
|
|
// KPI Departure点击跳转
|
|
// KPI Departure点击跳转
|
|
|
filtersStore.updateFilter({
|
|
filtersStore.updateFilter({
|
|
@@ -1162,18 +1159,6 @@ const handleGuide = () => {
|
|
|
:isShowTransportModeGuide="true"
|
|
:isShowTransportModeGuide="true"
|
|
|
@FilterSearch="GetKpiData"
|
|
@FilterSearch="GetKpiData"
|
|
|
></DashFilters>
|
|
></DashFilters>
|
|
|
- <!-- <el-tooltip
|
|
|
|
|
- effect="dark"
|
|
|
|
|
- :offset="6"
|
|
|
|
|
- :content="item.text"
|
|
|
|
|
- placement="bottom-start"
|
|
|
|
|
- >
|
|
|
|
|
- <span class="iconfont_icon iconfont_icon_tip">
|
|
|
|
|
- <svg class="iconfont" aria-hidden="true">
|
|
|
|
|
- <use xlink:href="#icon-icon_info_b"></use>
|
|
|
|
|
- </svg>
|
|
|
|
|
- </span>
|
|
|
|
|
- </el-tooltip> -->
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
<template #content>
|
|
<template #content>
|
|
@@ -1656,9 +1641,7 @@ const handleGuide = () => {
|
|
|
font-size: var(--font-size-2);
|
|
font-size: var(--font-size-2);
|
|
|
color: var(--color-neutral-2);
|
|
color: var(--color-neutral-2);
|
|
|
}
|
|
}
|
|
|
-.el-divider--horizontal {
|
|
|
|
|
- margin: 8px 0;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+
|
|
|
.Save_filters {
|
|
.Save_filters {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -1702,26 +1685,7 @@ const handleGuide = () => {
|
|
|
min-width: 0;
|
|
min-width: 0;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
}
|
|
}
|
|
|
-.KPI_title {
|
|
|
|
|
- border-bottom: 1px solid var(--color-border);
|
|
|
|
|
- height: 48px;
|
|
|
|
|
- line-height: 48px;
|
|
|
|
|
- align-items: center;
|
|
|
|
|
- justify-content: space-between;
|
|
|
|
|
- display: flex;
|
|
|
|
|
- padding-left: 16px;
|
|
|
|
|
- font-weight: 700;
|
|
|
|
|
- font-size: var(--font-size-5);
|
|
|
|
|
-}
|
|
|
|
|
-.tips_filter {
|
|
|
|
|
- margin-right: 8px;
|
|
|
|
|
- height: 32px;
|
|
|
|
|
-}
|
|
|
|
|
-.filters_right {
|
|
|
|
|
- width: 251px;
|
|
|
|
|
- height: 32px;
|
|
|
|
|
- margin-bottom: 8px;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+
|
|
|
:deep(.ETD_title) {
|
|
:deep(.ETD_title) {
|
|
|
margin-bottom: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
|
}
|
|
}
|
|
@@ -1766,11 +1730,7 @@ const handleGuide = () => {
|
|
|
border-top: 1px solid var(--color-border);
|
|
border-top: 1px solid var(--color-border);
|
|
|
padding: 4px 8px;
|
|
padding: 4px 8px;
|
|
|
}
|
|
}
|
|
|
-.container-type {
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
- font-weight: 400;
|
|
|
|
|
- margin-right: 4px;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+
|
|
|
.seller_chart {
|
|
.seller_chart {
|
|
|
width: 30%;
|
|
width: 30%;
|
|
|
border-right: 1px solid var(--color-border);
|
|
border-right: 1px solid var(--color-border);
|
|
@@ -1784,13 +1744,7 @@ const handleGuide = () => {
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
margin-right: 30px;
|
|
margin-right: 30px;
|
|
|
}
|
|
}
|
|
|
-.iconfont_icon_tip {
|
|
|
|
|
- margin-left: 8px;
|
|
|
|
|
- width: 16px;
|
|
|
|
|
- height: 16px;
|
|
|
|
|
- display: flex;
|
|
|
|
|
- align-items: center;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+
|
|
|
.dashboard {
|
|
.dashboard {
|
|
|
z-index: 2014;
|
|
z-index: 2014;
|
|
|
position: relative;
|
|
position: relative;
|