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
91d1b92e
Commit
91d1b92e
authored
Aug 16, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 样式
parent
c3d440e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
temp.vue
src/views/message/temp.vue
+14
-2
No files found.
src/views/message/temp.vue
View file @
91d1b92e
...
...
@@ -30,9 +30,10 @@
</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=
"模板删除后,所有引用此模板的短信都会停止发送,请确认。"
>
<el-button
type=
"text"
@
click=
"onDeleteData(v)"
>
删除
</el-button>
<!--
<dm-delete
@
confirm=
"delData(v)"
tips=
"模板删除后,所有引用此模板的短信都会停止发送,请确认。"
>
<el-button
type=
"text"
>
删除
</el-button>
</dm-delete>
</dm-delete>
-->
</div>
</div>
<span
class=
"sms-lib-item-tips_right danger-color-bg"
v-if=
"v.status === 2"
>
未通过
</span>
...
...
@@ -91,6 +92,17 @@ export default {
this
.
$store
.
commit
(
'mutations_layoutTips'
,
''
);
},
methods
:
{
onDeleteData
(
v
)
{
this
.
$confirm
(
'模板删除后,所有引用此模板的短信都会停止发送,请确认。'
,
'提示'
,
{
confirmButtonText
:
'确认'
,
cancelBUttonText
:
'取消'
,
type
:
'warning'
})
.
then
(()
=>
{
this
.
delData
(
v
);
})
.
catch
(()
=>
{});
},
search
()
{
this
.
listParams
.
currentPage
=
1
;
this
.
LoadLibList
();
...
...
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