Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
09ac8e91
Commit
09ac8e91
authored
Sep 17, 2021
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 删除全部
parent
b7863f9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
multiple-del.vue
src/components/app/cloudDaily/multiple-del.vue
+5
-1
taskRecord.vue
src/views/salesleads/trafficTask/taskRecord.vue
+1
-1
No files found.
src/components/app/cloudDaily/multiple-del.vue
View file @
09ac8e91
...
...
@@ -36,7 +36,7 @@
<el-form-item
v-if=
"showTab"
label=
"任务类型"
>
<el-radio
v-model=
"formData.delOptFlag"
label=
"0"
>
仅删除逾期任务
</el-radio>
<el-radio
v-model=
"formData.delOptFlag"
label=
"1"
>
删除所有待完成任务
</el-radio>
<el-radio
v-model=
"formData.delOptFlag"
label=
"2"
>
删除所有任务
</el-radio>
<el-radio
v-model=
"formData.delOptFlag"
label=
"2"
v-if=
"showDeleteAll"
>
删除所有任务
</el-radio>
</el-form-item>
<!--
<div
v-if=
"detailShowFlag"
class=
"el-message-box__title"
>
<div
class=
"el-message-box__status el-icon-warning"
></div>
...
...
@@ -78,6 +78,10 @@ export default {
showTip
:
{
type
:
Boolean
,
default
:
false
},
showDeleteAll
:
{
type
:
Boolean
,
default
:
false
}
},
components
:
{
...
...
src/views/salesleads/trafficTask/taskRecord.vue
View file @
09ac8e91
...
...
@@ -84,7 +84,7 @@
<dm-pagination
background
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:page-sizes=
"[20, 40, 60, 80]"
:page-size=
"pageSize"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
>
</dm-pagination>
</div>
</div>
<multiple-del
:showDialog=
"showDialog"
:detailFlag=
"false"
@
hideDialog=
"hideDialog"
:showTip=
"true"
>
</multiple-del>
<multiple-del
:showDialog=
"showDialog"
:detailFlag=
"false"
@
hideDialog=
"hideDialog"
:showTip=
"true"
:showDeleteAll=
"true"
>
</multiple-del>
</div>
</template>
<
script
>
...
...
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