Browse Source

fix:修改流量历史(日)用量字段

develop
杜贤金 3 years ago
parent
commit
4118464b21
  1. 2
      src/views/informationmanage/carduse/index.vue

2
src/views/informationmanage/carduse/index.vue

@ -55,7 +55,7 @@ export default {
column: [
{
label: "用量(M)",
prop: "usageM",
prop: "usage",
width: 200,
},

Loading…
Cancel
Save