|
@ -85,9 +85,9 @@ |
|
|
:class="{ btn: true, selected: button.selected }" |
|
|
:class="{ btn: true, selected: button.selected }" |
|
|
class="zmhlbtn" |
|
|
class="zmhlbtn" |
|
|
@click="changeLine(button)"> |
|
|
@click="changeLine(button)"> |
|
|
<div v-if="button.lockStatus" class="btn-back"> |
|
|
<!-- <div v-if="button.lockStatus" class="btn-back"> |
|
|
<stop-outlined /> |
|
|
<stop-outlined /> |
|
|
</div> |
|
|
</div> --> |
|
|
{{ button.name }} |
|
|
{{ button.name }} |
|
|
</button> |
|
|
</button> |
|
|
<div style="margin-top: 10px"> |
|
|
<div style="margin-top: 10px"> |
|
|