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