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
74033f59
Commit
74033f59
authored
Mar 18, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 短信群发和短信导入群发详情-模板字段类型调整
parent
39041d83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
detail.vue
src/views/message/detail.vue
+1
-1
importSendDetail.vue
src/views/message/importSendDetail.vue
+1
-1
No files found.
src/views/message/detail.vue
View file @
74033f59
...
...
@@ -22,7 +22,7 @@
</el-col>
<el-col
:span=
"8"
>
<span
class=
"primary-font-color"
>
模板类型:
</span>
<span
class=
"regular-font-color"
>
{{
info
.
sendT
ype
===
0
?
'普通短信'
:
'营销短信'
}}
</span>
<span
class=
"regular-font-color"
>
{{
info
.
t
ype
===
0
?
'普通短信'
:
'营销短信'
}}
</span>
</el-col>
<el-col
:span=
"8"
v-if=
"info.sceneSettingName"
>
<span
class=
"primary-font-color"
>
营销场景:
</span>
...
...
src/views/message/importSendDetail.vue
View file @
74033f59
...
...
@@ -30,7 +30,7 @@
</el-col>
<el-col
:span=
"8"
>
<span
class=
"primary-font-color"
>
模板类型:
</span>
<span
class=
"regular-font-color"
>
{{
info
.
sendT
ype
===
0
?
'普通短信'
:
'营销短信'
}}
</span>
<span
class=
"regular-font-color"
>
{{
info
.
t
ype
===
0
?
'普通短信'
:
'营销短信'
}}
</span>
</el-col>
<!--
<el-col
:span=
"8"
>
<span
class=
"primary-font-color"
>
营销场景:
</span>
...
...
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