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
7385aa28
Commit
7385aa28
authored
Jul 27, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/销售线索4' of
http://git.gicdev.com/marketing-web/marketing
into feature/销售线索4
parents
edcd2d7c
90e26b4f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
form.vue
src/views/ecm/form.vue
+1
-1
lib-qfxx.vue
src/views/ecm/marketing-event/components/lib-qfxx.vue
+1
-1
temp.vue
src/views/message/temp.vue
+1
-1
No files found.
src/views/ecm/form.vue
View file @
7385aa28
...
...
@@ -434,7 +434,7 @@
<span>
分析天数
</span>
<el-tooltip
slot=
"label"
open-delay=
"200"
placement=
"top"
>
<i
style=
"cursor:pointer;color:#909399;font-size:14px;"
class=
"iconfont icon-xinxixianshi"
></i>
<div
slot=
"content"
style=
"width:340px;line-height: 22px;"
>
设置从触达到客户的那天起,
多少
天以内会被纳入到数据分析中
</div>
<div
slot=
"content"
style=
"width:340px;line-height: 22px;"
>
设置从触达到客户的那天起,
{{
analyseConfig
.
marke_days
||
'--'
}}
天以内会被纳入到数据分析中
</div>
</el-tooltip>
</label>
</div>
...
...
src/views/ecm/marketing-event/components/lib-qfxx.vue
View file @
7385aa28
...
...
@@ -39,7 +39,7 @@
<div
slot=
"content"
style=
"width:376px;line-height: 22px;"
>
计划创建保存后,若修改群发内容,该计划历史已下发任务的群发内容不变,仅影响后续新下发的任务
</div>
</el-tooltip>
</
template
>
<div
style=
"font-size:12px;color:#6B6D71;margin-bottom:10px"
>
须添加 1 条文本内容,
建议
以文本+其他类型的组合创建群发内容
</div>
<div
style=
"font-size:12px;color:#6B6D71;margin-bottom:10px"
>
须添加 1 条文本内容,以文本+其他类型的组合创建群发内容
</div>
<div
style=
"margin-bottom:16px;display:flex;flex-wrap:wrap;margin-top:12px"
>
<material-item
class=
"card-item"
v-for=
"item in materials"
:key=
"item.relation_id"
:item=
"item"
@
delete=
"onDeleteMaterial"
:read-only=
"readOnly"
></material-item>
<div
v-show=
"materials.length < 3 && !readOnly"
class=
"chat-item card-item"
@
click=
"openMaterialDialog"
>
...
...
src/views/message/temp.vue
View file @
7385aa28
...
...
@@ -30,7 +30,7 @@
</div>
<div
class=
"fr"
>
<el-button
type=
"text"
v-if=
"v.status === 2"
@
click=
"$router.push('/message/temp/edit/' + v.gicSmsTemplateId)"
>
修改
</el-button>
<dm-delete
@
confirm=
"delData(v)"
tips=
"
是否删除该短信模板?
"
>
<dm-delete
@
confirm=
"delData(v)"
tips=
"
模板删除后,所有引用此模板的短信都会停止发送,请确认。
"
>
<el-button
type=
"text"
>
删除
</el-button>
</dm-delete>
</div>
...
...
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