Browse Source

国际化信息提交。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.8.2^2
zouap 3 years ago
parent
commit
a8a7c4ebe8
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      web_src/js/components/dataset/selectDataset.vue

+ 4
- 4
web_src/js/components/dataset/selectDataset.vue View File

@@ -38,7 +38,7 @@
type="text" type="text"
class="disabled" class="disabled"
style="width: 48.5%" style="width: 48.5%"
placeholder="{{i18n.dataset_select_placeholder}}"
:placeholder="i18n.dataset_select_placeholder"
required required
/> />
<input <input
@@ -46,7 +46,7 @@
type="text" type="text"
class="disabled" class="disabled"
:required="required" :required="required"
placeholder="{{i18n.dataset_select_placeholder}}"
:placeholder="i18n.dataset_select_placeholder"
/> />
</span> </span>


@@ -62,7 +62,7 @@
>{{i18n.dataset_select}} >{{i18n.dataset_select}}
</el-button> </el-button>
<el-dialog <el-dialog
title="{{i18n.dataset_select}}"
:title="i18n.dataset_select"
:visible.sync="dialogVisible" :visible.sync="dialogVisible"
:width="dialogWidth" :width="dialogWidth"
> >
@@ -74,7 +74,7 @@
></i> ></i>
<input <input
type="text" type="text"
placeholder="{{i18n.dataset_search_placeholder}}"
:placeholder="i18n.dataset_search_placeholder"
v-model="search" v-model="search"
@keydown.enter.stop.prevent="searchName" @keydown.enter.stop.prevent="searchName"
/> />


Loading…
Cancel
Save