diff --git a/src/views/data/electricity/components/networkBranch.vue b/src/views/data/electricity/components/networkBranch.vue index bb664b7..0118428 100644 --- a/src/views/data/electricity/components/networkBranch.vue +++ b/src/views/data/electricity/components/networkBranch.vue @@ -30,9 +30,9 @@ const loadingTable = ref(true) const columns = ref([ { text: '首端节点名称', value: 'fbusName', align: 'center' }, - { text: '首端节点编号', value: 'fbusId', align: 'center' }, + // { text: '首端节点编号', value: 'fbusId', align: 'center' }, { text: '末端节点名称', value: 'tbusName', align: 'center' }, - { text: '末端节点编号', value: 'tbusId', align: 'center' }, + // { text: '末端节点编号', value: 'tbusId', align: 'center' }, { text: '支路电阻标幺值', value: 'r', align: 'center' }, // { text: '支路电纳标幺值', value: 'b', align: 'center' }, // { text: '长距离输电容量', value: 'ratea', align: 'center' }, diff --git a/src/views/data/electricity/components/networkBranch.vue b/src/views/data/electricity/components/networkBranch.vue index bb664b7..0118428 100644 --- a/src/views/data/electricity/components/networkBranch.vue +++ b/src/views/data/electricity/components/networkBranch.vue @@ -30,9 +30,9 @@ const loadingTable = ref(true) const columns = ref([ { text: '首端节点名称', value: 'fbusName', align: 'center' }, - { text: '首端节点编号', value: 'fbusId', align: 'center' }, + // { text: '首端节点编号', value: 'fbusId', align: 'center' }, { text: '末端节点名称', value: 'tbusName', align: 'center' }, - { text: '末端节点编号', value: 'tbusId', align: 'center' }, + // { text: '末端节点编号', value: 'tbusId', align: 'center' }, { text: '支路电阻标幺值', value: 'r', align: 'center' }, // { text: '支路电纳标幺值', value: 'b', align: 'center' }, // { text: '长距离输电容量', value: 'ratea', align: 'center' }, diff --git a/src/views/data/electricity/network.vue b/src/views/data/electricity/network.vue index d623a5c..e4b82ab 100644 --- a/src/views/data/electricity/network.vue +++ b/src/views/data/electricity/network.vue @@ -163,13 +163,13 @@ - +