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
8e15dbc0
Commit
8e15dbc0
authored
Sep 13, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案调整
parent
16cf23e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
index.vue
src/views/ecw/product/index.vue
+2
-1
edit.vue
src/views/ecw/productAttr/edit.vue
+2
-1
No files found.
src/views/ecw/product/index.vue
View file @
8e15dbc0
...
@@ -444,7 +444,8 @@ export default {
...
@@ -444,7 +444,8 @@ export default {
}
}
this
.
visible
=
false
;
this
.
visible
=
false
;
if
(
bol
){
if
(
bol
){
this
.
$confirm
(
`请确认是否要将#
${
this
.
$l
(
val
,
'
title
'
)}
#的所有路线价格复制到当前商品#
${
this
.
$l
(
this
.
form
,
'
title
'
)}
#中?`
,
'
提示
'
,
{
let
message
=
this
.
$l
(
this
.
form
,
'
title
'
)
?
`请确认是否要将#
${
this
.
$l
(
val
,
'
title
'
)}
#的所有路线价格复制到当前商品#
${
this
.
$l
(
this
.
form
,
'
title
'
)}
#中?`
:
`请确认是否要将#
${
this
.
$l
(
val
,
'
title
'
)}
#的所有路线价格复制到当前商品中?`
this
.
$confirm
(
message
,
'
提示
'
,
{
confirmButtonText
:
'
确定
'
,
confirmButtonText
:
'
确定
'
,
cancelButtonText
:
'
取消
'
,
cancelButtonText
:
'
取消
'
,
type
:
'
warning
'
type
:
'
warning
'
...
...
src/views/ecw/productAttr/edit.vue
View file @
8e15dbc0
...
@@ -174,7 +174,8 @@ export default {
...
@@ -174,7 +174,8 @@ export default {
}
}
this
.
visible
=
false
;
this
.
visible
=
false
;
if
(
bol
){
if
(
bol
){
this
.
$confirm
(
`请确认是否要将#
${
this
.
$l
(
val
,
'
title
'
)}
#的所有路线价格复制到当前商品#
${
this
.
$l
(
this
.
form
,
'
title
'
)}
#中?`
,
'
提示
'
,
{
let
message
=
this
.
$l
(
this
.
form
,
'
title
'
)
?
`请确认是否要将#
${
this
.
$l
(
val
,
'
title
'
)}
#的所有路线价格复制到当前商品#
${
this
.
$l
(
this
.
form
,
'
title
'
)}
#中?`
:
`请确认是否要将#
${
this
.
$l
(
val
,
'
title
'
)}
#的所有路线价格复制到当前商品中?`
this
.
$confirm
(
message
,
'
提示
'
,
{
confirmButtonText
:
'
确定
'
,
confirmButtonText
:
'
确定
'
,
cancelButtonText
:
'
取消
'
,
cancelButtonText
:
'
取消
'
,
type
:
'
warning
'
type
:
'
warning
'
...
...
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