diff --git a/apps/web-antd/src/views/device/device/detail/components/running/OnlineStatusPanel.vue b/apps/web-antd/src/views/device/device/detail/components/running/OnlineStatusPanel.vue index 059c799..4259a51 100644 --- a/apps/web-antd/src/views/device/device/detail/components/running/OnlineStatusPanel.vue +++ b/apps/web-antd/src/views/device/device/detail/components/running/OnlineStatusPanel.vue @@ -74,6 +74,7 @@ const loadList = async () => { productKey: props.deviceInfo.productObj.productKey, msgId: messageId.value?.trim() || undefined, isAsc: 'desc', + orderByColumn: 'createTime', pageNum: pagination.value.current, pageSize: pagination.value.pageSize, params: { diff --git a/apps/web-antd/src/views/device/device/detail/components/running/PropertyPanel.vue b/apps/web-antd/src/views/device/device/detail/components/running/PropertyPanel.vue index c1b8096..0b2910e 100644 --- a/apps/web-antd/src/views/device/device/detail/components/running/PropertyPanel.vue +++ b/apps/web-antd/src/views/device/device/detail/components/running/PropertyPanel.vue @@ -1,5 +1,5 @@ + + diff --git a/apps/web-antd/src/views/device/product/index.vue b/apps/web-antd/src/views/device/product/index.vue index 0478286..be40a20 100644 --- a/apps/web-antd/src/views/device/product/index.vue +++ b/apps/web-antd/src/views/device/product/index.vue @@ -1,115 +1,134 @@ + +
+ +
+ + + + +