Commit 08efbf14 authored by shiwr's avatar shiwr

事件分析前端问题修复

parent 068990c3
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<div style="float: left;padding-top:12px;"> <div style="float: left;padding-top:12px;">
<img src="../static/img/logoGT.png" alt=""> <img src="${STATIC_URL}img/logoGT.png" alt="">
</div> </div>
<a class="navbar-brand" href="${SITE_URL}"> <a class="navbar-brand" href="${SITE_URL}">
<span style="font-size:20px;">一体化运维平台&nbsp;:&nbsp;</span><span style="font-size:16px;">事件分析管理</span> <span style="font-size:20px;">一体化运维平台&nbsp;:&nbsp;</span><span style="font-size:16px;">事件分析管理</span>
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</el-form-item> </el-form-item>
<el-form-item label="预警系统:" label-width="200px" class="important" <el-form-item label="预警系统:" label-width="200px" class="important"
style="display:inline-block;"> style="display:inline-block;">
<el-select v-model="formLine.alarm_system" clearable multiple filterable style="width:200px;" <el-select v-model="formLine.alarm_system" clearable multiple collapse-tags filterable
:disabled="editStatus"> :disabled="editStatus">
<el-option v-for="item in systemListCmdb" <el-option v-for="item in systemListCmdb"
:key="item.value" :key="item.value"
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
alarm_summary:'', alarm_summary:'',
if_interpose:'', if_interpose:'',
solve_process:'', solve_process:'',
if_workday:'', if_workday:3,
if_auto:'', if_auto:'',
auto_sysname:'', auto_sysname:'',
auto_name:'', auto_name:'',
......
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
.el-tooltip__popper { .el-tooltip__popper {
max-width: 30% max-width: 30%
} }
.important .el-form-item__label {
color: red;
font-weight: bolder;
}
</style> </style>
<div class="tab-content mb20"> <div class="tab-content mb20">
<div id="errorAlarm"> <div id="errorAlarm">
...@@ -151,7 +156,7 @@ ...@@ -151,7 +156,7 @@
width="70%"> width="70%">
<el-form> <el-form>
<el-row> <el-row>
<el-form-item label="系统编码" label-width="100px" <el-form-item label="系统编码" label-width="100px" class="important"
style="display:inline-block"> style="display:inline-block">
<el-row> <el-row>
<el-select style="width:300px;" clearable <el-select style="width:300px;" clearable
...@@ -167,7 +172,7 @@ ...@@ -167,7 +172,7 @@
</el-form-item> </el-form-item>
<el-form-item label="告警类型" label-width="100px" <el-form-item label="告警类型" label-width="100px" class="important"
style="display:inline-block" placeholder="必选"> style="display:inline-block" placeholder="必选">
<el-row> <el-row>
<el-select v-model="formLine.failure_analysis.alarm_type" <el-select v-model="formLine.failure_analysis.alarm_type"
...@@ -191,7 +196,7 @@ ...@@ -191,7 +196,7 @@
</el-form-item> </el-form-item>
<el-form-item style="display:inline-block" label="开始时间" <el-form-item style="display:inline-block" label="开始时间" class="important"
label-width="100px"> label-width="100px">
<el-row> <el-row>
<el-date-picker style="width:300px" <el-date-picker style="width:300px"
...@@ -203,7 +208,7 @@ ...@@ -203,7 +208,7 @@
</el-date-picker> </el-date-picker>
</el-row> </el-row>
</el-form-item> </el-form-item>
<el-form-item style="display:inline-block" label="结束时间" <el-form-item style="display:inline-block" label="结束时间" class="important"
label-width="100px"> label-width="100px">
<el-row> <el-row>
<el-date-picker style="width:300px" <el-date-picker style="width:300px"
......
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<el-form-item label="受影响系统" label-width="90px" class="normal" <el-form-item label="受影响系统" label-width="90px" class="normal"
style="display:inline-block;"> style="display:inline-block;">
<el-select v-model="formLine.influenced_sys_name" multiple filterable <el-select v-model="formLine.influenced_sys_name" multiple collapse-tags filterable
style="width:210px;" :disabled="editStatus"> style="width:210px;" :disabled="editStatus">
<el-option v-for="item in systemListCmdb" <el-option v-for="item in systemListCmdb"
:key="item.value" :key="item.value"
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
<div> <div>
<el-form-item label="事件标签" label-width="97px" class="normal" <el-form-item label="事件标签" label-width="97px" class="normal"
style="display:inline-block;"> style="display:inline-block;">
<el-select v-model="formLine.labelname" multiple filterable style="width: 250px" <el-select v-model="formLine.labelname" multiple collapse-tags filterable style="width: 250px"
:disabled="showStatus"> :disabled="showStatus">
<el-option v-for="item in labelList" <el-option v-for="item in labelList"
:key="item.value" :key="item.value"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment