Просмотр исходного кода

Merge branch 'master' of http://18.167.157.193:1026/guanli/ngds

kevin_zhangl 3 лет назад
Родитель
Сommit
abf7709c7b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      frontendEle/src/views/atlas/network.vue

+ 1 - 1
frontendEle/src/views/atlas/network.vue

@@ -9,7 +9,7 @@
           <template slot="prepend">Spread depth</template>
         </el-input>
         <el-input v-model="periodNum" size="small" style="width:150px;" v-show="false">
-          <template slot="prepend">期数</template>
+          <template slot="prepend">Period number</template>
         </el-input>
         <el-button type="primary" size="small" @click="getMainData()">Confirm</el-button>
       </div>