提示英文优化
This commit is contained in:
@ -245,7 +245,7 @@
|
||||
const handleCheck = () => {
|
||||
if (!getSelectRowKeys().length) {
|
||||
notification.warning({
|
||||
message: 'Tip',
|
||||
message: '提示',
|
||||
description: '请选择需要盘点的数据'
|
||||
});
|
||||
return false;
|
||||
@ -260,7 +260,7 @@
|
||||
const handleHistory = () => {
|
||||
if (!getSelectRowKeys().length) {
|
||||
notification.warning({
|
||||
message: 'Tip',
|
||||
message: '提示',
|
||||
description: '请选择需要查询历史记录的数据'
|
||||
});
|
||||
return false;
|
||||
@ -273,7 +273,7 @@
|
||||
const handleScrap = () => {
|
||||
if (!getSelectRowKeys().length) {
|
||||
notification.warning({
|
||||
message: 'Tip',
|
||||
message: '提示',
|
||||
description: '请选择需要报废的数据'
|
||||
});
|
||||
return false;
|
||||
@ -300,7 +300,7 @@
|
||||
const handleExport = async () => {
|
||||
if (!getSelectRowKeys().length) {
|
||||
notification.warning({
|
||||
message: 'Tip',
|
||||
message: '提示',
|
||||
description: '请选择需要导出的数据'
|
||||
});
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user