1.主网台账修改
This commit is contained in:
@@ -620,6 +620,7 @@ export default {
|
|||||||
{ prop: 'monitorId', label: '测点编号', width: 220 },
|
{ prop: 'monitorId', label: '测点编号', width: 220 },
|
||||||
{ prop: 'orgName', label: '组织机构名称', width: 170 },
|
{ prop: 'orgName', label: '组织机构名称', width: 170 },
|
||||||
{ prop: 'operationName', label: '运维单位名称', width: 170 },
|
{ prop: 'operationName', label: '运维单位名称', width: 170 },
|
||||||
|
{ prop: 'midStation', label: '变电站编号', width: 150 },
|
||||||
{ prop: 'powerrName', label: '变电站名称', width: 120 },
|
{ prop: 'powerrName', label: '变电站名称', width: 120 },
|
||||||
{ prop: 'busId', label: '母线编号', width: 180 },
|
{ prop: 'busId', label: '母线编号', width: 180 },
|
||||||
{ prop: 'lineName', label: '母线名称', width: 180 },
|
{ prop: 'lineName', label: '母线名称', width: 180 },
|
||||||
@@ -631,6 +632,7 @@ export default {
|
|||||||
{ prop: 'minShortCircuitCapacity', label: '最小短路容量', width: 120 },
|
{ prop: 'minShortCircuitCapacity', label: '最小短路容量', width: 120 },
|
||||||
{ prop: 'powerSupplyEqCapacity', label: '供电设备容量', width: 120 },
|
{ prop: 'powerSupplyEqCapacity', label: '供电设备容量', width: 120 },
|
||||||
{ prop: 'userAgreementCapacity', label: '用户协议容量', width: 120 },
|
{ prop: 'userAgreementCapacity', label: '用户协议容量', width: 120 },
|
||||||
|
{ prop: 'putDate', label: '投运日期', width: 120 },
|
||||||
{
|
{
|
||||||
prop: 'voltageDeviationUpperLimit',
|
prop: 'voltageDeviationUpperLimit',
|
||||||
label: '电压偏差限值(上)',
|
label: '电压偏差限值(上)',
|
||||||
@@ -1385,7 +1387,7 @@ export default {
|
|||||||
form.pageSize = this.total
|
form.pageSize = this.total
|
||||||
getAllMonitorPageList(form).then(res => {
|
getAllMonitorPageList(form).then(res => {
|
||||||
this.$refs.Monitoringpoint.exportData({
|
this.$refs.Monitoringpoint.exportData({
|
||||||
filename: '监测点台账', // 文件名字
|
filename: '监测点台账'+new Date().getTime(), // 文件名字
|
||||||
sheetName: 'Sheet1',
|
sheetName: 'Sheet1',
|
||||||
type: 'xlsx', //导出文件类型 xlsx 和 csv
|
type: 'xlsx', //导出文件类型 xlsx 和 csv
|
||||||
useStyle: true,
|
useStyle: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user