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
96c13395
Commit
96c13395
authored
Sep 04, 2023
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
0b7268e9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
6 deletions
+14
-6
equipment-management.vue
...-management/equipment-management/equipment-management.vue
+8
-4
use-management.vue
...ws/equipment-management/use-management/use-management.vue
+5
-1
hospitalization-management.vue
...hospitalization-management/hospitalization-management.vue
+1
-1
No files found.
src/views/equipment-management/equipment-management/equipment-management.vue
View file @
96c13395
...
...
@@ -132,7 +132,11 @@
<el-table
ref=
"table"
v-loading=
"loading"
:data=
"deviceList"
:header-cell-style=
"
{ background:'#F4F4F4'}" :row-key="getRowKeys" @selection-change="handleSelectionChange">
<el-table-column
type=
"selection"
width=
"47"
align=
"center"
:reserve-selection=
"true"
/>
<el-table-column
type=
"index"
label=
"序号"
min-width=
"50"
/>
<el-table-column
align=
"left"
label=
"序号"
min-width=
"60"
show-overflow-tooltip
prop=
"index"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"设备名称"
align=
"left"
prop=
"deviceName"
show-overflow-tooltip
/>
<el-table-column
label=
"设备ID"
align=
"left"
prop=
"deviceCode"
show-overflow-tooltip
/>
<el-table-column
label=
"负责人"
align=
"left"
prop=
"head"
show-overflow-tooltip
>
...
...
@@ -556,13 +560,13 @@ export default {
}
// this.queryParams.isPrivate = this.isPrivate
listDevice
(
this
.
queryParams
).
then
(
response
=>
{
console
.
log
(
'列表参数'
,
response
)
this
.
deviceList
=
response
.
rows
console
.
log
(
'this.deviceList'
,
this
.
deviceList
)
// this.deviceList.forEach(item => {
// this.$set(item, 'checkTypeArr', item.checkType.split(','))
// })
this
.
idsForever
=
response
.
idList
this
.
total
=
response
.
total
this
.
loading
=
false
this
.
manualCheck
()
// console.log("---------------------",this.userType)
})
},
...
...
src/views/equipment-management/use-management/use-management.vue
View file @
96c13395
...
...
@@ -90,7 +90,11 @@
<el-table
ref=
"table"
v-loading=
"loading"
:data=
"userList"
:row-key=
"getRowKeys"
:header-cell-style=
"
{background:'#F4F4F4'}" @selection-change="handleSelectionChange">
<el-table-column
type=
"selection"
min-width=
"50"
align=
"center"
:reserve-selection=
"true"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"80"
/>
<el-table-column
align=
"left"
label=
"序号"
min-width=
"60"
show-overflow-tooltip
prop=
"index"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"设备名称"
align=
"left"
prop=
"deviceName"
min-width=
"80"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
deviceName
||
'-'
}}
</span>
...
...
src/views/service-management/hospitalization-management/hospitalization-management.vue
View file @
96c13395
...
...
@@ -198,7 +198,7 @@
<
span
>
{{
parseTime
(
scope
.
row
.
dischargeDate
,
'{y
}
/{m
}
/{d
}
'
)
||
'-'
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"操作"
class
-
name
=
"small-padding fixed-width"
align
=
"center"
min
-
width
=
"180px"
>
<
el
-
table
-
column
label
=
"操作"
class
-
name
=
"small-padding fixed-width"
fixed
=
"right"
align
=
"center"
min
-
width
=
"180px"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
v
-
hasPermi
=
"['business:hospital:query']"
...
...
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