Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
office
haoban-3
Commits
4f834520
Commit
4f834520
authored
Apr 24, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 路径调整
parent
d2093aec
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
7 deletions
+27
-7
index.js
src/router/index.js
+23
-3
cardList.vue
src/views/apps/card/cardList.vue
+1
-1
customReport.vue
src/views/apps/cloudDaily/customReport.vue
+2
-2
memberGroupSet.vue
src/views/apps/customerApp/memberGroupSet.vue
+1
-1
No files found.
src/router/index.js
View file @
4f834520
...
...
@@ -317,6 +317,11 @@ export const constantRouterMap = [{
component
:
_import
(
'apps/customerApp'
,
'addGroupTemplate'
)
},
{
path
:
'/editGroupTemplate'
,
name
:
'编辑模板'
,
component
:
_import
(
'apps/customerApp'
,
'addGroupTemplate'
)
},
{
path
:
'/storeRangeSet'
,
name
:
'门店范围设置'
,
component
:
_import
(
'apps/customerApp'
,
'storeRangeSet'
)
...
...
@@ -360,9 +365,19 @@ export const constantRouterMap = [{
},
{
path
:
'/customReportSet'
,
name
:
'自定义报表设置'
,
name
:
'
新增
自定义报表设置'
,
component
:
_import
(
'apps/cloudDaily'
,
'customReportSet'
)
}
},
{
path
:
'/customReportCopy'
,
name
:
'复制自定义报表设置'
,
component
:
_import
(
'apps/cloudDaily'
,
'customReportSet'
)
},
{
path
:
'/customReportEdit'
,
name
:
'编辑自定义报表设置'
,
component
:
_import
(
'apps/cloudDaily'
,
'customReportSet'
)
},
]
},
{
...
...
@@ -427,7 +442,12 @@ export const constantRouterMap = [{
path
:
'/newCard'
,
name
:
'新建卡券'
,
component
:
_import
(
'apps/card'
,
'newCard'
)
}
},
{
path
:
'/editCard'
,
name
:
'编辑卡券'
,
component
:
_import
(
'apps/card'
,
'newCard'
)
},
]
},
{
...
...
src/views/apps/card/cardList.vue
View file @
4f834520
...
...
@@ -134,7 +134,7 @@ export default {
*/
toEdit
(
index
,
row
)
{
const
that
=
this
;
that
.
$router
.
push
(
`/
new
Card?coupCardId=
${
row
.
coupCardId
}
`
);
that
.
$router
.
push
(
`/
edit
Card?coupCardId=
${
row
.
coupCardId
}
`
);
},
/**
* 输入
...
...
src/views/apps/cloudDaily/customReport.vue
View file @
4f834520
...
...
@@ -119,7 +119,7 @@ export default {
*/
handleCopy
(
index
,
item
)
{
let
that
=
this
;
that
.
changeRouter
(
`/customReport
Set
?templateId=
${
item
.
dailyReportTemplateId
}
&type=copy`
);
that
.
changeRouter
(
`/customReport
Copy
?templateId=
${
item
.
dailyReportTemplateId
}
&type=copy`
);
},
/**
...
...
@@ -127,7 +127,7 @@ export default {
*/
handleEdit
(
index
,
item
)
{
let
that
=
this
;
that
.
changeRouter
(
`/customReport
Se
t?&templateId=
${
item
.
dailyReportTemplateId
}
&type=edit`
);
that
.
changeRouter
(
`/customReport
Edi
t?&templateId=
${
item
.
dailyReportTemplateId
}
&type=edit`
);
},
/**
...
...
src/views/apps/customerApp/memberGroupSet.vue
View file @
4f834520
...
...
@@ -234,7 +234,7 @@ export default {
*/
toEdit
(
index
,
row
)
{
const
that
=
this
;
that
.
$router
.
push
(
`/
add
GroupTemplate?templateId=
${
row
.
templateId
}
`
);
that
.
$router
.
push
(
`/
edit
GroupTemplate?templateId=
${
row
.
templateId
}
`
);
},
/**
* 门店范围设置
...
...
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