add:西班牙
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
and md_pb_vehicleMater.pcsn = #{query.pcsn}
|
||||
</if>
|
||||
<if test="query.material_code != null and query.material_code != ''">
|
||||
and md_pb_vehicleMater.material_code = #{query.material_code}
|
||||
and md_me_materialbase.material_code = #{query.material_code}
|
||||
</if>
|
||||
<if test="query.sect_code != null and query.sect_code != ''">
|
||||
and struct.sect_code = #{query.sect_code}
|
||||
|
||||
@@ -3,7 +3,7 @@ import VueI18n from 'vue-i18n'
|
||||
import locale from 'element-ui/lib/locale'
|
||||
import zh from './langs/chinese'
|
||||
import en from './langs/english'
|
||||
import vietnamese from './langs/Vietnamese'
|
||||
import es from './langs/Espana'
|
||||
Vue.use(VueI18n)
|
||||
const messages = {
|
||||
en: {
|
||||
@@ -12,8 +12,8 @@ const messages = {
|
||||
zh: {
|
||||
...zh
|
||||
},
|
||||
vi: {
|
||||
...vietnamese
|
||||
es: {
|
||||
...es
|
||||
}
|
||||
}
|
||||
const i18n = new VueI18n({
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-item divided command="zh">简体中文</el-dropdown-item>
|
||||
<el-dropdown-item divided command="en">English</el-dropdown-item>
|
||||
<el-dropdown-item divided command="vi">Vietnamese</el-dropdown-item>
|
||||
<el-dropdown-item divided command="es">Vietnamese</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
</div>
|
||||
@@ -134,8 +134,8 @@ export default {
|
||||
this.language = 'English'
|
||||
} else if (command === 'zh') {
|
||||
this.language = '简体中文'
|
||||
} else if (command === 'vi') {
|
||||
this.language = 'Vietnamese'
|
||||
} else if (command === 'es') {
|
||||
this.language = 'España'
|
||||
}
|
||||
},
|
||||
toggleSideBar() {
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-item divided command="zh">简体中文</el-dropdown-item>
|
||||
<el-dropdown-item divided command="en">English</el-dropdown-item>
|
||||
<el-dropdown-item divided command="vi">Vietnamese</el-dropdown-item>
|
||||
<el-dropdown-item divided command="es">Vietnamese</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
</el-col>
|
||||
@@ -117,8 +117,8 @@ export default {
|
||||
this.language = 'English'
|
||||
} else if (command === 'zh') {
|
||||
this.language = '简体中文'
|
||||
} else if (command === 'vi') {
|
||||
this.language = 'Vietnamese'
|
||||
} else if (command === 'es') {
|
||||
this.language = 'España'
|
||||
}
|
||||
},
|
||||
getCode() {
|
||||
|
||||
Reference in New Issue
Block a user