xg
This commit is contained in:
parent
ec9f7e4174
commit
aa72444e1c
@ -16,14 +16,12 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<el-form ref="updata" :model="updata" label-width="80px">
|
||||
<!-- <el-form ref="updata" :model="updata" label-width="80px">
|
||||
<div class="chufatitle">
|
||||
<span>触发条件</span>
|
||||
<!-- <el-button type="primary" plain size="mini" @click="addtriggerCondition" >添加触发条件</el-button > -->
|
||||
</div>
|
||||
<div class="nodesname">
|
||||
<div class="node" v-for="(item, index) in updata.triggerConditionList" :key="index">
|
||||
<!-- 且或 -->
|
||||
<div style="
|
||||
width: 60px;
|
||||
position: absolute;
|
||||
@ -38,14 +36,12 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</div>
|
||||
<!-- 诊断 在这里-->
|
||||
<el-select v-model="item.triggerConditionCode" style="width: 120px;z-index: 10;"
|
||||
@change="changetriggerConditionName($event, index)">
|
||||
<el-option v-for="item in optionsname" :key="item.dictValue" :label="item.dictLabel"
|
||||
:value="item.dictValue">
|
||||
</el-option>
|
||||
</el-select>
|
||||
<!-- 包含 -->
|
||||
<el-select v-model="item.triggerConditionOperator" style="width: 100px"
|
||||
@change="changetriggerLogic($event, index)">
|
||||
<el-option v-for="item in item.optionstriggerConditionOperator" :key="item.dictValue"
|
||||
@ -62,7 +58,6 @@
|
||||
<el-date-picker v-if="item.dictDataType == 'DATE'" v-model="item.triggerConditionValue" style="width: 300px"
|
||||
type="date" placeholder="选择日期时间" value-format="yyyy-MM-dd">
|
||||
</el-date-picker>
|
||||
<!-- {{ item }} -->
|
||||
<el-input v-if="item.dictDataType == 'DECIMAL'" style="width: 300px" v-model="item.triggerConditionValue"
|
||||
type="number" :min="0"></el-input>
|
||||
<span class="icon">
|
||||
@ -73,7 +68,8 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div
|
||||
</el-form> -->
|
||||
<!-- <div
|
||||
class="node"
|
||||
v-for="(item, index) in updata.triggerConditionList"
|
||||
:key="index"
|
||||
@ -105,8 +101,7 @@
|
||||
@click="delitem(item, index, updata.triggerConditionList)"
|
||||
></i>
|
||||
</div> -->
|
||||
<!-- <el-button @click="submit" style="float:right">保存触发条件</el-button> -->
|
||||
</el-form>
|
||||
<!-- <el-button @click="submit" style="float:right">保存触发条件</el-button> -->
|
||||
</div>
|
||||
<div class="nodes" :style="{ 'height': heightLine + 'px' }">
|
||||
<div class="nodenames">
|
||||
@ -782,6 +777,7 @@ export default {
|
||||
background-color: #fff;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user