Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
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
new-sing
admin-base
Commits
646fbb69
Commit
646fbb69
authored
Mar 18, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.18
parent
504a430c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
index.vue
src/components/groupSend/index.vue
+12
-1
No files found.
src/components/groupSend/index.vue
View file @
646fbb69
...
...
@@ -284,7 +284,7 @@
</el-tab-pane>
</el-tabs>
<div
class=
"b-title"
>
<el-button
style=
"float: right; margin-bottom: 10px;"
type=
"primary"
plain
@
click=
"send()"
>
立即群发
</el-button>
<el-button
style=
"float: right; margin:0 40px 10px 0;"
type=
"info"
plain
@
click=
"sendReviewDialog
=
true"
>
预览发送
</el-button></div>
<el-button
style=
"float: right; margin:0 40px 10px 0;"
type=
"info"
plain
@
click=
"sendReviewDialog
=
true"
>
预览发送
</el-button></div>
</el-tab-pane>
<el-tab-pane
label=
"发送记录"
><el-table
:data=
"tableData"
...
...
@@ -367,6 +367,17 @@
</el-table>
<page
:total=
"total"
:limit=
"limit"
@
pageChange=
"onPageChange"
@
sizeChange=
"onSizeChange"
/></el-tab-pane>
</el-tabs>
<el-dialog
:visible
.
sync=
"sendReviewDialog"
width=
"30%"
center
append-to-body
>
<div
class=
"secTitle"
>
预览发送
</div>
<!-- <el-form-item label="请填写用户ID"> -->
请填写用户id
<el-input
v-model=
"sendReviewId"
style=
"width: 110px"
></el-input>
<!-- </el-form-item> -->
<!-- <page :total="total" :limit="limit" @pageChange="onPageChange" @sizeChange="onSizeChange"/> -->
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"sendReviewDialog = false"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"sendReview"
>
确 定
</el-button>
</span>
</el-dialog>
<el-dialog
:visible
.
sync=
"periodsDialog.show"
width=
"90%"
append-to-body
>
<div
class=
"secTitle"
>
选择期数
</div>
<div
class=
"form-block"
>
...
...
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