Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-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-operator-master
Commits
13598193
Commit
13598193
authored
Feb 13, 2025
by
Smile
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug234 (生产)【运营-轮播广告】新增/修改功能缺少“法文标题”、“法文内容”输入项
parent
1faa0ab0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
en_US.json
src/i18n/languages/en_US.json
+1
-0
index.vue
src/views/ecw/banner/index.vue
+6
-3
No files found.
src/i18n/languages/en_US.json
View file @
13598193
...
...
@@ -307,6 +307,7 @@
"中文内容"
:
"Chinese content"
,
"请输入中文内容"
:
"Please enter Chinese content"
,
"英文内容"
:
"English content"
,
"法文内容"
:
"French content"
,
"请输入英文内容"
:
"Please enter English content"
,
"提交"
:
"submit"
,
"关闭"
:
"closure"
,
...
...
src/views/ecw/banner/index.vue
View file @
13598193
...
...
@@ -98,13 +98,13 @@
<el-form-item
:label=
"$t('法文标题')"
prop=
"titleFr"
>
<el-input
v-model=
"form.titleFr"
:placeholder=
"$t('请输入法文标题')"
/>
</el-form-item>
<el-form-item
:label=
"$t('中文内容')"
prop=
"contentZh"
>
<el-form-item
:label=
"$t('中文内容')"
:key=
"this.isChinese"
prop=
"contentZh"
>
<editor
v-model=
"form.contentZh"
:min-height=
"150"
/>
</el-form-item>
<el-form-item
:label=
"$t('英文内容')"
prop=
"contentEn"
>
<el-form-item
:label=
"$t('英文内容')"
:key=
"this.isChinese"
prop=
"contentEn"
>
<editor
v-model=
"form.contentEn"
:min-height=
"150"
/>
</el-form-item>
<el-form-item
:label=
"$t('法文内容')"
prop=
"contentFr"
>
<el-form-item
:label=
"$t('法文内容')"
:key=
"this.isChinese"
prop=
"contentFr"
>
<editor
v-model=
"form.contentFr"
:min-height=
"150"
/>
</el-form-item>
<el-form-item
:label=
"$t('WEB端广告图片(建议尺寸长*宽')+'1120*450)'"
prop=
"bannerUrlWeb"
>
...
...
@@ -199,6 +199,9 @@ export default {
},
computed
:
{
isChinese
()
{
return
this
.
$i18n
.
locale
===
"
zh_CN
"
;
},
statusName
()
{
return
value
=>
{
for
(
let
index
in
this
.
statusDictDatas
)
{
...
...
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