Commit fd179ef2 authored by van.chen's avatar van.chen

disable

parent bbeb70e7
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<div class="bottomPart"> <div class="bottomPart">
<ListItem multipleLine *ngFor="let a of devices;let i = index"> <ListItem multipleLine *ngFor="let a of devices;let i = index">
{{a.fieldDeviceName}} {{a.fieldDeviceName}}
<v-switch [value]="a.value" [disabled]="true" (click)="toggle(a)" [loading]="a.loading"></v-switch> <v-switch [value]="a.value" [disabled]="true" [loading]="a.loading"></v-switch>
</ListItem> </ListItem>
</div> </div>
</PullToRefresh> </PullToRefresh>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment