Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
bbac0928
Commit
bbac0928
authored
Mar 04, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 语言bug
parent
99353fe0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
fill.js
src/assets/common/lang/zhCN/fill.js
+6
-0
OrderList.vue
src/components/Hotel/reservation/OrderList.vue
+2
-2
index.vue
src/components/index.vue
+1
-0
No files found.
src/assets/common/lang/zhCN/fill.js
View file @
bbac0928
...
...
@@ -188,6 +188,12 @@ export const obj = {
zongticeng
:
'总提成'
,
chakanticengmx
:
'查看提成明细'
,
tichengfanshi
:
'提成方式'
,
danyuelirun
:
'当月利润'
,
rentoujianli
:
'人头奖励'
,
lirunbili
:
'利润比例'
,
xiaosoue
:
'销售额'
,
lirunbi
:
'利润比'
,
dindanzongjiae
:
'订单总价额'
,
caravanshopcol
:
{
t1
:
'车/使用时间/天数'
,
t2
:
'用车详情'
,
...
...
src/components/Hotel/reservation/OrderList.vue
View file @
bbac0928
...
...
@@ -480,7 +480,7 @@
</
template
>
</el-table-column>
<el-table-column
label=
"$t('fnc.fkfangshi')"
:
label=
"$t('fnc.fkfangshi')"
min-width=
"80"
style=
"background:#EAEAEA"
>
...
...
@@ -757,7 +757,7 @@
</div>-->
<div
class=
"column justify-c px15 bgf5 radius5 ml flex-g pa20"
style=
"min-width: 230px;"
>
<div
class=
"row-c justify-sb borderD pb5"
>
<span
class=
"fz12 c9e"
>
{{$t('objFill.dindanzongji
n
e')}}
</span>
<span
class=
"fz12 c9e"
>
{{$t('objFill.dindanzongji
a
e')}}
</span>
<div
class=
"ml"
>
<span
class=
"fz15 fbold"
>
{{ scope.row.Money.toFixed(2) }}
</span>
<span
class=
"fz12 ml"
>
{{ scope.row.CurrencyName }}
</span>
...
...
src/components/index.vue
View file @
bbac0928
...
...
@@ -269,6 +269,7 @@
<i
v-if=
"language=='zh-CN'"
class=
"iconfont icon-language_top"
></i>
<i
v-if=
"language=='Japanese'"
class=
"iconfont icon-icon-riyu"
></i>
<i
v-if=
"language=='zh-TW'"
class=
"iconfont icon-fanti"
></i>
<i
v-if=
"language=='en-US'"
class=
"iconfont icon-yingyu"
></i>
</span>
<el-dropdown-menu
class=
"changelanguage"
slot=
"dropdown"
>
<el-dropdown-item
@
click
.
native=
"ChangeLan('Japanese')"
>
日语
<i
v-if=
"language=='Japanese'"
...
...
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