diff --git a/src/components/table/indexClick.vue b/src/components/table/indexClick.vue new file mode 100644 index 00000000..fec3b1c3 --- /dev/null +++ b/src/components/table/indexClick.vue @@ -0,0 +1,234 @@ + + + + + diff --git a/src/views/cockpit/teadyStatePowerQuality/limitViolationStatistics.vue b/src/views/cockpit/teadyStatePowerQuality/limitViolationStatistics.vue new file mode 100644 index 00000000..6cfdc71b --- /dev/null +++ b/src/views/cockpit/teadyStatePowerQuality/limitViolationStatistics.vue @@ -0,0 +1,129 @@ + + + diff --git a/src/views/cockpit/teadyStatePowerQuality/pointList.vue b/src/views/cockpit/teadyStatePowerQuality/pointList.vue new file mode 100644 index 00000000..3ef30515 --- /dev/null +++ b/src/views/cockpit/teadyStatePowerQuality/pointList.vue @@ -0,0 +1,106 @@ + + + diff --git a/types/table.d.ts b/types/table.d.ts index 2de0e007..80874eb4 100644 --- a/types/table.d.ts +++ b/types/table.d.ts @@ -82,8 +82,9 @@ declare global { column: VxeColumnProps, index: number ) => string - children?: TableColumn[], - property?:string + children?: TableColumn[] + property?: string + clickable?: boolean // 是否可点击 } /* 表格右侧操作按钮 */