提交 20e1e6a1 authored 作者: 高一's avatar 高一

办事大厅国际化

上级 766e366f
<template> <template>
<div style="height: 100%; width: 100%;"> <div style="height: 100%; width: 100%;">
<language-Switch></language-Switch>
<router-view></router-view> <router-view></router-view>
<hanguage-switch></hanguage-switch>
</div> </div>
</template> </template>
<script> <script>
// import languageSwitch from './components/languageSwitch/index.vue' import HanguageSwitch from './components/languageSwitch/index.vue'
export default { export default {
// components: { languageSwitch } components: { HanguageSwitch }
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
language-Switch { // language-Switch {
width: 200px; // width: 200px;
height: 200px; // height: 200px;
position: relative; // position: relative;
bottom: 0px; // bottom: 0px;
left: 50%; // left: 50%;
background-color: #000; // background-color: #000;
} // }
</style> </style>
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
"header1Child3": "Academic Report", "header1Child3": "Academic Report",
"header2": "Grades", "header2": "Grades",
"header2Child1": "My Credit", "header2Child1": "My Credit",
"header3": "办事大厅", "header3": "Office hall",
"header4": "Feedback" "header4": "Feedback"
} }
}, },
......
...@@ -73,7 +73,9 @@ export default { ...@@ -73,7 +73,9 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.tap-language-switch { .tap-language-switch {
position: absolute; position: absolute;
right: 100px; right: 150px;
top: 0px;
z-index: 9999999999;
.el-menu { .el-menu {
border: none; border: none;
background: transparent; background: transparent;
......
<template> <template>
<div> <div>
<hanguage-switch></hanguage-switch> <!-- <hanguage-switch></hanguage-switch> -->
<div class="con-title"> <div class="con-title">
<div>{{ $t('pages.affairsHall.hall.title') }}</div> <div>{{ $t('pages.affairsHall.hall.title') }}</div>
</div> </div>
...@@ -44,7 +44,7 @@ import Tap from '../../components/comTable/tap.vue' ...@@ -44,7 +44,7 @@ import Tap from '../../components/comTable/tap.vue'
import mPage from '../../components/comTable/mPage.vue' import mPage from '../../components/comTable/mPage.vue'
import TableList from '../../components/comTable/tableList.vue' import TableList from '../../components/comTable/tableList.vue'
import HallForm from './components/hall-form.vue' import HallForm from './components/hall-form.vue'
import HanguageSwitch from '../../components/languageSwitch/index.vue' // import HanguageSwitch from '../../components/languageSwitch/index.vue'
import cAction from '@action' import cAction from '@action'
const status = { const status = {
'-1': '待审核', '-1': '待审核',
...@@ -59,8 +59,7 @@ export default { ...@@ -59,8 +59,7 @@ export default {
Tap, Tap,
HallForm, HallForm,
mPage, mPage,
TableList, TableList
HanguageSwitch
}, },
data() { data() {
const remote = { const remote = {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论