瀏覽代碼

Merge branch '07/06musicArchives' into 11/24SAAS

mo 2 年之前
父節點
當前提交
c543097de2
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/resetTeaming/components/archicesComponents/modals/studentMaster.vue

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

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