@@ -76,6 +76,11 @@ const tableList: any = []
const selectValue = ref('1')
const options = [
+ {
+ value: '3',
+ label: '全部',
+ },
+
{
value: '1',
label: '奇次',
@@ -84,10 +89,6 @@ const options = [
value: '2',
label: '偶次',
},
- {
- value: '3',
- label: '全部',
- },
]
interface RowVO {
diff --git a/src/views/govern/device/control/tabs/trend.vue b/src/views/govern/device/control/tabs/trend.vue
index 86ad92e..2e117eb 100644
--- a/src/views/govern/device/control/tabs/trend.vue
+++ b/src/views/govern/device/control/tabs/trend.vue
@@ -20,8 +20,8 @@
-
-
+
+
@@ -108,7 +108,7 @@ searchForm.value = {
searchBeginTime: '',
searchEndTime: '',
dataLevel: 'Primary',
- valueType:''
+ valueType: 'avg'
}
//统计指标
const indexOptions: any = ref([])
diff --git a/src/views/govern/device/control/testItemRecords.vue b/src/views/govern/device/control/testItemRecords.vue
index 2340f9f..d50ad42 100644
--- a/src/views/govern/device/control/testItemRecords.vue
+++ b/src/views/govern/device/control/testItemRecords.vue
@@ -31,6 +31,9 @@ const dataList = ref([])
const key: any = ref(0)
const column: any = ref([
{ field: 'itemName', title: '名称', width: '100px' },
+ { field: 'startTime', title: '数据起始时间', width: '140px' },
+ { field: 'endTime', title: '数据结束时间', width: '140px' },
+ { field: 'statisticalInterval', title: '统计间隔', width: '100px' },
{ field: 'voltageLevel', title: '电压等级', width: '100px' },
{ field: 'volConType', title: ' 电压接线方式', width: '100px' },
{ field: 'capacitySi', title: '用户协议容量', width: '100px' },
@@ -38,9 +41,7 @@ const column: any = ref([
{ field: 'capacitySscmin', title: '最小短路容量', width: '100px' },
{ field: 'capacitySt', title: '供电设备容量', width: '100px' },
{ field: 'location', title: ' 测试位置', width: '100px' },
- { field: 'startTime', title: '数据起始时间', width: '140px' },
- { field: 'endTime', title: '数据结束时间', width: '140px' },
- { field: 'statisticalInterval', title: '统计间隔', width: '100px' },
+
{ field: 'ct', title: 'CT', width: '70px' },
{ field: 'pt', title: 'PT', width: '70px' },
diff --git a/src/views/govern/device/manage/index.vue b/src/views/govern/device/manage/index.vue
index f79e14c..b58ab02 100644
--- a/src/views/govern/device/manage/index.vue
+++ b/src/views/govern/device/manage/index.vue
@@ -5,14 +5,14 @@
-
模版数据分组
-
+ -->
{{ deviceData.name }}
diff --git a/src/views/govern/manage/factory.vue b/src/views/govern/manage/factory.vue
index 6f8a983..1ea1333 100644
--- a/src/views/govern/manage/factory.vue
+++ b/src/views/govern/manage/factory.vue
@@ -22,13 +22,13 @@
-
+