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
2e97b4de
Commit
2e97b4de
authored
Dec 29, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案
parent
debb3594
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
importSendList.vue
src/views/message/importSendList.vue
+1
-0
record.vue
src/views/message/record.vue
+1
-1
No files found.
src/views/message/importSendList.vue
View file @
2e97b4de
...
...
@@ -31,6 +31,7 @@
</p>
</
template
>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
min-width=
"100"
align=
"left"
prop=
"creatorName"
label=
"创建人"
></el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
min-width=
"170"
align=
"left"
prop=
"smsContent"
label=
"模板内容"
></el-table-column>
<el-table-column
min-width=
"120"
align=
"left"
prop=
"importCount"
label=
"计划人数"
></el-table-column>
<el-table-column
min-width=
"120"
align=
"left"
prop=
"sendCount"
label=
"送达人数"
></el-table-column>
...
...
src/views/message/record.vue
View file @
2e97b4de
...
...
@@ -96,7 +96,7 @@ export default {
);
}
},
{
label
:
'
发送人'
,
prop
:
'send
Name'
,
width
:
'100'
,
tooltip
:
true
,
align
:
'left'
},
{
label
:
'
创建人'
,
prop
:
'creator
Name'
,
width
:
'100'
,
tooltip
:
true
,
align
:
'left'
},
{
label
:
'模板内容'
,
prop
:
'templateContent'
,
...
...
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