add button text
parent
3187c7be28
commit
36bc6653e2
|
|
@ -16,7 +16,7 @@ const DutyTablePage: FC = () => {
|
|||
return false;
|
||||
}}
|
||||
>
|
||||
<Button icon={<UploadOutlined />} />
|
||||
<Button icon={<UploadOutlined />}>上传排班表文件</Button>
|
||||
</Upload>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue