签名照上传提示

This commit is contained in:
yunkexin 2024-05-28 09:55:52 +08:00
parent f1c08e1a61
commit 76c8b10dd7
2 changed files with 13 additions and 1 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "mh-safe-web", "name": "mh-lcmk-sms-web",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@ -32,6 +32,7 @@ import {
Button, Button,
DatePicker, DatePicker,
Select, Select,
notification
} from "antd"; } from "antd";
import styles from "./dashboard.css"; import styles from "./dashboard.css";
import "slick-carousel/slick/slick.css"; import "slick-carousel/slick/slick.css";
@ -48,6 +49,17 @@ const formItemLayout = {
labelCol: { span: 6 }, labelCol: { span: 6 },
wrapperCol: { span: 14 }, wrapperCol: { span: 14 },
}; };
const openNotification = (placement) => {
notification.info({
duration: null,
top: 43,
message: `签名照上传提示:`,
description: "您还没上传自己的签名照片,请在我的资料中尽快上传您的签名照!",
placement,
});
};
const AllTech = (props) => { const AllTech = (props) => {
return ( return (
<Col <Col