modify form label
This commit is contained in:
parent
82f93ff0e4
commit
b314cedd6a
|
@ -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',
|
||||
|
|
|
@ -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)">
|
||||
|
|
Loading…
Reference in New Issue