|
@@ -50,7 +50,7 @@
|
|
v-model="searchForm.isBuyInstrumentsInsurance"
|
|
v-model="searchForm.isBuyInstrumentsInsurance"
|
|
clearable
|
|
clearable
|
|
filterable
|
|
filterable
|
|
- placeholder="是否购买月保"
|
|
|
|
|
|
+ placeholder="是否购买乐保"
|
|
>
|
|
>
|
|
<el-option label="否" value="0"></el-option>
|
|
<el-option label="否" value="0"></el-option>
|
|
<el-option label="是" value="1"></el-option>
|
|
<el-option label="是" value="1"></el-option>
|
|
@@ -109,12 +109,12 @@
|
|
<div>{{ scope.row.goodsBuyTime | formatTimer }}</div>
|
|
<div>{{ scope.row.goodsBuyTime | formatTimer }}</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="center" label="是否购买月保">
|
|
|
|
|
|
+ <el-table-column align="center" label="是否购买乐保">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>{{ scope.row.insuranceStartTime ? "是" : "否" }}</div>
|
|
<div>{{ scope.row.insuranceStartTime ? "是" : "否" }}</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="center" label="月保有效期" width="100px">
|
|
|
|
|
|
+ <el-table-column align="center" label="乐保有效期" width="100px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>{{ scope.row.insuranceStartTime | formatTimer }}~{{ scope.row.insuranceEndTime | formatTimer }}</div>
|
|
<div>{{ scope.row.insuranceStartTime | formatTimer }}~{{ scope.row.insuranceEndTime | formatTimer }}</div>
|
|
</template>
|
|
</template>
|