| ... | ... | @@ -71,7 +71,11 @@ | 
| 71 | 71 | <div class="!flex flex-col justify-between"> | 
| 72 | 72 | <Description v-if="recordData" @register="register" :data="recordData" :contentStyle="CS" /> | 
| 73 | 73 | <div class="!flex mt-3"> | 
| 74 |  | -          <a-button :loading="loadStatus" type="primary" @click="handleEventIsSyncEdge" | 
|  | 74 | +          <a-button | 
|  | 75 | +            :disabled="!recordData.active" | 
|  | 76 | +            :loading="loadStatus" | 
|  | 77 | +            type="primary" | 
|  | 78 | +            @click="handleEventIsSyncEdge" | 
| 75 | 79 | >同步边缘</a-button | 
| 76 | 80 | > | 
| 77 | 81 | <!-- <a-button class="ml-4" type="primary" @click="handleEventIsOpenEdgeDevice" | 
... | ... |  |