|
@@ -14,7 +14,7 @@
|
|
|
:prop="item.prop"
|
|
|
:label="item.label"
|
|
|
:style="{
|
|
|
- width: item.width || '144px'
|
|
|
+ width: item.width || '120px'
|
|
|
}"
|
|
|
>
|
|
|
<template v-if="item.inputType === 'input'">
|
|
@@ -149,7 +149,7 @@ export default {
|
|
|
{
|
|
|
prop: 'range',
|
|
|
inputType: 'select',
|
|
|
- placeholder: '请选择统计范围',
|
|
|
+ placeholder: '统计范围',
|
|
|
options: [
|
|
|
{
|
|
|
value: '全部',
|
|
@@ -209,14 +209,14 @@ export default {
|
|
|
{
|
|
|
prop: 'inOrOut',
|
|
|
inputType: 'select',
|
|
|
- placeholder: '请选择进离港',
|
|
|
+ placeholder: '进离港',
|
|
|
clearable: true,
|
|
|
options: []
|
|
|
},
|
|
|
{
|
|
|
prop: 'interval',
|
|
|
inputType: 'select',
|
|
|
- placeholder: '统计时间维度',
|
|
|
+ placeholder: '时间维度',
|
|
|
clearable: true,
|
|
|
options: [
|
|
|
{
|
|
@@ -247,7 +247,7 @@ export default {
|
|
|
{
|
|
|
prop: 'airline',
|
|
|
inputType: 'select',
|
|
|
- placeholder: '航线选择',
|
|
|
+ placeholder: '航线',
|
|
|
filterable: true,
|
|
|
clearable: true,
|
|
|
disabled: true,
|
|
@@ -258,7 +258,7 @@ export default {
|
|
|
{
|
|
|
prop: 'area',
|
|
|
inputType: 'select',
|
|
|
- placeholder: '基地分公司选择',
|
|
|
+ placeholder: '基地分公司',
|
|
|
filterable: true,
|
|
|
clearable: true,
|
|
|
disabled: true,
|
|
@@ -269,7 +269,7 @@ export default {
|
|
|
{
|
|
|
prop: 'airport',
|
|
|
inputType: 'select',
|
|
|
- placeholder: '航站选择',
|
|
|
+ placeholder: '航站',
|
|
|
filterable: true,
|
|
|
clearable: true,
|
|
|
// multiple: true,
|
|
@@ -281,7 +281,7 @@ export default {
|
|
|
{
|
|
|
prop: 'terminal',
|
|
|
inputType: 'select',
|
|
|
- placeholder: '航站楼选择',
|
|
|
+ placeholder: '航站楼',
|
|
|
filterable: true,
|
|
|
props: {
|
|
|
multiple: true
|
|
@@ -415,14 +415,15 @@ export default {
|
|
|
justify-content: space-between;
|
|
|
align-items: flex-start;
|
|
|
.title {
|
|
|
- // margin-right: 24px;
|
|
|
+ margin-right: 24px;
|
|
|
padding-left: 16px;
|
|
|
- min-width: 190px;
|
|
|
+ // min-width: 190px;
|
|
|
height: 32px;
|
|
|
line-height: 32px;
|
|
|
font-size: 18px;
|
|
|
font-family: Helvetica, 'Microsoft YaHei';
|
|
|
font-weight: bold;
|
|
|
+ white-space: nowrap;
|
|
|
position: relative;
|
|
|
&::before {
|
|
|
content: '';
|