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