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 = { const dataTemplate = {
runstatus, runstatus,
statusdesc, statusdesc,
kernel: 'rt-thread kenel', kernel: 'xizi',
webversion: '1.0', webversion: '1.0',
ipaddr: this.form.ipaddr || '192.168.131.29', ipaddr: this.form.ipaddr || '192.168.131.29',
netmask: this.form.netmask || '255.255.254.0', netmask: this.form.netmask || '255.255.254.0',

View File

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