lighter 3 лет назад
Родитель
Сommit
c8876392af
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/medical-insurance/allpatient/SetllistReconciliation.vue

+ 1 - 1
src/views/medical-insurance/allpatient/SetllistReconciliation.vue

@@ -1,7 +1,7 @@
 <template>
   <el-container>
     <el-header style="height: 35px; margin-top: 10px">
-      <el-select v-model="slctSetlPrm.clrType" placeholder="算类别" style="width: 100px" @change="setlinfos = []">
+      <el-select v-model="slctSetlPrm.clrType" placeholder="算类别" style="width: 100px" @change="setlinfos = []">
         <el-option v-for="item in clrTypes" :key="item.code" :value="item.code" :label="item.name"></el-option>
       </el-select>
       <el-date-picker