Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
2b4b20a2
Commit
2b4b20a2
authored
Sep 23, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案修改
parent
5acef042
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
ecm.js
src/router/modules/ecm.js
+3
-3
batch-list.vue
src/views/ecm/batch-list.vue
+1
-1
current-list.vue
src/views/ecm/current-list.vue
+1
-1
No files found.
src/router/modules/ecm.js
View file @
2b4b20a2
...
...
@@ -59,7 +59,7 @@ export default {
},
{
path
:
'batchlist/:id'
,
name
:
'批次
记录
'
,
name
:
'批次
提交日志
'
,
component
:
()
=>
import
(
/* webpackChunkName: "ecm" */
'../../views/ecm/batch-list.vue'
),
meta
:
{
path
:
'/ecm/list'
...
...
@@ -67,7 +67,7 @@ export default {
},
{
path
:
'oncelist/:id'
,
name
:
'
立即发送记录
'
,
name
:
'
提交日志
'
,
component
:
()
=>
import
(
/* webpackChunkName: "ecm" */
'../../views/ecm/current-list.vue'
),
meta
:
{
path
:
'/ecm/list'
,
...
...
@@ -76,7 +76,7 @@ export default {
},
{
path
:
'currentlist/:id'
,
name
:
'
实时发送记录
'
,
name
:
'
提交日志
'
,
component
:
()
=>
import
(
/* webpackChunkName: "ecm" */
'../../views/ecm/current-list.vue'
),
meta
:
{
path
:
'/ecm/list'
,
...
...
src/views/ecm/batch-list.vue
View file @
2b4b20a2
...
...
@@ -148,7 +148,7 @@ export default {
}
});
this
.
ecmBatchSendInfos
();
this
.
$store
.
commit
(
'mutations_breadcrumb'
,
[{
name
:
'营销管理'
,
path
:
''
},
{
name
:
'智能营销'
,
path
:
'/ecm'
},
{
name
:
this
.
$route
.
query
.
name
+
' - 批次
记录
'
,
path
:
''
}]);
// eslint-disable-line
this
.
$store
.
commit
(
'mutations_breadcrumb'
,
[{
name
:
'营销管理'
,
path
:
''
},
{
name
:
'智能营销'
,
path
:
'/ecm'
},
{
name
:
this
.
$route
.
query
.
name
+
' - 批次
提交日志
'
,
path
:
''
}]);
// eslint-disable-line
},
mounted
()
{
this
.
$store
.
commit
(
...
...
src/views/ecm/current-list.vue
View file @
2b4b20a2
...
...
@@ -200,7 +200,7 @@ export default {
created
()
{
this
.
ecmCurrentSendInfos
();
if
(
!
this
.
isComponet
)
{
this
.
$store
.
commit
(
'mutations_breadcrumb'
,
[{
name
:
'营销管理'
,
path
:
''
},
{
name
:
'智能营销'
,
path
:
'/ecm'
},
{
name
:
this
.
$route
.
query
.
name
+
` -
${
this
.
$route
.
meta
.
type
==
'current'
?
'实时'
:
'立即'
}
发送记录`
,
path
:
''
}]);
// eslint-disable-line
this
.
$store
.
commit
(
'mutations_breadcrumb'
,
[{
name
:
'营销管理'
,
path
:
''
},
{
name
:
'智能营销'
,
path
:
'/ecm'
},
{
name
:
this
.
$route
.
query
.
name
+
' - 提交日志'
,
path
:
''
}]);
// eslint-disable-line
}
},
beforeDestroy
()
{
...
...
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