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
e0099222
Commit
e0099222
authored
Sep 05, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
eb5b10a1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
hospital-data-statistics.vue
...ics/hospital-data-statistics/hospital-data-statistics.vue
+1
-1
pet-data-statistics.vue
...ta-statistics/pet-data-statistics/pet-data-statistics.vue
+2
-2
service-statistics.vue
...data-statistics/service-statistics/service-statistics.vue
+2
-2
No files found.
src/views/data-statistics/hospital-data-statistics/hospital-data-statistics.vue
View file @
e0099222
...
@@ -257,7 +257,7 @@
...
@@ -257,7 +257,7 @@
:data=
"hospitalList"
:data=
"hospitalList"
@
sort-change=
"handleSortChange"
@
sort-change=
"handleSortChange"
>
>
<el-table-column
align=
"left"
label=
"序号"
width=
"60"
show-overflow-tooltip
prop=
"index"
>
<el-table-column
align=
"left"
label=
"序号"
min-
width=
"60"
show-overflow-tooltip
prop=
"index"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</
template
>
...
...
src/views/data-statistics/pet-data-statistics/pet-data-statistics.vue
View file @
e0099222
...
@@ -242,7 +242,7 @@
...
@@ -242,7 +242,7 @@
style=
"width: 100%"
style=
"width: 100%"
@
sort-change=
"ownerSortChange"
@
sort-change=
"ownerSortChange"
>
>
<el-table-column
align=
"left"
label=
"序号"
width=
"60"
show-overflow-tooltip
prop=
"index"
>
<el-table-column
align=
"left"
label=
"序号"
min-
width=
"60"
show-overflow-tooltip
prop=
"index"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</
template
>
...
@@ -535,7 +535,7 @@
...
@@ -535,7 +535,7 @@
</div>
</div>
<el-divider
class=
"dividerLine"
/>
<el-divider
class=
"dividerLine"
/>
<el-table
ref=
"balanceList"
:data=
"balanceList"
style=
"width: 100%"
@
sort-change=
"balanceSortChange"
>
<el-table
ref=
"balanceList"
:data=
"balanceList"
style=
"width: 100%"
@
sort-change=
"balanceSortChange"
>
<el-table-column
align=
"left"
label=
"序号"
width=
"60"
show-overflow-tooltip
prop=
"index"
>
<el-table-column
align=
"left"
label=
"序号"
min-
width=
"60"
show-overflow-tooltip
prop=
"index"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</
template
>
...
...
src/views/data-statistics/service-statistics/service-statistics.vue
View file @
e0099222
...
@@ -225,7 +225,7 @@
...
@@ -225,7 +225,7 @@
style=
"width: 100%"
style=
"width: 100%"
@
sort-change=
"handleSortChangeForPlatform"
@
sort-change=
"handleSortChangeForPlatform"
>
>
<el-table-column
align=
"left"
label=
"序号"
width=
"60"
show-overflow-tooltip
prop=
"index"
>
<el-table-column
align=
"left"
label=
"序号"
min-
width=
"60"
show-overflow-tooltip
prop=
"index"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</
template
>
...
@@ -697,7 +697,7 @@
...
@@ -697,7 +697,7 @@
<
/div
>
<
/div
>
<
el
-
divider
class
=
"dividerLine"
/>
<
el
-
divider
class
=
"dividerLine"
/>
<
el
-
table
:
data
=
"recordTableData"
style
=
"width: 100%"
>
<
el
-
table
:
data
=
"recordTableData"
style
=
"width: 100%"
>
<
el
-
table
-
column
align
=
"left"
label
=
"序号"
width
=
"60"
show
-
overflow
-
tooltip
prop
=
"index"
>
<
el
-
table
-
column
align
=
"left"
min
-
label
=
"序号"
width
=
"60"
show
-
overflow
-
tooltip
prop
=
"index"
>
<
template
slot
-
scope
=
"scope"
>
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
scope
.
$index
+
1
}}
<
/span
>
<
span
>
{{
scope
.
$index
+
1
}}
<
/span
>
<
/template
>
<
/template
>
...
...
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