Commit 08efbf14 authored by shiwr's avatar shiwr

事件分析前端问题修复

parent 068990c3
......@@ -73,7 +73,7 @@
<span class="icon-bar"></span>
</button>
<div style="float: left;padding-top:12px;">
<img src="../static/img/logoGT.png" alt="">
<img src="${STATIC_URL}img/logoGT.png" alt="">
</div>
<a class="navbar-brand" href="${SITE_URL}">
<span style="font-size:20px;">一体化运维平台&nbsp;:&nbsp;</span><span style="font-size:16px;">事件分析管理</span>
......
......@@ -47,7 +47,7 @@
</el-form-item>
<el-form-item label="预警系统:" label-width="200px" class="important"
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">
<el-option v-for="item in systemListCmdb"
:key="item.value"
......@@ -299,7 +299,7 @@
alarm_summary:'',
if_interpose:'',
solve_process:'',
if_workday:'',
if_workday:3,
if_auto:'',
auto_sysname:'',
auto_name:'',
......
......@@ -4,6 +4,11 @@
.el-tooltip__popper {
max-width: 30%
}
.important .el-form-item__label {
color: red;
font-weight: bolder;
}
</style>
<div class="tab-content mb20">
<div id="errorAlarm">
......@@ -151,7 +156,7 @@
width="70%">
<el-form>
<el-row>
<el-form-item label="系统编码" label-width="100px"
<el-form-item label="系统编码" label-width="100px" class="important"
style="display:inline-block">
<el-row>
<el-select style="width:300px;" clearable
......@@ -167,7 +172,7 @@
</el-form-item>
<el-form-item label="告警类型" label-width="100px"
<el-form-item label="告警类型" label-width="100px" class="important"
style="display:inline-block" placeholder="必选">
<el-row>
<el-select v-model="formLine.failure_analysis.alarm_type"
......@@ -191,7 +196,7 @@
</el-form-item>
<el-form-item style="display:inline-block" label="开始时间"
<el-form-item style="display:inline-block" label="开始时间" class="important"
label-width="100px">
<el-row>
<el-date-picker style="width:300px"
......@@ -203,7 +208,7 @@
</el-date-picker>
</el-row>
</el-form-item>
<el-form-item style="display:inline-block" label="结束时间"
<el-form-item style="display:inline-block" label="结束时间" class="important"
label-width="100px">
<el-row>
<el-date-picker style="width:300px"
......
......@@ -80,7 +80,7 @@
<el-form-item label="受影响系统" label-width="90px" class="normal"
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">
<el-option v-for="item in systemListCmdb"
:key="item.value"
......@@ -226,7 +226,7 @@
<div>
<el-form-item label="事件标签" label-width="97px" class="normal"
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">
<el-option v-for="item in labelList"
: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