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