diff --git a/src/views/dashboard/Dashboard.vue b/src/views/dashboard/Dashboard.vue index 1cbdc3a..dbfe4a6 100644 --- a/src/views/dashboard/Dashboard.vue +++ b/src/views/dashboard/Dashboard.vue @@ -85,6 +85,12 @@ const getData = async () => { Online_color: device.device_normal_color, Offline_color: device.device_close_color, Error_color: device.device_error_color, + brand: device.brand || "", + device_model: device.device_model, + operation_name: device.operation_name, + operation_contact_person: device.operation_contact_person, + buying_date: device.buying_date, + created_at: device.created_at, bgSize: 50, } ]; diff --git a/src/views/dashboard/components/DashboardEffectScatterModal.vue b/src/views/dashboard/components/DashboardEffectScatterModal.vue index 3687470..20379df 100644 --- a/src/views/dashboard/components/DashboardEffectScatterModal.vue +++ b/src/views/dashboard/components/DashboardEffectScatterModal.vue @@ -257,24 +257,24 @@ const handleCancel = () => { {{ props.data.device_coordinate }} - +