Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
learn-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
learn-online-pc
Commits
20e1e6a1
提交
20e1e6a1
authored
11月 11, 2020
作者:
高一
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
办事大厅国际化
上级
766e366f
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
18 行增加
和
17 行删除
+18
-17
app.vue
src/app.vue
+11
-11
en.json
src/assets/languages/en.json
+1
-1
index.vue
src/components/languageSwitch/index.vue
+3
-1
hall.vue
src/pages/affairsHall/hall.vue
+3
-4
没有找到文件。
src/app.vue
浏览文件 @
20e1e6a1
<
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 l
anguageSwitch from './components/languageSwitch/index.vue'
import
H
anguageSwitch
from
'./components/languageSwitch/index.vue'
export
default
{
export
default
{
// components: { l
anguageSwitch }
components
:
{
H
anguageSwitch
}
}
}
</
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
>
src/assets/languages/en.json
浏览文件 @
20e1e6a1
...
@@ -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"
}
}
},
},
...
...
src/components/languageSwitch/index.vue
浏览文件 @
20e1e6a1
...
@@ -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
;
...
...
src/pages/affairsHall/hall.vue
浏览文件 @
20e1e6a1
<
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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论