|
@@ -266,7 +266,7 @@
|
|
|
<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="bindBotRef.openModal(record)"><icon-robot-add /> 绑定智能机器人</a-doption>
|
|
|
|
|
|
|
+ <!-- <a-doption @click="bindBotRef.openModal(record)"><icon-robot-add /> 绑定智能机器人</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>
|
|
@@ -572,7 +572,7 @@ const handleAutoFill = () => {
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- const studentMatch = text.match(/\b\d{10}\b/)
|
|
|
|
|
|
|
+ const studentMatch = text.match(/\b20\d{8}\b/)
|
|
|
const emailMatch = text.match(/[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/)
|
|
const emailMatch = text.match(/[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/)
|
|
|
const areaMatch = matchArea(text)
|
|
const areaMatch = matchArea(text)
|
|
|
|
|
|