diff --git a/src/components/ConfigManager/device.vue b/src/components/ConfigManager/device.vue index 1dd1801..8b9a323 100644 --- a/src/components/ConfigManager/device.vue +++ b/src/components/ConfigManager/device.vue @@ -382,13 +382,13 @@ fieldList: [ { label: "因子名称", - value: "codeProperty", + value: "codeproperty", minWidth: 100, tooltip: true }, { label: "因子ASCII码", - value: "codeAscll", + value: "codeascii", minWidth: 100, tooltip: true } diff --git a/src/components/ConfigManager/device.vue b/src/components/ConfigManager/device.vue index 1dd1801..8b9a323 100644 --- a/src/components/ConfigManager/device.vue +++ b/src/components/ConfigManager/device.vue @@ -382,13 +382,13 @@ fieldList: [ { label: "因子名称", - value: "codeProperty", + value: "codeproperty", minWidth: 100, tooltip: true }, { label: "因子ASCII码", - value: "codeAscll", + value: "codeascii", minWidth: 100, tooltip: true } diff --git a/src/components/ConfigManager/factor.vue b/src/components/ConfigManager/factor.vue index f38f0b9..54cd6d5 100644 --- a/src/components/ConfigManager/factor.vue +++ b/src/components/ConfigManager/factor.vue @@ -50,11 +50,11 @@ initCurpage: 1, data: [], fieldList: [ - { label: "因子名称", value: "codeProperty", minWidth: 150, tooltip: true }, - { label: "因子ASCII码", value: "codeAscll", minWidth: 100, tooltip: true }, + { label: "因子名称", value: "codeproperty", minWidth: 150, tooltip: true }, + { label: "因子ASCII码", value: "codeascii", minWidth: 100, tooltip: true }, { label: "水文编号", value: "code", minWidth: 100, tooltip: true }, - { label: "因子最大值", value: "maxValue", minWidth: 100, tooltip: true }, - { label: "因子最小值", value: "minValue", minWidth: 100, tooltip: true }, + { label: "因子最大值", value: "maxvalue", minWidth: 100, tooltip: true }, + { label: "因子最小值", value: "minvalue", minWidth: 100, tooltip: true }, { label: "因子单位", value: "unit", minWidth: 100, tooltip: true }, ] } diff --git a/src/components/ConfigManager/device.vue b/src/components/ConfigManager/device.vue index 1dd1801..8b9a323 100644 --- a/src/components/ConfigManager/device.vue +++ b/src/components/ConfigManager/device.vue @@ -382,13 +382,13 @@ fieldList: [ { label: "因子名称", - value: "codeProperty", + value: "codeproperty", minWidth: 100, tooltip: true }, { label: "因子ASCII码", - value: "codeAscll", + value: "codeascii", minWidth: 100, tooltip: true } diff --git a/src/components/ConfigManager/factor.vue b/src/components/ConfigManager/factor.vue index f38f0b9..54cd6d5 100644 --- a/src/components/ConfigManager/factor.vue +++ b/src/components/ConfigManager/factor.vue @@ -50,11 +50,11 @@ initCurpage: 1, data: [], fieldList: [ - { label: "因子名称", value: "codeProperty", minWidth: 150, tooltip: true }, - { label: "因子ASCII码", value: "codeAscll", minWidth: 100, tooltip: true }, + { label: "因子名称", value: "codeproperty", minWidth: 150, tooltip: true }, + { label: "因子ASCII码", value: "codeascii", minWidth: 100, tooltip: true }, { label: "水文编号", value: "code", minWidth: 100, tooltip: true }, - { label: "因子最大值", value: "maxValue", minWidth: 100, tooltip: true }, - { label: "因子最小值", value: "minValue", minWidth: 100, tooltip: true }, + { label: "因子最大值", value: "maxvalue", minWidth: 100, tooltip: true }, + { label: "因子最小值", value: "minvalue", minWidth: 100, tooltip: true }, { label: "因子单位", value: "unit", minWidth: 100, tooltip: true }, ] } diff --git a/src/components/ServiceWatch/components/applied.vue b/src/components/ServiceWatch/components/applied.vue index 5fb022b..e1bf057 100644 --- a/src/components/ServiceWatch/components/applied.vue +++ b/src/components/ServiceWatch/components/applied.vue @@ -84,17 +84,7 @@ refresh: 1, initCurpage: 1, isLevel: true, - data: [ - // { - // "exeName": "ins-ctpq7oqv", - // "serverIp": "127.0.0.1", - // "homePath": "/src/util/ruter", - // "pid": "82731", - // "port": "8080", - // "status": 0, - // "updateTime": "2020-12-10 23:33:00", - // } - ], + data: [], fieldList: [ { label: "应用名称", value: "exeName", minWidth: 120, tooltip: true }, { @@ -180,24 +170,7 @@ ] }, //应用图表相关 - applyChartInfo: [ - // { - // chartName: "cpu", - // chartData: { - // nameList: ["cpu"], - // xList: ["2021-01-21 14:51:01","2021-01-21 14:51:01","2021-01-21 14:51:01"], - // dataList: [[33,44,55]] - // } - // }, - // { - // chartName: "mem", - // chartData: { - // nameList: ["mem"], - // xList: ["2021-01-21 14:51:01","2021-01-21 14:51:01","2021-01-21 14:51:01"], - // dataList: [[33,44,55]] - // } - // } - ], + applyChartInfo: [], xList: [], loading: false }; @@ -276,15 +249,6 @@