|
@@ -30,7 +30,7 @@
|
|
|
`20${item.readData.PLCyear}-${item.readData.PLCmonth}-${item.readData.PLCday}
|
|
`20${item.readData.PLCyear}-${item.readData.PLCmonth}-${item.readData.PLCday}
|
|
|
${item.readData.PLChour}:${item.readData.PLCminute}:${item.readData.PLCsecond}` : '' }}</div>
|
|
${item.readData.PLChour}:${item.readData.PLCminute}:${item.readData.PLCsecond}` : '' }}</div>
|
|
|
<!-- 二三维信息 -->
|
|
<!-- 二三维信息 -->
|
|
|
- <gateSVG v-if="item.gateStyle == 'fm_fc_ssl'" :ref="(el) => setChildRef(el, index)" :identify="index">
|
|
|
|
|
|
|
+ <gateSVG v-if="item.gateStyle == 'fmSp1'" :ref="(el) => setChildRef(el, index)" :identify="index">
|
|
|
</gateSVG>
|
|
</gateSVG>
|
|
|
<gateDualSVG v-else :ref="(el) => setChildRef(el, index)" :identify="index">
|
|
<gateDualSVG v-else :ref="(el) => setChildRef(el, index)" :identify="index">
|
|
|
</gateDualSVG>
|
|
</gateDualSVG>
|
|
@@ -45,7 +45,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
<span>启用状态:</span>
|
|
<span>启用状态:</span>
|
|
|
- <span class="set-time">{{ item.readData.timerSwitch == '0' ? '启用' : '未启用' }}</span>
|
|
|
|
|
|
|
+ <span class="set-time">{{ item.readData.timerSwitch == '1' ? '启用' : '禁用' }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
<span>定时关闭时间:</span>
|
|
<span>定时关闭时间:</span>
|