Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
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
华国豪
CRM
Commits
c59fd754
Commit
c59fd754
authored
May 11, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
90b78714
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
27 additions
and
27 deletions
+27
-27
customerApr.vue
src/components/approval/customerApr.vue
+1
-1
businessManagement.vue
src/components/businessManagement/businessManagement.vue
+1
-1
clueManagement.vue
src/components/clueManagement/clueManagement.vue
+1
-1
contactsManagement.vue
src/components/contactsManagement/contactsManagement.vue
+1
-1
contractManagement.vue
src/components/contractManagement/contractManagement.vue
+1
-1
customerManage.vue
src/components/customerManage/customerManage.vue
+1
-1
customerOrder.vue
src/components/customerManage/customerOrder.vue
+2
-1
myCustomerOrder.vue
src/components/customerManage/myCustomerOrder.vue
+1
-1
orderList.vue
src/components/customerManage/orderList.vue
+3
-4
Agreement.vue
src/components/guestManagement/Agreement.vue
+1
-1
finance.vue
src/components/guestManagement/finance.vue
+1
-1
guestManagement.vue
src/components/guestManagement/guestManagement.vue
+1
-1
ticketOrder.vue
src/components/guestManagement/ticketOrder.vue
+1
-1
brithday.vue
src/components/sellevent/brithday.vue
+1
-1
emergency.vue
src/components/sellevent/emergency.vue
+1
-1
feedback.vue
src/components/sellevent/feedback.vue
+1
-1
festival.vue
src/components/sellevent/festival.vue
+1
-1
graduation.vue
src/components/sellevent/graduation.vue
+1
-1
happyPassbook.vue
src/components/sellevent/happyPassbook.vue
+1
-1
newfestival.vue
src/components/sellevent/newfestival.vue
+1
-1
newline.vue
src/components/sellevent/newline.vue
+1
-1
newseries.vue
src/components/sellevent/newseries.vue
+1
-1
nexttime.vue
src/components/sellevent/nexttime.vue
+1
-1
watersManagement.vue
src/components/watersManagement/watersManagement.vue
+1
-1
No files found.
src/components/approval/customerApr.vue
View file @
c59fd754
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
:total=
"total"
>
:total=
"total"
>
</el-pagination>
</el-pagination>
...
...
src/components/businessManagement/businessManagement.vue
View file @
c59fd754
...
@@ -232,7 +232,7 @@
...
@@ -232,7 +232,7 @@
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
:total=
"total"
>
:total=
"total"
>
</el-pagination>
</el-pagination>
...
...
src/components/clueManagement/clueManagement.vue
View file @
c59fd754
...
@@ -191,7 +191,7 @@
...
@@ -191,7 +191,7 @@
</div>
</div>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/contactsManagement/contactsManagement.vue
View file @
c59fd754
...
@@ -157,7 +157,7 @@
...
@@ -157,7 +157,7 @@
</div>
</div>
<div
class=
"pagination"
>
<div
class=
"pagination"
>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/contractManagement/contractManagement.vue
View file @
c59fd754
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
</div>
</div>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/customerManage/customerManage.vue
View file @
c59fd754
...
@@ -316,7 +316,7 @@
...
@@ -316,7 +316,7 @@
</div>
</div>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/customerManage/customerOrder.vue
View file @
c59fd754
...
@@ -205,7 +205,7 @@
...
@@ -205,7 +205,7 @@
<orderList
:dataList=
"dataList"
:loading=
"loading"
@
emptyMore=
"emptyMore"
:superManage=
"superManage"
></orderList>
<orderList
:dataList=
"dataList"
:loading=
"loading"
@
emptyMore=
"emptyMore"
:superManage=
"superManage"
></orderList>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
@@ -358,6 +358,7 @@
...
@@ -358,6 +358,7 @@
addList
(
data
);
addList
(
data
);
this
.
dataList
=
res
.
data
.
data
.
Data
.
pageData
;
this
.
dataList
=
res
.
data
.
data
.
Data
.
pageData
;
this
.
total
=
res
.
data
.
data
.
Data
.
count
;
this
.
total
=
res
.
data
.
data
.
Data
.
count
;
console
.
log
(
res
.
data
.
data
.
Data
.
count
)
this
.
StatModel
=
res
.
data
.
data
.
StatModel
this
.
StatModel
=
res
.
data
.
data
.
StatModel
this
.
loading
=
false
this
.
loading
=
false
}
else
{
}
else
{
...
...
src/components/customerManage/myCustomerOrder.vue
View file @
c59fd754
...
@@ -188,7 +188,7 @@
...
@@ -188,7 +188,7 @@
<orderList
:dataList=
"dataList"
:loading=
"loading"
@
emptyMore=
"emptyMore"
></orderList>
<orderList
:dataList=
"dataList"
:loading=
"loading"
@
emptyMore=
"emptyMore"
></orderList>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/customerManage/orderList.vue
View file @
c59fd754
...
@@ -1065,10 +1065,6 @@
...
@@ -1065,10 +1065,6 @@
color
:
#2961fe
;
color
:
#2961fe
;
}
}
.colorblue
:hover
{
cursor
:
pointer
;
}
.enedit-box
{
.enedit-box
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
...
@@ -1131,4 +1127,7 @@
...
@@ -1131,4 +1127,7 @@
display
:
flex
!important
;
display
:
flex
!important
;
margin-bottom
:
10px
!important
;
margin-bottom
:
10px
!important
;
}
}
.font-color-link
{
cursor
:
pointer
;
}
</
style
>
</
style
>
\ No newline at end of file
src/components/guestManagement/Agreement.vue
View file @
c59fd754
...
@@ -323,7 +323,7 @@
...
@@ -323,7 +323,7 @@
</el-table>
</el-table>
</div>
</div>
<div
v-if=
"total>0"
>
<div
v-if=
"total>0"
>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
</div>
</div>
...
...
src/components/guestManagement/finance.vue
View file @
c59fd754
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
</div>
</div>
<div
v-if=
"total>0"
>
<div
v-if=
"total>0"
>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/guestManagement/guestManagement.vue
View file @
c59fd754
...
@@ -252,7 +252,7 @@
...
@@ -252,7 +252,7 @@
</div>
</div>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/guestManagement/ticketOrder.vue
View file @
c59fd754
...
@@ -1032,7 +1032,7 @@
...
@@ -1032,7 +1032,7 @@
</div>
</div>
<div
v-if=
"total>0"
>
<div
v-if=
"total>0"
>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[10, 20, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[10, 20, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/sellevent/brithday.vue
View file @
c59fd754
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
</div>
</div>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/sellevent/emergency.vue
View file @
c59fd754
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
</div>
</div>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/sellevent/feedback.vue
View file @
c59fd754
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
</div>
</div>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/sellevent/festival.vue
View file @
c59fd754
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
</div>
</div>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/sellevent/graduation.vue
View file @
c59fd754
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
</div>
</div>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/sellevent/happyPassbook.vue
View file @
c59fd754
...
@@ -349,7 +349,7 @@
...
@@ -349,7 +349,7 @@
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
:total=
"total"
>
:total=
"total"
>
</el-pagination>
</el-pagination>
...
...
src/components/sellevent/newfestival.vue
View file @
c59fd754
...
@@ -355,7 +355,7 @@
...
@@ -355,7 +355,7 @@
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
:total=
"total"
>
:total=
"total"
>
</el-pagination>
</el-pagination>
...
...
src/components/sellevent/newline.vue
View file @
c59fd754
...
@@ -347,7 +347,7 @@
...
@@ -347,7 +347,7 @@
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
@
size-change=
"handleSizeChange"
:total=
"total"
>
:total=
"total"
>
</el-pagination>
</el-pagination>
...
...
src/components/sellevent/newseries.vue
View file @
c59fd754
...
@@ -241,7 +241,7 @@
...
@@ -241,7 +241,7 @@
</div>
</div>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/sellevent/nexttime.vue
View file @
c59fd754
...
@@ -170,7 +170,7 @@
...
@@ -170,7 +170,7 @@
</div>
</div>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/watersManagement/watersManagement.vue
View file @
c59fd754
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
</div>
</div>
<div>
<div>
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
<el-pagination
class=
"Mypagination"
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"sizes, prev, pager, next"
:page-sizes=
"[30, 60, 90, 100]"
:page-size=
"msg.pageSize"
layout=
"
total,
sizes, prev, pager, next"
@
size-change=
"handleSizeChange"
:total=
"total"
>
@
size-change=
"handleSizeChange"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
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