1.口门门禁
parent
9f46d5a1e4
commit
aaf496ca34
|
@ -12,7 +12,7 @@
|
||||||
<xf-control v-if="type === 'xfbf01' || type ==='xfkzs01' || type ==='xfjyd01' || type ==='xfsy01'" :id="id" :type="type" :gangkou="gangkou"/>
|
<xf-control v-if="type === 'xfbf01' || type ==='xfkzs01' || type ==='xfjyd01' || type ==='xfsy01'" :id="id" :type="type" :gangkou="gangkou"/>
|
||||||
<alarm-device v-if="type === 'alarm'" :id="id" :type="type" :gangkou="gangkou"/>
|
<alarm-device v-if="type === 'alarm'" :id="id" :type="type" :gangkou="gangkou"/>
|
||||||
<mk-gate-machine
|
<mk-gate-machine
|
||||||
v-if="type === 'CAR'||type ==='PERSON' || type ==='CAMERA'"
|
v-if="type === 'CAR'||type ==='PERSON' || type ==='CAMERA'|| type ==='PERSON_MACHINE'|| type ==='CAR_MACHINE' "
|
||||||
:id="id"
|
:id="id"
|
||||||
:type="type"
|
:type="type"
|
||||||
:gangkou="gangkou"
|
:gangkou="gangkou"
|
||||||
|
|
|
@ -147,7 +147,6 @@
|
||||||
:class="['option','option'+index,{active:centerOptionsIndex === index}]"
|
:class="['option','option'+index,{active:centerOptionsIndex === index}]"
|
||||||
@click="centerOptionsClick(index,item.AREA)"
|
@click="centerOptionsClick(index,item.AREA)"
|
||||||
>
|
>
|
||||||
{{ item.label }}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
Loading…
Reference in New Issue