menu1.0
fanluyan 3 months ago
parent c4f2b1f60f
commit 1b7fa0fc83

@ -116,6 +116,24 @@
show-overflow-tooltip
></el-table-column>
<el-table-column
prop="recvFlowStr"
label="当月接收流量M"
show-overflow-tooltip
>
<template slot-scope="scope">
<span>{{ (scope.row.recvFlowStr / 1024).toFixed(2) }}</span>
</template>
</el-table-column>
<el-table-column
prop="sendFlowStr"
label="当月发送流量(M)"
show-overflow-tooltip
>
<template slot-scope="scope">
<span>{{ (scope.row.sendFlowStr / 1024).toFixed(2) }}</span>
</template></el-table-column
>
<!-- <el-table-column
prop="recvFlowStr"
label="当月发送流量(M)"
show-overflow-tooltip
@ -124,7 +142,7 @@
prop="sendFlowStr"
label="当月接收流量M"
show-overflow-tooltip
></el-table-column>
></el-table-column> -->
<el-table-column
prop="protocolVersion"

Loading…
Cancel
Save