|
|
@@ -27,7 +27,7 @@
|
|
|
<!-- plc时钟显示 -->
|
|
|
<!-- <div class="timePlcNow">2025-12-4 13:23:24</div> -->
|
|
|
<div class="timePlcNow">{{ item.readData.PLCyear ?
|
|
|
- `${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>
|
|
|
<!-- 二三维信息 -->
|
|
|
<gateSVG v-if="item.gateStyle == 'fm_fc_ssl'" :ref="(el) => setChildRef(el, index)" :identify="index">
|