fix: bug#12637

This commit is contained in:
xieyonghong 2023-04-26 10:00:27 +08:00
parent 730a42567f
commit c99d2795bc
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
<p style="color: #616161" v-if="formData.configuration.function">
PLC地址: {{
InitAddress[formData.configuration.function] +
formData.pointKey || 0
Number(formData.pointKey) || 0
}}
</p>
<j-form-item