1.口门门禁

hyx_2024-9-29_tongbu
guoyuepeng 2024-09-05 18:37:31 +08:00
parent 9f46d5a1e4
commit aaf496ca34
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -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>