|
|
@@ -203,7 +203,7 @@
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-dialog>
|
|
|
- <div class="mt20">
|
|
|
+ <!-- <div class="mt20">
|
|
|
<p class="mr20 df aic" style="font-size: 14px; color: #333">
|
|
|
列表筛选:
|
|
|
<el-checkbox
|
|
|
@@ -287,7 +287,7 @@
|
|
|
size="default"
|
|
|
@change="selectSingle"
|
|
|
/>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<el-table
|
|
|
:data="tableData"
|
|
|
stripe
|
|
|
@@ -332,7 +332,7 @@
|
|
|
label="预计到港时间"
|
|
|
v-if="expectedArrivalTimeVisable"
|
|
|
sortable
|
|
|
- min-width="120"
|
|
|
+ min-width="140"
|
|
|
align="center"
|
|
|
>
|
|
|
<template v-slot="scope">
|
|
|
@@ -355,14 +355,14 @@
|
|
|
label="在港天数"
|
|
|
v-if="daysInPortVisable"
|
|
|
sortable
|
|
|
- min-width="90"
|
|
|
+ min-width="100"
|
|
|
align="center"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
prop="todayPhotoCount"
|
|
|
label="今日照片"
|
|
|
v-if="todayPhotoCountVisable"
|
|
|
- min-width="70"
|
|
|
+ min-width="100"
|
|
|
align="center"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
@@ -383,7 +383,7 @@
|
|
|
prop="unloadedtons"
|
|
|
label="已卸货吨位"
|
|
|
v-if="unloadedtonsVisable"
|
|
|
- min-width="80"
|
|
|
+ min-width="100"
|
|
|
align="center"
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
@@ -420,7 +420,7 @@
|
|
|
prop="hasInsurance"
|
|
|
label="保险状态"
|
|
|
v-if="hasInsuranceVisable"
|
|
|
- min-width="70"
|
|
|
+ min-width="100"
|
|
|
align="center"
|
|
|
>
|
|
|
<template v-slot="scope">
|