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
4bdae360
Commit
4bdae360
authored
Aug 24, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案提示
parent
feefb76c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
record.vue
src/views/wechat/record.vue
+12
-0
No files found.
src/views/wechat/record.vue
View file @
4bdae360
...
...
@@ -52,6 +52,18 @@
</el-table-column>
<el-table-column
min-width=
"100"
align=
"left"
prop=
"creatorName"
label=
"创建人"
v-if=
"$store.state.marketing.openFlag"
></el-table-column>
<el-table-column
label=
"操作"
align=
"left"
width=
"180px"
fixed=
"right"
>
<
template
slot=
"header"
slot-scope=
"scope"
>
<span>
操作
</span>
<el-tooltip
class=
"item"
effect=
"dark"
placement=
"top-end"
>
<template
slot=
"content"
>
<div
style=
"line-height:1.5"
>
【删除】指的是删除这条微信营销推送记录,不会影响已经推送出去的信息,也不影响微信公众号粉丝的接收。
<br
/>
【禁用】指的是禁用此发出去的推文记录,接收到该推文的人员将不可再查看该推文的内容,页面显示:该内容已被发布者删除
</div>
</
template
>
<i
class=
"iconfont icon-xinxixianshi fz14"
></i>
</el-tooltip>
</template>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
v-if=
"scope.row.contentType === 0 && scope.row.sendStatus === 1 && scope.row.couponType === 1"
@
click=
"queryData(scope.row)"
>
数据
</el-button>
<dm-delete
@
confirm=
"delData(scope.row)"
v-if=
"scope.row.canEdit !== false"
tips=
"是否删除该发送记录?"
>
...
...
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