modify form label

This commit is contained in:
龚祖望 2023-09-18 13:34:21 +08:00
parent 82f93ff0e4
commit b314cedd6a
2 changed files with 2 additions and 2 deletions

View File

@ -455,7 +455,7 @@ export default {
const dataTemplate = {
runstatus,
statusdesc,
kernel: 'rt-thread kenel',
kernel: 'xizi',
webversion: '1.0',
ipaddr: this.form.ipaddr || '192.168.131.29',
netmask: this.form.netmask || '255.255.254.0',

View File

@ -27,7 +27,7 @@
<br>
<span class="device_info" :style="device_info_bg_color(item.status)">
<svg-icon icon-class="globe" />
<span class="text">{{ 'web版本:' + item.webversion }}</span>
<span class="text">{{ '固件版本:' + item.webversion }}</span>
</span>
</div>
<div class="card_footer" :style="footer_color(item.status)">