mo 2 vuotta sitten
vanhempi
commit
9e7f76bf21

+ 3 - 3
src/views/resetTeaming/components/archicesComponents/modals/studentMaster.vue

@@ -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>