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