Przeglądaj źródła

fix: 修复国际化文本显示异常

kindring 3 tygodni temu
rodzic
commit
bb3d136963
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      web_src/src/components/DeviceList.vue

+ 1 - 1
web_src/src/components/DeviceList.vue

@@ -58,7 +58,7 @@
       </el-table-column>
       <el-table-column prop="manufacture" :label="$t('device.manufacturer')" min-width="120">
       </el-table-column>
-      <el-table-column :label="$t('video.media.steamType')"  min-width="160" >
+      <el-table-column :label="$t('video.media.streamType')"  min-width="160" >
         <template slot-scope="scope">
           <el-select size="mini" @change="transportChange(scope.row)" v-model="scope.row.streamMode" :placeholder="$t('pleaseSelect')" style="width: 120px">
             <el-option key="UDP" label="UDP" value="UDP"></el-option>