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
3462f008
Commit
3462f008
authored
Jul 11, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/6/31' into dev
parents
f755a03b
029346b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
form.vue
src/views/ecm/form.vue
+1
-1
delDialog.vue
src/views/message/delDialog.vue
+1
-1
No files found.
src/views/ecm/form.vue
View file @
3462f008
...
...
@@ -69,7 +69,7 @@
<div
class=
"fz12 gray"
>
选填,勾选后生效
</div>
<el-checkbox-group
v-model=
"checked"
:max=
"1"
>
<div
class=
"pb10"
style=
"display:flex;"
>
<el-checkbox
:disabled=
"!isAdd"
class=
"w150"
label=
"brithday_day"
style=
"margin-right:0"
>
会员生日
前
</el-checkbox>
<el-checkbox
:disabled=
"!isAdd"
class=
"w150"
label=
"brithday_day"
style=
"margin-right:0"
>
会员生日
</el-checkbox>
<el-select
class=
"w100"
:disabled=
"!isAdd"
v-model=
"form.brithday_type"
placeholder=
"请选择生日类型"
@
change=
"effectActionChange"
>
<el-option
label=
"阳历生日"
:value=
"1"
></el-option>
<el-option
label=
"阴历生日"
:value=
"2"
></el-option>
...
...
src/views/message/delDialog.vue
View file @
3462f008
...
...
@@ -47,7 +47,7 @@ export default {
const
obj
=
{
1
:
'短信群发'
,
2
:
'智能营销'
,
3
:
'
ai
营销'
,
3
:
'
AI
营销'
,
4
:
'导入群发'
,
5
:
'扫码营销'
};
...
...
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