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
31cb1e39
Commit
31cb1e39
authored
Sep 17, 2021
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/九月迭代' into dev
parents
af20edf6
28883051
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
taskView.vue
src/components/app/taskView.vue
+1
-1
taskRecord.vue
src/views/salesleads/trafficTask/taskRecord.vue
+1
-1
No files found.
src/components/app/taskView.vue
View file @
31cb1e39
...
...
@@ -79,7 +79,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
>
...
...
src/views/salesleads/trafficTask/taskRecord.vue
View file @
31cb1e39
...
...
@@ -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"
:showDeleteAll=
"true"
>
</multiple-del>
<multiple-del
:showDialog=
"showDialog"
:detailFlag=
"false"
@
hideDialog=
"hideDialog"
:showTip=
"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