Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart-office-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart-office-platform
Commits
63e569e1
Commit
63e569e1
authored
Dec 11, 2023
by
王晓旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
9a4cc9e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
smart-office-manager-ui/admin/src/views/room/list.vue
smart-office-manager-ui/admin/src/views/room/list.vue
+9
-1
No files found.
smart-office-manager-ui/admin/src/views/room/list.vue
View file @
63e569e1
...
@@ -80,7 +80,15 @@ export default {
...
@@ -80,7 +80,15 @@ export default {
formatter
:
(
row
)
=>
(
row
.
roomCode
?
row
.
roomCode
:
"
--
"
),
formatter
:
(
row
)
=>
(
row
.
roomCode
?
row
.
roomCode
:
"
--
"
),
},
},
{
label
:
"
房间类型
"
,
prop
:
"
roomType
"
,
formatter
:
this
.
formatter
},
{
label
:
"
房间类型
"
,
prop
:
"
roomType
"
,
formatter
:
(
row
)
=>
{
console
.
log
(
this
.
tableData
.
dict
.
roomType
);
if
(
this
.
tableData
.
dict
.
roomType
){
return
(
this
.
tableData
.
dict
.
roomType
[
row
.
roomType
]?
this
.
tableData
.
dict
.
roomType
[
row
.
roomType
]:
'
--
'
)
}
else
{
return
'
--
'
}
}
},
{
{
label
:
"
绑定设备
"
,
label
:
"
绑定设备
"
,
...
...
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