|
@@ -727,7 +727,7 @@ export default {
|
|
],
|
|
],
|
|
tableLabel: [
|
|
tableLabel: [
|
|
{ label: 'DAY', width: '85', prop: 'day', describe: '天数(DAY)' },
|
|
{ label: 'DAY', width: '85', prop: 'day', describe: '天数(DAY)' },
|
|
- { label: 'DATE', width: '85', prop: 'date', describe: '时间(DATE)' },
|
|
|
|
|
|
+ { label: 'DATE', width: '75', prop: 'date', describe: '时间(DATE)' },
|
|
{ label: 'ITIN', width: '100', prop: 'itin', describe: '行程描述(ITINERARY)' },
|
|
{ label: 'ITIN', width: '100', prop: 'itin', describe: '行程描述(ITINERARY)' },
|
|
{ label: 'VA', width: '77', prop: 'sale', describe: '车服务区域(Vehicle Area)' }, // ??????????????
|
|
{ label: 'VA', width: '77', prop: 'sale', describe: '车服务区域(Vehicle Area)' }, // ??????????????
|
|
{ label: 'VT', width: '100', prop: 'carType', describe: '车型(VEHICLE TYPE)' },
|
|
{ label: 'VT', width: '100', prop: 'carType', describe: '车型(VEHICLE TYPE)' },
|
|
@@ -4841,4 +4841,7 @@ export default {
|
|
.form-ss .el-checkbox__label{
|
|
.form-ss .el-checkbox__label{
|
|
font-size: 10px;
|
|
font-size: 10px;
|
|
}
|
|
}
|
|
|
|
+.tables .el-input--mini{
|
|
|
|
+ font-size: 10px;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|