Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-customer-new-master
Commits
d0ba5131
Commit
d0ba5131
authored
Dec 26, 2024
by
Smile
Committed by
wux
Jan 02, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:控货转移权多语言修改
parent
472fd14f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
index.vue
src/components/lengingAgreement/index.vue
+6
-9
No files found.
src/components/lengingAgreement/index.vue
View file @
d0ba5131
...
...
@@ -21,13 +21,8 @@
let
that
=
this
that
.
$request
.
get
(
'
/app-api/system/need-know/getByKey
'
,{
key
:
'
control
'
}).
then
(
res
=>
{
if
(
res
.
code
==
0
&&
res
.
data
){
if
(
that
.
$lang
.
locale
==
'
zh
'
){
that
.
title
=
res
.
data
.
titleZh
that
.
leviteInfo
=
res
.
data
.
contentZh
}
else
{
that
.
title
=
res
.
data
.
titleEn
that
.
leviteInfo
=
res
.
data
.
contentEn
}
that
.
title
=
res
.
data
[
this
.
$lang
.
title
]
that
.
leviteInfo
=
res
.
data
[
this
.
$lang
.
content
]
}
})
},
...
...
@@ -35,6 +30,8 @@
}
</
script
>
<
style
>
<
style
scoped
>
.ql-align-center
{
text-align
:
center
;
}
</
style
>
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