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
ccdb4ada
Commit
ccdb4ada
authored
Dec 14, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 模板消息-按钮权限
parent
524bfd97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
list.vue
src/views/msg/list.vue
+4
-4
No files found.
src/views/msg/list.vue
View file @
ccdb4ada
...
...
@@ -10,7 +10,7 @@
</div>
<div
class=
"msg-tips__right fr"
>
<span
class=
"fz13 gray pr10"
v-if=
"getTemflag && dateStr"
>
最近一次获取时间:
{{
dateStr
}}
</span>
<el-button
type=
"primary"
v-if=
"
getTemflag
"
@
click=
"syncWechatMessageTemplate"
>
立即获取
</el-button>
<el-button
type=
"primary"
v-if=
"
$getButtonLimit($buttonCode.marketingGetMsgTemp) && getTemflag"
:limit-code=
"$buttonCode.marketingGetMsgTemp
"
@
click=
"syncWechatMessageTemplate"
>
立即获取
</el-button>
<span
class=
"msg-tips__right--load"
v-if=
"!getTemflag"
><i
class=
"el-icon-loading"
></i>
正在获取...
</span>
</div>
</div>
...
...
@@ -29,9 +29,9 @@
</el-table-column>
<el-table-column
label=
"操作"
align=
"left"
width=
"140px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<el-button
v-if=
"
scope.row.bindStatusDesc !== '未绑定' && scope.row.status == 1
"
type=
"text"
@
click=
"$router.push('/msg/edit/' + scope.row.templateId)"
>
编辑
</el-button>
<dm-delete
v-if=
"scope.row.bindStatusDesc !== '未绑定'"
@
confirm=
"handleDel(scope.row)"
tips=
"将同步删除公众号后台对应模板,一旦删除无法恢复。您确认吗?"
>
<el-button
type=
"text"
>
删除
</el-button>
<el-button
v-if=
"
$getButtonLimit($buttonCode.marketingEditMsgTemp) && scope.row.bindStatusDesc !== '未绑定' && scope.row.status == 1"
:limit-code=
"$buttonCode.marketingEditMsgTemp
"
type=
"text"
@
click=
"$router.push('/msg/edit/' + scope.row.templateId)"
>
编辑
</el-button>
<dm-delete
v-if=
"
$getButtonLimit($buttonCode.marketingDelMsgTemp) &&
scope.row.bindStatusDesc !== '未绑定'"
@
confirm=
"handleDel(scope.row)"
tips=
"将同步删除公众号后台对应模板,一旦删除无法恢复。您确认吗?"
>
<el-button
type=
"text"
:limit-code=
"$buttonCode.marketingDelMsgTemp"
>
删除
</el-button>
</dm-delete>
</
template
>
</el-table-column>
...
...
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