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
9e555e0b
Commit
9e555e0b
authored
Mar 11, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 模板消息菜单调整
parent
e338c221
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
edit.vue
src/views/msg/edit.vue
+2
-8
list.vue
src/views/msg/list.vue
+0
-1
No files found.
src/views/msg/edit.vue
View file @
9e555e0b
...
...
@@ -121,10 +121,10 @@
<h3
class=
"dm-title__label"
>
提醒配置
<i
class=
"ml20 ml20 dm-title__label--icon iconfont icon-xinxixianshi"
></i><span
class=
"gray fz13"
>
开关切换后即生效
</span></h3>
<integral-change
v-if=
"info.triggerCode === 'integralChange'"
/>
</section>
<d
iv
class=
"btn-wrap_fixed"
:class=
"
{ on: asideShow }"
>
<d
m-form-bottom
>
<el-button
type=
"primary"
@
click=
"handleUpdateTempAdvice"
>
保 存
</el-button>
<el-button
@
click=
"$router.go(-1)"
>
返 回
</el-button>
</d
iv
>
</d
m-form-bottom
>
<var-dialog
:options=
"options"
:show
.
sync=
"varShow"
@
get-data=
"getVarData"
></var-dialog>
</el-form>
</
template
>
...
...
@@ -182,13 +182,7 @@ export default {
innerUrl
,
integralChange
},
computed
:
{
asideShow
()
{
return
this
.
$store
.
state
.
marketing
.
asideShow
;
}
},
created
()
{
this
.
$store
.
commit
(
'mutations_breadcrumb'
,
[{
name
:
'营销管理'
,
path
:
''
},
{
name
:
'模板消息'
,
path
:
'/msg'
},
{
name
:
'模板消息编辑'
,
path
:
'/msg/edit'
}]);
// eslint-disable-line
this
.
listTemplateVariables
();
},
mounted
()
{
...
...
src/views/msg/list.vue
View file @
9e555e0b
...
...
@@ -97,7 +97,6 @@ export default {
};
},
created
()
{
this
.
$store
.
commit
(
'mutations_breadcrumb'
,
[{
name
:
'营销管理'
,
path
:
''
},
{
name
:
'模板消息'
,
path
:
''
}]);
// eslint-disable-line
this
.
pageTemplateMessage
();
this
.
getLatestSyncTime
();
},
...
...
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