Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-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
赵啸非
device-new-platform
Commits
054521b9
Commit
054521b9
authored
Jul 15, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志展示修改
parent
b13d1199
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
device-manager-ui/admin/src/views/device/log/list.vue
device-manager-ui/admin/src/views/device/log/list.vue
+19
-19
No files found.
device-manager-ui/admin/src/views/device/log/list.vue
View file @
054521b9
...
...
@@ -54,9 +54,9 @@ export default {
{
label
:
"
设备名称
"
,
prop
:
"
deviceName
"
},
{
label
:
"
业务标识
"
,
prop
:
"
messageHead
"
},
{
label
:
"
业务标识
"
,
prop
:
"
messageHead
"
,
width
:
80
},
{
label
:
"
日志类型
"
,
prop
:
"
logType
"
,
formatter
:
this
.
formatter
},
{
label
:
"
日志类型
"
,
prop
:
"
logType
"
,
formatter
:
this
.
formatter
,
width
:
80
},
{
label
:
"
内容
"
,
prop
:
"
content
"
},
{
...
...
@@ -64,23 +64,23 @@ export default {
prop
:
"
createTime
"
,
formatter
:
this
.
formatterDate
,
},
{
label
:
"
操作
"
,
width
:
240
,
formatter
:
(
row
)
=>
{
return
(
<
table
-
buttons
noAdd
noEdit
noDel
row
=
{
row
}
onEdit
=
{
this
.
toEdit
}
onView
=
{
this
.
toView
}
onDel
=
{
this
.
toDel
}
/
>
);
},
},
//
{
//
label: "操作",
//
width: 240,
//
formatter: (row) => {
//
return (
//
<
table
-
buttons
//
noAdd
//
noEdit
//
noDel
//
row={row}
//
onEdit={this.toEdit}
//
onView={this.toView}
//
onDel={this.toDel}
//
/>
//
);
//
},
//
},
],
},
};
...
...
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