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