diff --git a/src/views/DataCollect/Collector/Point/index.vue b/src/views/DataCollect/Collector/Point/index.vue index 44351f32..0af577a7 100644 --- a/src/views/DataCollect/Collector/Point/index.vue +++ b/src/views/DataCollect/Collector/Point/index.vue @@ -99,8 +99,8 @@ @click="handleClick" :active="_selectedRowKeys.includes(slotProps.id)" class="card-box" - :status="getState(slotProps).value" - :statusText="getState(slotProps)?.text" + :status="slotProps?.runningState?.value" + :statusText="slotProps?.runningState?.text" :statusNames="Object.fromEntries(colorMap.entries())" >