Parcourir la source

错别字修该

zhangyu il y a 5 ans
Parent
commit
b2ef21acaf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/point/config_point/steps/step3.vue

+ 1 - 1
src/views/point/config_point/steps/step3.vue

@@ -3,7 +3,7 @@
         <div class="btns-view">
             <el-button @click="dialogShow(1)">根据关键内容批量标准化对象标识</el-button>
             <el-button @click="dialogShow(2)">根据关键内容批量对应数据字典</el-button>
-            <el-checkbox style="float:right;" @change="changeChecked" v-model="checked">只显示未标准化的原始点位</el-checkbox>
+            <el-checkbox style="float:right;" @change="changeChecked" v-model="checked">只显示未标准化的原始点位</el-checkbox>
         </div>
         <div id="handsontableSteps1" class="middle_sty" v-loading="isLoading">
             <handsontable-component v-if="pages.total" @mouseDown="clickEdit" ref="handsontable"></handsontable-component>