Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
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
刘怀志
pet-business-web
Commits
551c774d
Commit
551c774d
authored
Aug 22, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改 total <= 20 不显示分页
parent
29104fc3
Changes
30
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
42 additions
and
43 deletions
+42
-43
article-management.vue
src/views/article-management/article-management.vue
+1
-1
banner_management.vue
src/views/banner_management/banner_management.vue
+1
-1
hospital-data-statistics.vue
...ics/hospital-data-statistics/hospital-data-statistics.vue
+10
-11
pet-data-statistics.vue
...ta-statistics/pet-data-statistics/pet-data-statistics.vue
+3
-3
service-statistics.vue
...data-statistics/service-statistics/service-statistics.vue
+2
-2
use-management.vue
...ws/equipment-management/use-management/use-management.vue
+1
-1
reservation-equipment.vue
...views/medical-record-management/reservation-equipment.vue
+1
-1
index.vue
src/views/monitor/job/index.vue
+1
-1
log.vue
src/views/monitor/job/log.vue
+1
-1
index.vue
src/views/monitor/logininfor/index.vue
+1
-1
index.vue
src/views/monitor/online/index.vue
+1
-1
index.vue
src/views/monitor/operlog/index.vue
+1
-1
role-management.vue
...views/role-permission/role-management/role-management.vue
+1
-1
hospitalization-management.vue
...hospitalization-management/hospitalization-management.vue
+1
-1
check-subscribe.vue
...-management/medical-record-management/check-subscribe.vue
+1
-1
medical-record-management.vue
...t/medical-record-management/medical-record-management.vue
+1
-1
registration-queue.vue
...vice-management/registration-queue/registration-queue.vue
+1
-1
treatment-management.vue
...-management/treatment-management/treatment-management.vue
+1
-1
index.vue
src/views/system/config/index.vue
+1
-1
data.vue
src/views/system/dict/data.vue
+1
-1
index.vue
src/views/system/dict/index.vue
+1
-1
index.vue
src/views/system/notice/index.vue
+1
-1
index.vue
src/views/system/post/index.vue
+1
-1
authUser.vue
src/views/system/role/authUser.vue
+1
-1
index.vue
src/views/system/role/index.vue
+1
-1
selectUser.vue
src/views/system/role/selectUser.vue
+1
-1
authRole.vue
src/views/system/user/authRole.vue
+1
-1
index.vue
src/views/system/user/index.vue
+1
-1
importTable.vue
src/views/tool/gen/importTable.vue
+1
-1
index.vue
src/views/tool/gen/index.vue
+1
-1
No files found.
src/views/article-management/article-management.vue
View file @
551c774d
...
...
@@ -196,7 +196,7 @@
<!--
分页
-->
<
pagination
v
-
show
=
"total>0"
v
-
show
=
"total>
2
0"
:
limit
.
sync
=
"queryParams.pageSize"
:
page
.
sync
=
"queryParams.pageNum"
:
total
=
"total"
...
...
src/views/banner_management/banner_management.vue
View file @
551c774d
...
...
@@ -160,7 +160,7 @@
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/data-statistics/hospital-data-statistics/hospital-data-statistics.vue
View file @
551c774d
...
...
@@ -9,7 +9,7 @@
</div>
<el-row
:gutter=
"14"
>
<el-col
:span=
"6"
>
<div
class=
"hospital_info_statistics hospital_info_statistics_ruzhu"
style=
"
"
>
<div
class=
"hospital_info_statistics hospital_info_statistics_ruzhu"
:style=
"
{backgroundImage: 'url(' + require('../../../assets/data_statistics/ruzhuyiyuan.png') + ')'}
">
<div
style=
"display: flex;"
>
<div
class=
"numberColor"
>
{{
formatNum
(
hospitalInfoStatistics
.
enteredHospitalCount
||
0
)
}}
</div>
<div
class=
"fontColor"
>
家
</div>
...
...
@@ -23,7 +23,7 @@
</div>
</el-col>
<el-col
:span=
"6"
>
<div
class=
"hospital_info_statistics hospital_info_statistics_youxiao"
>
<div
class=
"hospital_info_statistics hospital_info_statistics_youxiao"
:style=
"
{backgroundImage: 'url(' + require('../../../assets/data_statistics/youxiaohzuangtai.png') + ')'}"
>
<div
style=
"display: flex;"
>
<div
class=
"numberColor"
>
{{
formatNum
(
hospitalInfoStatistics
.
effectiveHospitalCount
||
0
)
}}
</div>
<div
class=
"fontColor"
>
家
</div>
...
...
@@ -37,7 +37,7 @@
</div>
</el-col>
<el-col
:span=
"6"
>
<div
class=
"hospital_info_statistics hospital_info_statistics_changqi"
>
<div
class=
"hospital_info_statistics hospital_info_statistics_changqi"
:style=
"
{backgroundImage: 'url(' + require('../../../assets/data_statistics/shouquanyiyuan.png') + ')'}"
>
<div
style=
"display: flex;"
>
<div
class=
"numberColor"
>
{{
formatNum
(
hospitalInfoStatistics
.
longtimeHospitalCount
||
0
)
}}
</div>
<div
class=
"fontColor"
>
家
</div>
...
...
@@ -51,7 +51,7 @@
</div>
</el-col>
<el-col
:span=
"6"
>
<div
class=
"hospital_info_statistics hospital_info_statistics_yuchuzhi"
>
<div
class=
"hospital_info_statistics hospital_info_statistics_yuchuzhi"
:style=
"
{backgroundImage: 'url(' + require('../../../assets/data_statistics/yuchuzhi.png') + ')'}"
>
<div
style=
"display: flex;"
>
<div
class=
"numberColor"
>
{{
formatNum
(
hospitalInfoStatistics
.
prestoredValueTotal
||
0
)
}}
</div>
<div
class=
"fontColor"
>
元
</div>
...
...
@@ -292,7 +292,7 @@
<
/el-table-column
>
<
el
-
table
-
column
sortable
label
=
"预储值余额"
align
=
"left"
prop
=
"currentBalance"
>
<
template
slot
-
scope
=
"scope"
>
{{
scope
.
row
.
currentBalance
?
scope
.
row
.
currentBalance
+
'元'
:
'-'
}}
{{
scope
.
row
.
currentBalance
?
moneyFormat
(
scope
.
row
.
currentBalance
)
+
'元'
:
'-'
}}
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"状态"
align
=
"left"
prop
=
"state"
min
-
width
=
"60px"
>
...
...
@@ -315,7 +315,7 @@
<
/el-table-column
>
<
/el-table
>
<
pagination
v
-
show
=
"total>0"
v
-
show
=
"total>
2
0"
:
total
=
"total"
:
page
.
sync
=
"queryParams.pageNum"
:
limit
.
sync
=
"queryParams.pageSize"
...
...
@@ -335,9 +335,11 @@ import OverlongTool from '@/views/data-statistics/other-components/overlong-tool
import
ColumnarChart
from
'@/views/data-statistics/echars-components/columnarChart.vue'
import
RadarChartForHospital
from
'@/views/data-statistics/echars-components/radar-chart-for-hospital.vue'
import
{
getHospitalStatistics
,
listHospital
}
from
'@/api/business/statistics'
import
{
parseTime
}
from
'
../../..
/utils/ruoyi'
import
{
parseTime
}
from
'
@
/utils/ruoyi'
import
{
testMsg
}
from
'@/api/business/test'
import
EmptyTool
from
'@/views/data-statistics/other-components/emptyTool.vue'
import
{
moneyFormat
}
from
'@/utils'
export
default
{
name
:
'HospitalDataStatistics'
,
components
:
{
...
...
@@ -397,6 +399,7 @@ export default {
// this.loading = true
}
,
methods
:
{
moneyFormat
,
justTest
()
{
testMsg
().
then
(
res
=>
{
if
(
res
)
{
...
...
@@ -571,7 +574,6 @@ export default {
//padding-right: 16px;
}
.
hospital_info_statistics_ruzhu
{
background
-
image
:
url
(
"../../../assets/data_statistics/ruzhuyiyuan.png"
);
background
-
size
:
100
%
103
px
;
.
numberColor
{
font
-
size
:
24
px
;
...
...
@@ -604,7 +606,6 @@ export default {
}
}
.
hospital_info_statistics_youxiao
{
background
-
image
:
url
(
"../../../assets/data_statistics/youxiaohzuangtai.png"
);
background
-
size
:
100
%
103
px
;
.
numberColor
{
font
-
size
:
24
px
;
...
...
@@ -637,7 +638,6 @@ export default {
}
}
.
hospital_info_statistics_changqi
{
background
-
image
:
url
(
"../../../assets/data_statistics/shouquanyiyuan.png"
);
background
-
size
:
100
%
103
px
;
.
numberColor
{
font
-
size
:
24
px
;
...
...
@@ -670,7 +670,6 @@ export default {
}
}
.
hospital_info_statistics_yuchuzhi
{
background
-
image
:
url
(
"../../../assets/data_statistics/yuchuzhi.png"
);
background
-
size
:
100
%
103
px
;
.
numberColor
{
font
-
size
:
24
px
;
...
...
src/views/data-statistics/pet-data-statistics/pet-data-statistics.vue
View file @
551c774d
...
...
@@ -298,7 +298,7 @@
</el-table-column>
</el-table>
<pagination
v-show=
"ownerTotal>0"
v-show=
"ownerTotal>
2
0"
:total=
"ownerTotal"
:page
.
sync=
"queryPetOwner.pageNum"
:limit
.
sync=
"queryPetOwner.pageSize"
...
...
@@ -314,7 +314,7 @@
<el-col
:span=
"12"
>
<div
style=
"width: 100%;background-color: #FFFFFF"
class=
"cardDiv"
>
<div
class=
"cardTitle"
>
客户
信息
统计
客户统计
</div>
<el-row
:gutter=
"14"
>
<el-col
:span=
"6"
>
...
...
@@ -588,7 +588,7 @@
</el-table-column>
</el-table>
<pagination
v-show=
"balanceTotal>0"
v-show=
"balanceTotal>
2
0"
:total=
"balanceTotal"
:page
.
sync=
"queryBalance.pageNum"
:limit
.
sync=
"queryBalance.pageSize"
...
...
src/views/data-statistics/service-statistics/service-statistics.vue
View file @
551c774d
...
...
@@ -277,7 +277,7 @@
<
/el-table-column
>
<
/el-table
>
<
pagination
v
-
show
=
"orderTotal>0"
v
-
show
=
"orderTotal>
2
0"
:
total
=
"orderTotal"
:
page
.
sync
=
"queryOrder.pageNum"
:
limit
.
sync
=
"queryOrder.pageSize"
...
...
@@ -723,7 +723,7 @@
<
/el-table-column
>
<
/el-table
>
<
pagination
v
-
show
=
"recordTotal>0"
v
-
show
=
"recordTotal>
2
0"
:
total
=
"recordTotal"
:
page
.
sync
=
"queryRecord.pageNum"
:
limit
.
sync
=
"queryRecord.pageSize"
...
...
src/views/equipment-management/use-management/use-management.vue
View file @
551c774d
...
...
@@ -173,7 +173,7 @@
<
/el-table
>
<
pagination
v
-
show
=
"total>0"
v
-
show
=
"total>
2
0"
:
total
=
"total"
:
page
.
sync
=
"queryParams.pageNum"
:
limit
.
sync
=
"queryParams.pageSize"
...
...
src/views/medical-record-management/reservation-equipment.vue
View file @
551c774d
...
...
@@ -132,7 +132,7 @@
</el-table-column>
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"equipmentForm.pageNum"
:limit
.
sync=
"equipmentForm.pageSize"
...
...
src/views/monitor/job/index.vue
View file @
551c774d
...
...
@@ -153,7 +153,7 @@
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/monitor/job/log.vue
View file @
551c774d
...
...
@@ -136,7 +136,7 @@
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/monitor/logininfor/index.vue
View file @
551c774d
...
...
@@ -120,7 +120,7 @@
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/monitor/online/index.vue
View file @
551c774d
...
...
@@ -58,7 +58,7 @@
</el-table-column>
</el-table>
<pagination
v-show=
"total>0"
:total=
"total"
:page
.
sync=
"pageNum"
:limit
.
sync=
"pageSize"
/>
<pagination
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"pageNum"
:limit
.
sync=
"pageSize"
/>
</div>
</template>
...
...
src/views/monitor/operlog/index.vue
View file @
551c774d
...
...
@@ -143,7 +143,7 @@
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/role-permission/role-management/role-management.vue
View file @
551c774d
...
...
@@ -154,7 +154,7 @@
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/service-management/hospitalization-management/hospitalization-management.vue
View file @
551c774d
...
...
@@ -246,7 +246,7 @@
<
/el-table
>
<
pagination
v
-
show
=
"total>0"
v
-
show
=
"total>
2
0"
:
total
=
"total"
:
page
.
sync
=
"queryParams.pageNum"
:
limit
.
sync
=
"queryParams.pageSize"
...
...
src/views/service-management/medical-record-management/check-subscribe.vue
View file @
551c774d
...
...
@@ -271,7 +271,7 @@
<
/el-table
>
<
pagination
v
-
show
=
"total>
1
0"
v
-
show
=
"total>
2
0"
:
total
=
"total"
:
page
.
sync
=
"deviceQueryParams.pageNum"
:
limit
.
sync
=
"deviceQueryParams.pageSize"
...
...
src/views/service-management/medical-record-management/medical-record-management.vue
View file @
551c774d
...
...
@@ -372,7 +372,7 @@
<
/el-table-column
>
<
/el-table
>
<
pagination
v
-
show
=
"deviceTotal>
11
"
v
-
show
=
"deviceTotal>
20
"
:
total
=
"deviceTotal"
:
page
.
sync
=
"deviceQueryParams.pageNum"
:
limit
.
sync
=
"deviceQueryParams.pageSize"
...
...
src/views/service-management/registration-queue/registration-queue.vue
View file @
551c774d
...
...
@@ -218,7 +218,7 @@
<
/el-table
>
<
pagination
v
-
show
=
"total>0"
v
-
show
=
"total>
2
0"
:
limit
.
sync
=
"queryParams.pageSize"
:
page
.
sync
=
"queryParams.pageNum"
:
total
=
"total"
...
...
src/views/service-management/treatment-management/treatment-management.vue
View file @
551c774d
...
...
@@ -211,7 +211,7 @@
<
/el-table
>
<
pagination
v
-
show
=
"total>0"
v
-
show
=
"total>
2
0"
:
total
=
"total"
:
page
.
sync
=
"queryParams.pageNum"
:
limit
.
sync
=
"queryParams.pageSize"
...
...
src/views/system/config/index.vue
View file @
551c774d
...
...
@@ -140,7 +140,7 @@
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/system/dict/data.vue
View file @
551c774d
...
...
@@ -133,7 +133,7 @@
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/system/dict/index.vue
View file @
551c774d
...
...
@@ -150,7 +150,7 @@
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/system/notice/index.vue
View file @
551c774d
...
...
@@ -115,7 +115,7 @@
<
/el-table
>
<
pagination
v
-
show
=
"total>0"
v
-
show
=
"total>
2
0"
:
total
=
"total"
:
page
.
sync
=
"queryParams.pageNum"
:
limit
.
sync
=
"queryParams.pageSize"
...
...
src/views/system/post/index.vue
View file @
551c774d
...
...
@@ -116,7 +116,7 @@
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/system/role/authUser.vue
View file @
551c774d
...
...
@@ -89,7 +89,7 @@
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/system/role/index.vue
View file @
551c774d
...
...
@@ -154,7 +154,7 @@
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/system/role/selectUser.vue
View file @
551c774d
...
...
@@ -42,7 +42,7 @@
</el-table-column>
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/system/user/authRole.vue
View file @
551c774d
...
...
@@ -34,7 +34,7 @@
</el-table-column>
</el-table>
<pagination
v-show=
"total>0"
:total=
"total"
:page
.
sync=
"pageNum"
:limit
.
sync=
"pageSize"
/>
<pagination
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"pageNum"
:limit
.
sync=
"pageSize"
/>
<el-form
label-width=
"100px"
>
<el-form-item
style=
"text-align: center;margin-left:-120px;margin-top:30px;"
>
...
...
src/views/system/user/index.vue
View file @
551c774d
...
...
@@ -199,7 +199,7 @@
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/tool/gen/importTable.vue
View file @
551c774d
...
...
@@ -32,7 +32,7 @@
<el-table-column
prop=
"updateTime"
label=
"更新时间"
/>
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
src/views/tool/gen/index.vue
View file @
551c774d
...
...
@@ -151,7 +151,7 @@
</el-table-column>
</el-table>
<pagination
v-show=
"total>0"
v-show=
"total>
2
0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
...
...
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