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
5e19b763
Commit
5e19b763
authored
Jul 06, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 样式修改
parent
2516c52b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
current-list.vue
src/views/ecm/current-list.vue
+1
-1
qywx-dialog.vue
src/views/ecm/marketing-event/components/qywx-dialog.vue
+1
-0
No files found.
src/views/ecm/current-list.vue
View file @
5e19b763
...
...
@@ -117,7 +117,7 @@ export default {
prop
:
'status'
,
align
:
'left'
,
formatter
(
row
)
{
return
row
.
status
?
'<span class="dm-status--primary">正在使用</span>'
:
'<span class="dm-status--info">已删除</span>'
;
return
row
.
status
?
'<span class="dm-status--primary
--flash"></span><span class="vertical-middle
">正在使用</span>'
:
'<span class="dm-status--info">已删除</span>'
;
}
}
],
...
...
src/views/ecm/marketing-event/components/qywx-dialog.vue
View file @
5e19b763
...
...
@@ -53,6 +53,7 @@
<
el
-
dialog
title
=
"选择短信模板"
:
visible
.
sync
=
"smsTemplate.show"
width
=
"800px"
@
close
=
"selectedData = null"
>
<
div
class
=
"pb22"
>
<
el
-
input
clearable
v
-
model
=
"listParams.search"
class
=
"w200"
placeholder
=
"请输入短信名称"
@
change
=
"refresh"
><
i
slot
=
"prefix"
class
=
"el-input__icon el-icon-search"
><
/i></
el
-
input
>
<
span
class
=
"pl10 fz13 gray"
style
=
"vertical-align:middle"
><
i
class
=
"el-icon-info pr10"
><
/i>短信运营商限制:为避免骚扰用户,营销短信只允许在8点到22点发送</
span
>
<
/div
>
<
el
-
table
tooltipEffect
=
"light"
:
data
=
"smsTempList"
height
=
"400"
style
=
"width: 100%"
row
-
class
-
name
=
"cursor-pointer"
v
-
loading
=
"loading"
@
row
-
click
=
"rowClick"
>
<
el
-
table
-
column
:
show
-
overflow
-
tooltip
=
"false"
:
width
=
"60"
align
=
"center"
prop
=
"smsTemplateId"
>
...
...
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