style: 改个名称2

This commit is contained in:
TsMask
2023-09-28 17:14:13 +08:00
parent f8d06b0573
commit 4cdf40b3b1

View File

@@ -152,7 +152,7 @@ function fnTableSize({ key }: MenuInfo) {
function fnSendFile(row: Record<string, any>) {
Modal.confirm({
title: '提示',
content: `确认下发编号为【${row.id}】的数据项文件?`,
content: `确认下发编号为【${row.id}】的数据项文件?`,
onOk() {
const key = 'downloadNeSoftware';
message.loading({ content: t('common.loading'), key });