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
1b9c7bcf
Commit
1b9c7bcf
authored
Aug 30, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
3530dd95
c820b6c8
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
174 additions
and
182 deletions
+174
-182
InputTips.vue
src/components/InputTips/InputTips.vue
+2
-2
index.vue
src/components/imageCropper/index.vue
+3
-1
hospital-data-statistics.vue
...ics/hospital-data-statistics/hospital-data-statistics.vue
+4
-2
equipment-detail.vue
...ment-management/equipment-management/equipment-detail.vue
+165
-177
No files found.
src/components/InputTips/InputTips.vue
View file @
1b9c7bcf
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
<el-tooltip
:content=
"text"
placement=
"top-start"
:disabled=
"tipDisabled"
>
<el-tooltip
:content=
"text"
placement=
"top-start"
:disabled=
"tipDisabled"
>
<el-input
<el-input
v-model=
"text"
v-model=
"text"
readonly
=
"true"
readonly
disabled
=
"true"
disabled
:style=
"
{width: width}"
:style=
"
{width: width}"
@mouseover.native="inputOnMouseOver($event)"
@mouseover.native="inputOnMouseOver($event)"
/>
/>
...
...
src/components/imageCropper/index.vue
View file @
1b9c7bcf
...
@@ -16,9 +16,11 @@
...
@@ -16,9 +16,11 @@
:auto-crop-height=
"autoCropHeight"
:auto-crop-height=
"autoCropHeight"
:auto-crop=
"true"
:auto-crop=
"true"
:fixed=
"false"
:fixed=
"false"
:fixed-box=
"
fals
e"
:fixed-box=
"
tru
e"
:output-size=
"1"
:output-size=
"1"
output-type=
"png"
output-type=
"png"
:centerBox=
"true"
:canScale=
"true"
/>
/>
<template
#
footer
>
<template
#
footer
>
<span
class=
"dialog-footer"
>
<span
class=
"dialog-footer"
>
...
...
src/views/data-statistics/hospital-data-statistics/hospital-data-statistics.vue
View file @
1b9c7bcf
...
@@ -511,8 +511,10 @@ export default {
...
@@ -511,8 +511,10 @@ export default {
handleSortChange
(
column
)
{
handleSortChange
(
column
)
{
console
.
log
(
'更换排序'
,
column
)
console
.
log
(
'更换排序'
,
column
)
// 查询字段是表格中字段名字
// 查询字段是表格中字段名字
if
(
column
.
prop
.
orderByColumn
===
'hospitalName'
||
column
.
prop
.
orderByColumn
===
'hospitalAddress'
)
{
if
(
column
.
prop
.
orderByColumn
===
'hospitalName'
||
this
.
queryParams
.
orderByColumn
=
column
.
prop
+
'sort'
column
.
prop
.
orderByColumn
===
'hospitalAddress'
||
column
.
prop
.
orderByColumn
===
'contactPerson'
)
{
this
.
queryParams
.
orderByColumn
=
column
.
prop
+
'Sort'
}
else
{
}
else
{
this
.
queryParams
.
orderByColumn
=
column
.
prop
this
.
queryParams
.
orderByColumn
=
column
.
prop
}
}
...
...
src/views/equipment-management/equipment-management/equipment-detail.vue
View file @
1b9c7bcf
This diff is collapsed.
Click to expand it.
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