mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
chore: 修改签到时间错误提示文本
This commit is contained in:
@@ -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)) {
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user