Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
ab10abb4
Commit
ab10abb4
authored
Nov 12, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6bc75f50
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3363 additions
and
3 deletions
+3363
-3
i18n.js
src/boot/i18n.js
+5
-3
zh-demo.js
src/pages/financial/lang/zh-demo.js
+5
-0
zh.js
src/pages/financial/lang/zh.js
+2631
-0
Ground.js
src/pages/financial/lang/zhCN/Ground.js
+682
-0
invoicesManager.js
src/pages/financial/lang/zhCN/invoicesManager.js
+40
-0
No files found.
src/boot/i18n.js
View file @
ab10abb4
...
...
@@ -5,9 +5,11 @@ import messages from 'src/i18n'
Vue
.
use
(
VueI18n
)
const
i18n
=
new
VueI18n
({
locale
:
'en-us'
,
fallbackLocale
:
'en-us'
,
messages
locale
:
'zh-CN'
,
// fallbackLocale: 'en-us',
messages
:{
'zh-CN'
:
require
(
'../pages/financial/lang/zh'
),
// 中文语言包
}
})
export
default
({
app
})
=>
{
...
...
src/pages/financial/lang/zh-demo.js
0 → 100644
View file @
ab10abb4
export
const
obj
=
{
BrandName
:
'品牌名称'
,
}
export
default
obj
;
\ No newline at end of file
src/pages/financial/lang/zh.js
0 → 100644
View file @
ab10abb4
This diff is collapsed.
Click to expand it.
src/pages/financial/lang/zhCN/Ground.js
0 → 100644
View file @
ab10abb4
This diff is collapsed.
Click to expand it.
src/pages/financial/lang/zhCN/invoicesManager.js
0 → 100644
View file @
ab10abb4
export
const
obj
=
{
qbfapiao
:
'全部发票'
,
wfqide
:
'我发起的'
,
dwspide
:
'待我审批的'
,
wspide
:
'我审批的'
,
wzfeide
:
'我作废的'
,
bbhuide
:
'被驳回的'
,
csgwode
:
'抄送给我的'
,
shenpi
:
'审批'
,
tonggei
:
'通过'
,
jujue
:
'拒绝'
,
bohui
:
'驳回'
,
qrenhan
:
'确认函'
,
gongji
:
'共计'
,
tdqdi
:
'条,当前第'
,
tiao
:
'条。'
,
shwanbi
:
'审核完毕'
,
yi
:
'已'
,
fpkjsqdan
:
'发票开具申请单'
,
bumen
:
'部门'
,
sqren
:
'申请人'
,
kjjine
:
'开具金额'
,
dzjine
:
'到账金额'
,
dzyinhang
:
'到账银行'
,
sqriqi
:
'申请日期'
,
dzriqi
:
'到账日期'
,
tuanhao
:
'团号'
,
ddanhao
:
'订单号'
,
cwdanju
:
'财务单据'
,
zanwu
:
'暂无'
,
kjneirong
:
'开具内容'
,
shuihao
:
'税号'
,
khuhang
:
'开户行'
,
shuihao2
:
'税号:'
,
qsrshuihao
:
'请输入税号'
,
sfxianshi
:
'是否显示'
,
yjshzqbyjxqtcz
:
'一键审核中请不要进行其他操作。'
,
yjzjzqbyjxqtcz
:
'一键转交中请不要进行其他操作。'
,
}
export
default
obj
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment