|
|
@@ -46,6 +46,16 @@
|
|
|
@edit="onChangeProp('screen')"
|
|
|
/>
|
|
|
</div>
|
|
|
+ <div class="l-flex--row l-flex__fill c-info__item">
|
|
|
+ <div class="l-flex__none c-info__title">设备IP</div>
|
|
|
+ <edit-input
|
|
|
+ v-model.trim="defaults.ip"
|
|
|
+ class="l-flex__fill c-info__value"
|
|
|
+ @edit="onChangeProp('ip')"
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="l-flex--row c-info__block">
|
|
|
<div class="l-flex--row l-flex__fill c-info__item">
|
|
|
<div class="l-flex__none c-info__title">异步盒</div>
|
|
|
<div class="l-flex__fill">
|
|
|
@@ -57,10 +67,8 @@
|
|
|
/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="l-flex--row c-info__block">
|
|
|
<div class="l-flex--row l-flex__fill c-info__item">
|
|
|
- <div class="l-flex__none c-info__title">支持温度监测</div>
|
|
|
+ <div class="l-flex__none c-info__title">温度监测</div>
|
|
|
<div class="l-flex__fill">
|
|
|
<el-switch
|
|
|
v-model="defaults.temperature"
|
|
|
@@ -70,8 +78,10 @@
|
|
|
/>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
+ <div class="l-flex--row c-info__block">
|
|
|
<div class="l-flex--row l-flex__fill c-info__item">
|
|
|
- <div class="l-flex__none c-info__title">支持电压监测</div>
|
|
|
+ <div class="l-flex__none c-info__title">电压监测</div>
|
|
|
<div class="l-flex__fill">
|
|
|
<el-switch
|
|
|
v-model="defaults.voltage"
|
|
|
@@ -82,17 +92,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="l-flex--row c-info__block">
|
|
|
- <div class="l-flex--row l-flex__fill c-info__item">
|
|
|
- <div class="l-flex__none c-info__title">设备IP</div>
|
|
|
- <edit-input
|
|
|
- v-model.trim="defaults.ip"
|
|
|
- class="l-flex__fill c-info__value"
|
|
|
- @edit="onChangeProp('ip')"
|
|
|
- />
|
|
|
- </div>
|
|
|
- <div class="l-flex__fill c-info__item" />
|
|
|
- </div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<button
|
|
|
@@ -156,14 +155,14 @@
|
|
|
active-color="#13ce66"
|
|
|
inactive-color="#ff4949"
|
|
|
/>
|
|
|
- <span class="c-sibling-item far">支持温度监测:</span>
|
|
|
+ <span class="c-sibling-item far">温度监测:</span>
|
|
|
<el-switch
|
|
|
v-model="receivingCard.temperature"
|
|
|
class="c-sibling-item"
|
|
|
active-color="#13ce66"
|
|
|
inactive-color="#ff4949"
|
|
|
/>
|
|
|
- <span class="c-sibling-item far">支持电压监测:</span>
|
|
|
+ <span class="c-sibling-item far">电压监测:</span>
|
|
|
<el-switch
|
|
|
v-model="receivingCard.voltage"
|
|
|
class="c-sibling-item"
|