|
@@ -35,36 +35,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</Col>
|
|
|
- <Col span="24">
|
|
|
- <div class="dashboard_item">
|
|
|
- <div class="dashboard_item_title">
|
|
|
- BMC设备信息
|
|
|
- </div>
|
|
|
- <div class='info_detail'>
|
|
|
- <Row class='margin_btm'>
|
|
|
- <Col span="8">固件版本:</Col>
|
|
|
- <Col span="14">{{deviceInfo.fwVersion}}</Col>
|
|
|
- </Row>
|
|
|
- <Row class='margin_btm'>
|
|
|
- <Col span="8">固件编译时间:</Col>
|
|
|
- <Col span="14">{{deviceInfo.buildTime}}</Col>
|
|
|
- </Row>
|
|
|
- <Row class='margin_btm'>
|
|
|
- <Col span="8">MAC地址:</Col>
|
|
|
- <Col span="14">{{deviceInfo.macAddr}}</Col>
|
|
|
- </Row>
|
|
|
- <Row class='margin_btm'>
|
|
|
- <Col span="8">V4网络模式:</Col>
|
|
|
- <Col span="14">{{deviceInfo.netMode}}</Col>
|
|
|
- </Row>
|
|
|
- <Row class='margin_btm'>
|
|
|
- <Col span="8">IPv4地址:</Col>
|
|
|
- <Col span="14">{{deviceInfo.ipAddr}}</Col>
|
|
|
- </Row>
|
|
|
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </Col>
|
|
|
|
|
|
</Row>
|
|
|
</div>
|
|
@@ -129,7 +100,36 @@
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+ <Col span="24">
|
|
|
+ <div class="dashboard_SensorBox" style="margin-top: 20px">
|
|
|
+ <div class="dashboard_item_title">
|
|
|
+ BMC设备信息
|
|
|
+ </div>
|
|
|
+ <div class='info_detail'>
|
|
|
+ <Row class='margin_btm'>
|
|
|
+ <Col span="8">固件版本:</Col>
|
|
|
+ <Col span="14">{{deviceInfo.fwVersion}}</Col>
|
|
|
+ </Row>
|
|
|
+ <Row class='margin_btm'>
|
|
|
+ <Col span="8">固件编译时间:</Col>
|
|
|
+ <Col span="14">{{deviceInfo.buildTime}}</Col>
|
|
|
+ </Row>
|
|
|
+ <Row class='margin_btm'>
|
|
|
+ <Col span="8">MAC地址:</Col>
|
|
|
+ <Col span="14">{{deviceInfo.macAddr}}</Col>
|
|
|
+ </Row>
|
|
|
+ <Row class='margin_btm'>
|
|
|
+ <Col span="8">V4网络模式:</Col>
|
|
|
+ <Col span="14">{{deviceInfo.netMode}}</Col>
|
|
|
+ </Row>
|
|
|
+ <Row class='margin_btm'>
|
|
|
+ <Col span="8">IPv4地址:</Col>
|
|
|
+ <Col span="14">{{deviceInfo.ipAddr}}</Col>
|
|
|
+ </Row>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </Col>
|
|
|
|
|
|
</Col>
|
|
|
</Row>
|
|
@@ -267,6 +267,7 @@ export default {
|
|
|
if(res.data[i].isChMC == 1) {
|
|
|
this.currentIndex = i
|
|
|
this.$store.commit('setIndex', i)
|
|
|
+ this.$store.commit('currName', res.data[i].name)
|
|
|
}
|
|
|
}
|
|
|
t.serverList = res.data
|
|
@@ -552,7 +553,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.model-contect {
|
|
|
-
|
|
|
+ padding-bottom: 20px;
|
|
|
margin-top: 0 !important;
|
|
|
padding-top: 8px;
|
|
|
/*padding: 8px 20px 0 20px;*/
|