Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
14a44768
Commit
14a44768
authored
Oct 13, 2022
by
lizhichao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面微调
parent
e9d88b7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
...anage-web/src/views/deviceManagement/deviceInfo/index.vue
+1
-1
index.vue
danger-manage-web/src/views/riskManager/riskMsg/index.vue
+1
-1
No files found.
danger-manage-web/src/views/deviceManagement/deviceInfo/index.vue
View file @
14a44768
...
...
@@ -74,8 +74,8 @@
</el-row>
<el-table
v-loading=
"loading"
:data=
"deviceInfoList"
>
<el-table-column
label=
"设备名称"
align=
"center"
prop=
"deviceName"
/>
<el-table-column
label=
"设备编码"
align=
"center"
prop=
"deviceCode"
/>
<el-table-column
label=
"设备名称"
align=
"center"
prop=
"deviceName"
/>
<el-table-column
label=
"设备类型"
align=
"center"
prop=
"deviceType"
:formatter=
"typeFormat"
/>
<el-table-column
label=
"设备状态"
align=
"center"
prop=
"deviceStatus"
:formatter=
"statusFormat"
/>
<el-table-column
label=
"设备等级"
align=
"center"
prop=
"deviceGrade"
:formatter=
"gradeFormat"
/>
...
...
danger-manage-web/src/views/riskManager/riskMsg/index.vue
View file @
14a44768
...
...
@@ -251,7 +251,7 @@ export default {
},
methods
:
{
getriskLevelOptions
(){
this
.
getDicts
(
"
risk
_level"
).
then
(
response
=>
{
this
.
getDicts
(
"
assessment
_level"
).
then
(
response
=>
{
this
.
riskLevelOptions
=
response
.
data
;
});
},
...
...
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