|
@@ -243,7 +243,7 @@
|
|
|
<el-checkbox v-for="( item, index ) in checkOptions " :key="index" :title="item.tips"
|
|
|
:label="item.label" @change="(val) => { topcheckboxChange(val, item.label) }"></el-checkbox>
|
|
|
</el-checkbox-group>
|
|
|
- <el-table class="tables" style="font-size:10px" :summary-method="getSummaries" show-summary show-overflow-tooltip :data="tableData" :border="true"
|
|
|
+ <el-table class="tables" style="font-size:12px" :summary-method="getSummaries" show-summary show-overflow-tooltip :data="tableData" :border="true"
|
|
|
size="small" row-class-name="row" cell-class-name="column" :highlight-current-row="true" :fit="true">
|
|
|
<!-- :height="centerheight" -->
|
|
|
|
|
@@ -388,7 +388,7 @@
|
|
|
</el-table>
|
|
|
|
|
|
</div>
|
|
|
- <div v-for="( sheetitem, index ) in sheetDatal " :key="index">
|
|
|
+ <div v-for="(sheetitem, index) in sheetDatal" :key="index">
|
|
|
<div class="biaoge" :class="{ 'biaogeKz': costTypevalue == 'B' }"
|
|
|
v-if="CheckBoxListSelect.filter(item => item.cbType == 'Left')[0].cbValues.includes(sheetitem.label)">
|
|
|
<el-table :data="[{ a: 1 }]" border style="width: 100%">
|
|
@@ -479,7 +479,7 @@
|
|
|
<el-table :data="[{ a: 1 }]" border style="width: 100%"
|
|
|
:class="{ 'hiddenElement': (sheetitem.EnLabel == 'visa' || sheetitem.EnLabel == 'bx') ? true : false }">
|
|
|
<el-table-column
|
|
|
- v-for="( itemsheetone, index ) in sheetitem.childList "
|
|
|
+ v-for="(itemsheetone, index) in sheetitem.childList"
|
|
|
:key="index" :prop="itemsheetone.prop" :label="itemsheetone.childLabel">
|
|
|
<!-- eslint-disable-next-line -->
|
|
|
<template slot-scope="scope">
|
|
@@ -727,7 +727,7 @@ export default {
|
|
|
],
|
|
|
tableLabel: [
|
|
|
{ label: 'DAY', width: '85', prop: 'day', describe: '天数(DAY)' },
|
|
|
- { label: 'DATE', width: '75', prop: 'date', describe: '时间(DATE)' },
|
|
|
+ { label: 'DATE', width: '85', prop: 'date', describe: '时间(DATE)' },
|
|
|
{ label: 'ITIN', width: '100', prop: 'itin', describe: '行程描述(ITINERARY)' },
|
|
|
{ label: 'VA', width: '77', prop: 'sale', describe: '车服务区域(Vehicle Area)' }, // ??????????????
|
|
|
{ label: 'VT', width: '100', prop: 'carType', describe: '车型(VEHICLE TYPE)' },
|
|
@@ -4823,7 +4823,7 @@ export default {
|
|
|
width: 70px;
|
|
|
}
|
|
|
.tables .el-textarea{
|
|
|
- font-size: 10px;
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
|
.tables .el-button--mini{
|
|
|
font-size: 12px;
|
|
@@ -4839,9 +4839,9 @@ export default {
|
|
|
display: none;
|
|
|
}
|
|
|
.form-ss .el-checkbox__label{
|
|
|
- font-size: 10px;
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
|
.tables .el-input--mini{
|
|
|
- font-size: 10px;
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
|
</style>
|