pull/44/head
孙萌 2023-11-20 09:22:29 +08:00
parent ede0dba799
commit 2fd78c1a21
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

View File

@ -21,7 +21,7 @@
有效性
</div>
<div class="sensor-type">
<!-- <div class="sensor-type">
<template v-for="item, index in openTypeList" >
<div class="sensor-type-div" v-if="active==index" >
<div class="sensor-sel">
@ -38,10 +38,10 @@
</div>
</div>
</template>
</div>
</div> -->
</div>
<div class="input-sel">
<div class="title">传感器类型</div>
<div class="title">传感器类型 <span v-if="active>39">4-20ma</span></div>
<el-dropdown @command="handleCommand">
<div class="el-dropdown-link">
<input v-model="sensorType" type="text" class="input-input" placeholder="选择传感器类型">