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
80a9e9ad
Commit
80a9e9ad
authored
Sep 27, 2023
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
9be7028e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
equipment-management.vue
...-management/equipment-management/equipment-management.vue
+5
-3
No files found.
src/views/equipment-management/equipment-management/equipment-management.vue
View file @
80a9e9ad
...
...
@@ -160,7 +160,7 @@
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.deviceType=== null||scope.row.deviceType=== '' "
>
{{
"-"
}}
</span>
<span
v-else
>
<
dict-tag
:options=
"dict.type.device_type"
:value=
"scope.row.deviceType "
/
>
<
span>
{{
selectDictLabel
(
dict
.
type
.
device_type
,
scope
.
row
.
deviceType
)
}}
</span
>
</span>
</
template
>
</el-table-column>
...
...
@@ -278,7 +278,7 @@
import
{
regionData
}
from
'element-china-area-data'
import
{
listDevice
,
delDevice
}
from
'@/api/business/device'
import
{
getInfo
}
from
'@/api/login'
import
{
parseTime
}
from
'@/utils/ruoyi'
import
{
parseTime
,
selectDictLabel
}
from
'@/utils/ruoyi'
import
{
mapGetters
}
from
'vuex'
import
{
listItem
}
from
'@/api/business/item'
import
{
signHospitalMessage
}
from
'@/api/business/hospital'
...
...
@@ -370,6 +370,7 @@ export default {
}
],
dictdata
:
'设备类型超长字符测试啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊'
,
// 预约方式
options
:
[{
value
:
'1'
,
...
...
@@ -509,6 +510,7 @@ export default {
this
.
getUserInfo
()
},
methods
:
{
selectDictLabel
,
// 获取登陆人信息
getUserInfo
()
{
getInfo
().
then
(
res
=>
{
...
...
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