123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929 |
- <template>
- <div class="data-table">
- <div
- element-loading-text="拼命加载中"
- element-loading-spinner="el-icon-loading"
- element-loading-background="rgba(0, 0, 0, 0.8)"
- class="data-table-content"
- >
- <template v-if="tableList.length && action == 0">
- <el-table
- :data="tableList"
- style="width: 100%"
- :row-style="rowStyle"
- :style="dataTableContentStyle"
- height="calc(100vh - 190px)"
- max-height="calc(100vh - 190px)"
- :stripe="tableProps.stripe"
- :border="tableProps.border"
- :row-key="tableProps.rowKey"
- :highlight-current-row="tableProps.highlightCurrentRow"
- :header-cell-class-name="tableProps.headerCellClassName"
- :tooltip-effect="tableProps.tooltipEffect"
- :show-summary="tableProps.showSummary"
- >
- <el-table-column
- prop="indexs"
- label="序号"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="dat"
- label="时间"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- prop="weight"
- label="重量(吨)"
- >
- </el-table-column>
- </el-table>
- </template>
- <template v-if="tableList.length && action == 1">
- <el-table
- :data="tableList"
- style="width: 100%"
- :row-style="rowStyle"
- :style="dataTableContentStyle"
- height="calc(100vh - 190px)"
- max-height="calc(100vh - 190px)"
- :stripe="tableProps.stripe"
- :border="tableProps.border"
- :row-key="tableProps.rowKey"
- :highlight-current-row="tableProps.highlightCurrentRow"
- :header-cell-class-name="tableProps.headerCellClassName"
- :tooltip-effect="tableProps.tooltipEffect"
- :show-summary="tableProps.showSummary"
- >
- <el-table-column
- prop="indexs"
- label="序号"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="dat"
- label="时间"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- prop="flightNum"
- label="重量(吨)"
- >
- </el-table-column>
- </el-table>
- </template>
- <template v-if="tableList.length && action == 2">
- <el-table
- :data="tableList"
- style="width: 100%"
- :row-style="rowStyle"
- :style="dataTableContentStyle"
- height="calc(100vh - 190px)"
- max-height="calc(100vh - 190px)"
- :stripe="tableProps.stripe"
- :border="tableProps.border"
- :row-key="tableProps.rowKey"
- :highlight-current-row="tableProps.highlightCurrentRow"
- :header-cell-class-name="tableProps.headerCellClassName"
- :tooltip-effect="tableProps.tooltipEffect"
- :show-summary="tableProps.showSummary"
- >
- <el-table-column
- prop="indexs"
- label="序号"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="dat"
- label="时间"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- prop="flightNum"
- label="运单数(单)"
- >
- </el-table-column>
- <el-table-column
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- prop="weight"
- label="重量(吨)"
- >
- </el-table-column>
- </el-table>
- </template>
- <template v-if="tableList.length && action == 3">
- <el-table
- :data="tableList"
- style="width: 100%"
- :row-style="rowStyle"
- :style="dataTableContentStyle"
- height="calc(100vh - 190px)"
- max-height="calc(100vh - 190px)"
- :stripe="tableProps.stripe"
- :border="tableProps.border"
- :row-key="tableProps.rowKey"
- :highlight-current-row="tableProps.highlightCurrentRow"
- :header-cell-class-name="tableProps.headerCellClassName"
- :tooltip-effect="tableProps.tooltipEffect"
- :show-summary="tableProps.showSummary"
- >
- <el-table-column
- prop="indexs"
- label="序号"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="fdt"
- label="时间"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- prop="weight"
- label="重量(吨)"
- >
- </el-table-column>
- </el-table>
- </template>
- <template v-if="tableList.length && action == 4">
- <el-table
- :data="tableList"
- style="width: 100%"
- :row-style="rowStyle"
- :style="dataTableContentStyle"
- height="calc(100vh - 190px)"
- max-height="calc(100vh - 190px)"
- :stripe="tableProps.stripe"
- :border="tableProps.border"
- :row-key="tableProps.rowKey"
- :highlight-current-row="tableProps.highlightCurrentRow"
- :header-cell-class-name="tableProps.headerCellClassName"
- :tooltip-effect="tableProps.tooltipEffect"
- :show-summary="tableProps.showSummary"
- :summary-method="totalOutPrice"
- >
- <el-table-column
- prop="indexs"
- label="序号"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="flightdate"
- label="日期"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="flightNo"
- label="航班号"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="line"
- label="航线"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="stand"
- label="机位"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="totalWeight"
- label="货物总重 (KG)"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="pullWeight"
- label="拉货 (KG)"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <!-- <el-table-column
- prop="dat"
- label="时间"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- prop="pullFlightNum"
- label="航班量(班)"
- >
- </el-table-column>
- <el-table-column
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- prop="pullWeight"
- label="重量(吨)"
- >
- </el-table-column> -->
- </el-table>
- </template>
- <template v-if="tableList.length && action == 5">
- <el-table
- :data="tableList"
- style="width: 100%"
- :row-style="rowStyle"
- :style="dataTableContentStyle"
- height="calc(100vh - 190px)"
- max-height="calc(100vh - 190px)"
- :stripe="tableProps.stripe"
- :border="tableProps.border"
- :row-key="tableProps.rowKey"
- :highlight-current-row="tableProps.highlightCurrentRow"
- :header-cell-class-name="tableProps.headerCellClassName"
- :tooltip-effect="tableProps.tooltipEffect"
- :summary-method="totalOutPrice"
- >
- <el-table-column
- prop="indexs"
- label="序号"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="IATACode"
- label="航司"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="flightNO"
- label="航班号"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="flightDate"
- label="执飞日期"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="planLandingTime"
- label="计划降落时间"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="acLandingTime"
- label="实际降落时间"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="target"
- label="航程"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="unLoadTime"
- label="卸机时间"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="planeDownTime_IN"
- label="库区到达时间"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="depotJoinTime_IN"
- label="货站交接时间"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="tallyTime_in"
- label="理货时间"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- </el-table>
- </template>
- <template v-if="tableList.length && action == 6">
- <el-table
- :data="tableList"
- style="width: 100%"
- :row-style="rowStyle"
- :style="dataTableContentStyle"
- height="calc(100vh - 190px)"
- max-height="calc(100vh - 190px)"
- :stripe="tableProps.stripe"
- :border="tableProps.border"
- :row-key="tableProps.rowKey"
- :highlight-current-row="tableProps.highlightCurrentRow"
- :header-cell-class-name="tableProps.headerCellClassName"
- :tooltip-effect="tableProps.tooltipEffect"
- :summary-method="totalOutPrice"
- :show-summary="tableProps.showSummary"
- >
- <el-table-column
- prop="indexs"
- label="序号"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="flightDate"
- label="执飞日期"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="planFlightNum"
- label="计划航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="finishFlightNum"
- label="已完成航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="ygmNum"
- label="一个码航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="speNum"
- label="特货航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="receiveSureNum"
- label="收运核单航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="securityNum"
- label="安检放行航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="addCargoNum"
- label="加货航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="stowageNum"
- label="预配载航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="depotJoinNum"
- label="交接复核航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="planeDownNum"
- label="机下交接航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="pullNum"
- label="拉下航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="pullSureNum"
- label="拉回确认航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- </el-table>
- </template>
- <template v-if="tableList.length && action == 7">
- <el-table
- :data="tableList"
- style="width: 100%"
- :row-style="rowStyle"
- :style="dataTableContentStyle"
- height="calc(100vh - 190px)"
- max-height="calc(100vh - 190px)"
- :stripe="tableProps.stripe"
- :border="tableProps.border"
- :row-key="tableProps.rowKey"
- :highlight-current-row="tableProps.highlightCurrentRow"
- :header-cell-class-name="tableProps.headerCellClassName"
- :tooltip-effect="tableProps.tooltipEffect"
- :summary-method="totalOutPrice"
- :show-summary="tableProps.showSummary"
- >
- <el-table-column
- prop="indexs"
- label="序号"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="flightDate"
- label="执飞日期"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="planFlightNum"
- label="计划航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="finishFlightNum"
- label="已完成航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="speNum"
- label="特货航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="unLoadNum"
- label="卸机航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="arriveNum"
- label="库区到达航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="depotJoinNum"
- label="货站交接航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="tallyNum"
- label="理货航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="outWarehouseNum"
- label="出库航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- </el-table>
- </template>
- <template v-if="tableList.length && action == 8">
- <el-table
- :data="tableList"
- style="width: 100%"
- :row-style="rowStyle"
- :style="dataTableContentStyle"
- height="calc(100vh - 190px)"
- max-height="calc(100vh - 190px)"
- :stripe="tableProps.stripe"
- :border="tableProps.border"
- :row-key="tableProps.rowKey"
- :highlight-current-row="tableProps.highlightCurrentRow"
- :header-cell-class-name="tableProps.headerCellClassName"
- :tooltip-effect="tableProps.tooltipEffect"
- :summary-method="totalOutPrice"
- :show-summary="tableProps.showSummary"
- >
- <el-table-column
- prop="indexs"
- label="序号"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="flightDate"
- label="执飞日期"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="planFlightNum"
- label="计划航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="finishFlightNum"
- label="已完成航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="speNum"
- label="特货航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="enterParkNum"
- label="入园航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="enterCustomsNum"
- label="海关放行航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="toStationNum"
- label="运抵货站航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="securityNum"
- label="安检放行航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="receiveSureNum"
- label="收运核单航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="tallyNum"
- label="理货航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="requestDepotJoinNum"
- label="发起货站交接航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="resureNum"
- label="交接复核航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="planeDownNum"
- label="机下交接航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="pullregisterNum"
- label="拉下登记航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="stowageNum"
- label="实配航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- </el-table>
- </template>
- <template v-if="tableList.length && action == 9">
- <el-table
- :data="tableList"
- style="width: 100%"
- :row-style="rowStyle"
- :style="dataTableContentStyle"
- height="calc(100vh - 190px)"
- max-height="calc(100vh - 190px)"
- :stripe="tableProps.stripe"
- :border="tableProps.border"
- :row-key="tableProps.rowKey"
- :highlight-current-row="tableProps.highlightCurrentRow"
- :header-cell-class-name="tableProps.headerCellClassName"
- :tooltip-effect="tableProps.tooltipEffect"
- :summary-method="totalOutPrice"
- :show-summary="tableProps.showSummary"
- >
- <el-table-column
- prop="indexs"
- label="序号"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="flightDate"
- label="执飞日期"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="planFlightNum"
- label="计划航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="finishFlightNum"
- label="已完成航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="speNum"
- label="特货航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="unloadNum"
- label="卸机航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="planeDownTimeNum"
- label="机下交接航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="depotJoinNum"
- label="货站交接航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="tallyNum"
- label="理货航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="passCustomsNum"
- label="海关放行航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- <el-table-column
- prop="outWarehouseNum"
- label="出库航班数"
- :show-overflow-tooltip="tableColumnProperty.showOverflowTooltip"
- >
- </el-table-column>
- </el-table>
- </template>
- </div>
- </div>
- </template>
- <script>
- export default {
- props: {
- tableList: {
- type: Array,
- default: () => [],
- },
- action: {
- type: Number,
- default: 0,
- },
- set: {
- type: Number,
- default: "",
- },
- },
- data() {
- return {
- loading: false,
- rowStyle: {
- height: "50px",
- fontSize: "14px",
- color: "#101116",
- },
- tableProps: {
- height: "100%",
- maxHeight: "100%",
- stripe: true,
- border: true,
- highlightCurrentRow: false,
- rowClassName: "rowClass",
- headerCellClassName: "headerCell",
- tooltipEffect: "light",
- showSummary: true,
- rowKey: "",
- },
- tableColumnProperty: {
- width: "",
- fixed: "",
- sortable: false,
- showOverflowTooltip: true,
- align: "center",
- headerAlign: "",
- },
- };
- },
- watch: {
- tableList: {
- handler(val) {
- // console.log(val, "111111111");
- },
- deep: true,
- immediate: true,
- },
- },
- computed: {
- dataTableContentStyle() {
- const style = {};
- if (this.minHeight) {
- style["min-height"] = this.minHeight;
- }
- if (this.tableHeight) {
- style["height"] = this.tableHeight;
- }
- return style;
- },
- },
- methods: {
- totalOutPrice(param) {
- const { columns, data } = param;
- const sums = [];
- columns.forEach((column, index) => {
- if (index === 0) {
- sums[index] = "合计";
- return;
- }
- const values = data.map((item) => Number(item[column.property]));
- if (
- column.property != "stand" &&
- column.property != "flightdate" &&
- column.property != "indexs" &&
- column.property != "flightNo" &&
- column.property != "line"
- ) {
- sums[index] = values.reduce((prev, curr) => {
- const value = Number(curr);
- if (!isNaN(value)) {
- return prev + curr;
- } else {
- return prev;
- }
- }, 0);
- sums[index];
- }
- });
- return sums;
- },
- //滚动分页加载
- // load () {
- // this.$emit("load", true);
- // };
- },
- };
- </script>
- <style lang="scss" scoped>
- .el-table {
- display: flex;
- flex-direction: column;
- }
- .infinite-list {
- // height: 300px;
- padding: 0;
- margin: 0;
- list-style: none;
- }
- .infinite-list .infinite-list-item {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 50px;
- background: var(--el-color-primary-light-9);
- margin: 10px;
- color: var(--el-color-primary);
- }
- .infinite-list .infinite-list-item + .list-item {
- margin-top: 10px;
- }
- :deep.el-table {
- .rowClass {
- height: 40px;
- font-size: 14px;
- color: #101116;
- }
- .el-table__header .el-table__cell {
- height: 40px;
- background: #ffffff;
- font-size: 14px;
- font-weight: bold;
- color: #101116;
- }
- .editBtn {
- background: #ffffff;
- border: 1px solid #f79ec6;
- box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.06);
- border-radius: 4px;
- font-size: 12px;
- font-weight: 400;
- color: #ac014d;
- }
- .delBtn {
- background: #eb2f3b;
- box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.06);
- border-radius: 4px;
- font-size: 12px;
- font-weight: 400;
- color: #ffffff;
- border: none;
- }
- .child-list {
- font-size: 14px;
- font-family: Helvetica;
- font-weight: 400;
- color: #101116;
- }
- .btn-all {
- justify-content: center;
- .btn-list {
- margin-right: 10px;
- &:last-child {
- margin-right: 0;
- }
- }
- }
- .el-table__body .el-table__cell {
- &.el-table-column--selection > .cell {
- display: block;
- text-align: center;
- }
- &.cell-click {
- color: #2d67e3;
- cursor: pointer;
- }
- }
- }
- :deep.el-table--striped
- .el-table__body
- tr.el-table__row--striped
- td.el-table__cell {
- background-color: #f0f3f7;
- }
- .tableStatus {
- font-size: 14px;
- .icon {
- width: 14px;
- height: 14px;
- background: #2d67e3;
- border-radius: 2px;
- display: inline-block;
- vertical-align: middle;
- position: relative;
- top: -2px;
- }
- .status0 {
- position: relative;
- top: 5px;
- }
- .status1 {
- position: relative;
- top: 5px;
- .icon {
- background-color: #afb4bf;
- }
- }
- .status2 {
- position: relative;
- top: 5px;
- .icon {
- background-color: #eb2f3b;
- }
- }
- }
- </style>
|