浏览代码

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

kindring 3 周之前
父节点
当前提交
f5229e13ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  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('device.steamType')"  min-width="160" >
+      <el-table-column :label="$t('video.media.steamType')"  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>