|
@@ -156,7 +156,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</a-table-column>
|
|
</a-table-column>
|
|
|
- <a-table-column title="人脸状态" :width="100" ellipsis tooltip>
|
|
|
|
|
|
|
+ <!-- <a-table-column title="人脸状态" :width="100" ellipsis tooltip>
|
|
|
<template #cell="{ record }">
|
|
<template #cell="{ record }">
|
|
|
<div v-if="record.face_state === 0" class="state">
|
|
<div v-if="record.face_state === 0" class="state">
|
|
|
<div class="circle zero"></div>未采集
|
|
<div class="circle zero"></div>未采集
|
|
@@ -168,7 +168,7 @@
|
|
|
<div class="circle else"></div>不通过
|
|
<div class="circle else"></div>不通过
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
- </a-table-column>
|
|
|
|
|
|
|
+ </a-table-column> -->
|
|
|
<a-table-column title="自动乐跑" :width="100" ellipsis tooltip :filterable="{
|
|
<a-table-column title="自动乐跑" :width="100" ellipsis tooltip :filterable="{
|
|
|
filters: [
|
|
filters: [
|
|
|
{ text: '开启', value: 1 },
|
|
{ text: '开启', value: 1 },
|
|
@@ -216,7 +216,7 @@
|
|
|
<a-button>操作 <icon-down /></a-button>
|
|
<a-button>操作 <icon-down /></a-button>
|
|
|
<template #content>
|
|
<template #content>
|
|
|
<a-doption @click="editAccount(record)"><icon-edit /> 编辑账号</a-doption>
|
|
<a-doption @click="editAccount(record)"><icon-edit /> 编辑账号</a-doption>
|
|
|
- <a-doption @click="faceRecoRef.openModal(record)"><icon-video-camera /> 人脸采集</a-doption>
|
|
|
|
|
|
|
+ <!-- <a-doption @click="faceRecoRef.openModal(record)"><icon-video-camera /> 人脸采集</a-doption> -->
|
|
|
<a-doption @click="SingleRun(record)"><icon-play-circle /> 开始单次乐跑</a-doption>
|
|
<a-doption @click="SingleRun(record)"><icon-play-circle /> 开始单次乐跑</a-doption>
|
|
|
<a-doption @click="ChangeAutoRun(record)"><icon-translate /> {{ record.auto_run ? '关闭' :
|
|
<a-doption @click="ChangeAutoRun(record)"><icon-translate /> {{ record.auto_run ? '关闭' :
|
|
|
'开启' }}自动乐跑</a-doption>
|
|
'开启' }}自动乐跑</a-doption>
|