fix: 校验

This commit is contained in:
GranceWang 2024-08-24 11:08:45 +08:00
parent 2fbbf8b80d
commit f7563f3383

View File

@ -643,7 +643,7 @@ const tableItemPlus = (e: any) => {
if (currTotal >=obj.total) {
ElMessage({
type: 'error',
message: '当前药物速率已超过最大值'
message: `当前药物速率已超过设定的最大值${obj.total},不能增加只能减少`
})
return
};