Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-monitor
Project
Project
Details
Activity
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
Administrator
web-monitor
Commits
5dc76026
Commit
5dc76026
authored
Feb 11, 2022
by
neogcg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段修改
parent
131c4bcd
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
const.js
src/views/dashboard/const.js
+1
-1
index.vue
src/views/setting/add/index.vue
+1
-1
index.vue
src/views/setting/statistics/index.vue
+1
-1
index.vue
src/views/user/userLog/index.vue
+1
-0
No files found.
src/views/dashboard/const.js
View file @
5dc76026
...
...
@@ -53,7 +53,7 @@ export const listData = [
]
},
{
title
:
'
服务器
信息'
,
title
:
'
基本
信息'
,
option
:
true
,
list
:
[
{
...
...
src/views/setting/add/index.vue
View file @
5dc76026
...
...
@@ -65,7 +65,7 @@ export default {
key
:
'2'
},
{
label
:
'
检
测设备'
,
label
:
'
监
测设备'
,
key
:
'3'
},
{
...
...
src/views/setting/statistics/index.vue
View file @
5dc76026
...
...
@@ -104,7 +104,7 @@ export default {
key
:
"2"
,
},
{
label
:
"
检
测设备"
,
label
:
"
监
测设备"
,
key
:
"3"
,
},
{
...
...
src/views/user/userLog/index.vue
View file @
5dc76026
...
...
@@ -19,6 +19,7 @@
style=
"width: 100%"
class=
"statistics-table"
:row-class-name=
"tableRowClassName"
:row-style=
"
{ height: '50px' }"
:header-cell-style="{ background: '#EAF1FE', color: '#666666' }"
@selection-change="handleSelectionChange"
>
...
...
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