chore: 修改签到时间错误提示文本

This commit is contained in:
2025-08-27 10:29:46 +08:00
parent 4e17a696d0
commit 605e486318

View File

@@ -3666,7 +3666,7 @@ export default defineComponent({
const handleSureStu = async () => {
// 检测开课前后的数值是否正确
if ( !(isNumber(state.afterStartValue) && isNumber(state.beforeValue))) {
message.warning("开始前或开始后数值有误,请重新填写")
message.warning("签到时间数值有误,请重新填写")
return
// if(!(state.afterStartValue === null && state.beforeValue === null)) {
// }