mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
fix: 校验
This commit is contained in:
parent
2fbbf8b80d
commit
f7563f3383
|
@ -643,7 +643,7 @@ const tableItemPlus = (e: any) => {
|
|||
if (currTotal >=obj.total) {
|
||||
ElMessage({
|
||||
type: 'error',
|
||||
message: '当前药物速率已超过最大值'
|
||||
message: `当前药物速率已超过设定的最大值${obj.total},不能增加只能减少`
|
||||
})
|
||||
return
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user