|
@@ -514,7 +514,7 @@
|
|
|
{ text: '异常', value: 1 },
|
|
{ text: '异常', value: 1 },
|
|
|
]"
|
|
]"
|
|
|
:filter-method="filterHandler"
|
|
:filter-method="filterHandler"
|
|
|
- min-width="80"
|
|
|
|
|
|
|
+ min-width="90"
|
|
|
align="center"
|
|
align="center"
|
|
|
>
|
|
>
|
|
|
<template v-slot="scope">
|
|
<template v-slot="scope">
|
|
@@ -584,7 +584,7 @@
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
prop="hasInsurance"
|
|
prop="hasInsurance"
|
|
|
label="保险状态"
|
|
label="保险状态"
|
|
|
- min-width="80"
|
|
|
|
|
|
|
+ min-width="90"
|
|
|
:filters="[
|
|
:filters="[
|
|
|
{ text: '未购买', value: 0 },
|
|
{ text: '未购买', value: 0 },
|
|
|
{ text: '已购买', value: 1 },
|
|
{ text: '已购买', value: 1 },
|
|
@@ -608,13 +608,13 @@
|
|
|
<template v-slot="scope">
|
|
<template v-slot="scope">
|
|
|
{{ subTimeStr(scope.row.createTime) }}
|
|
{{ subTimeStr(scope.row.createTime) }}
|
|
|
</template>
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
|
|
|
|
+ </el-table-column>-->
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
- prop="remark"
|
|
|
|
|
|
|
+ prop="cargoOwnerRemark"
|
|
|
label="备注"
|
|
label="备注"
|
|
|
min-width="100"
|
|
min-width="100"
|
|
|
align="center"
|
|
align="center"
|
|
|
- ></el-table-column> -->
|
|
|
|
|
|
|
+ ></el-table-column>
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
label="解除"
|
|
label="解除"
|
|
|
min-width="80"
|
|
min-width="80"
|