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
e00c4fff
Commit
e00c4fff
authored
Feb 05, 2025
by
Smile
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
232 (生产)后台未翻译成英文的一些页面, 运营-轮播广告页面
parent
fe66a6d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
en_US.json
src/i18n/languages/en_US.json
+2
-1
index.vue
src/views/ecw/banner/index.vue
+1
-1
No files found.
src/i18n/languages/en_US.json
View file @
e00c4fff
...
...
@@ -4932,6 +4932,7 @@
"是否确认启用此积分规则"
:
"Confirm enabling this points rule"
,
"标题(中文)"
:
"Title (Chinese)"
,
"标题(英文)"
:
"Title (English)"
,
"标题(法文)"
:
"Title (French)"
"标题(法文)"
:
"Title (French)"
,
"是否确认删除广告设置编号为'{0}'的数据项?"
:
"Are you sure you want to delete the advertisement setting with ID '{0}'?"
}
src/views/ecw/banner/index.vue
View file @
e00c4fff
...
...
@@ -291,7 +291,7 @@ export default {
/** 删除按钮操作 */
handleDelete
(
row
)
{
const
id
=
row
.
id
;
this
.
$modal
.
confirm
(
this
.
$t
(
'
是否确认删除广告设置编号为
"
'
)
+
id
+
this
.
$t
(
'
"的数据项?
'
)).
then
(
function
()
{
this
.
$modal
.
confirm
(
this
.
$t
(
'
是否确认删除广告设置编号为
\'
{0}
\'
的数据项?
'
,
{
0
:
id
}
)).
then
(
function
()
{
return
deleteBanner
(
id
);
}).
then
(()
=>
{
this
.
getList
();
...
...
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