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
6e405ff5
Commit
6e405ff5
authored
Sep 06, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
ca71ce01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
hospital-data-statistics.vue
...ics/hospital-data-statistics/hospital-data-statistics.vue
+2
-2
No files found.
src/views/data-statistics/hospital-data-statistics/hospital-data-statistics.vue
View file @
6e405ff5
...
@@ -278,7 +278,7 @@
...
@@ -278,7 +278,7 @@
</el-table-column>
</el-table-column>
<el-table-column
sortable
label=
"联系人"
align=
"left"
min-width=
"80"
prop=
"contactPerson"
show-overflow-tooltip
/>
<el-table-column
sortable
label=
"联系人"
align=
"left"
min-width=
"80"
prop=
"contactPerson"
show-overflow-tooltip
/>
<el-table-column
sortable
label=
"联系人手机号"
align=
"left"
min-width=
"120"
prop=
"phonenumber"
/>
<el-table-column
sortable
label=
"联系人手机号"
align=
"left"
min-width=
"120"
prop=
"phonenumber"
/>
<el-table-column
sortable
label=
"医院地址"
align=
"left"
min-width=
"80"
prop=
"hospitalAddress"
show-overflow-tooltip
>
<el-table-column
sortable
label=
"医院地址"
align=
"left"
min-width=
"80"
prop=
"hospitalA
llA
ddress"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
hospitalAllAddress
}}
</span>
<span>
{{
scope
.
row
.
hospitalAllAddress
}}
</span>
</
template
>
</
template
>
...
@@ -517,7 +517,7 @@ export default {
...
@@ -517,7 +517,7 @@ export default {
console
.
log
(
'更换排序'
,
column
)
console
.
log
(
'更换排序'
,
column
)
// 查询字段是表格中字段名字
// 查询字段是表格中字段名字
if
(
column
.
prop
===
'hospitalName'
||
if
(
column
.
prop
===
'hospitalName'
||
column
.
prop
===
'hospitalAddress'
||
column
.
prop
===
'hospitalA
llA
ddress'
||
column
.
prop
===
'contactPerson'
)
{
column
.
prop
===
'contactPerson'
)
{
this
.
queryParams
.
orderByColumn
=
column
.
prop
+
'Sort'
this
.
queryParams
.
orderByColumn
=
column
.
prop
+
'Sort'
}
else
{
}
else
{
...
...
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