签名照上传提示
This commit is contained in:
parent
f1c08e1a61
commit
76c8b10dd7
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "mh-safe-web",
|
||||
"name": "mh-lcmk-sms-web",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
||||
@ -32,6 +32,7 @@ import {
|
||||
Button,
|
||||
DatePicker,
|
||||
Select,
|
||||
notification
|
||||
} from "antd";
|
||||
import styles from "./dashboard.css";
|
||||
import "slick-carousel/slick/slick.css";
|
||||
@ -48,6 +49,17 @@ const formItemLayout = {
|
||||
labelCol: { span: 6 },
|
||||
wrapperCol: { span: 14 },
|
||||
};
|
||||
|
||||
const openNotification = (placement) => {
|
||||
notification.info({
|
||||
duration: null,
|
||||
top: 43,
|
||||
message: `签名照上传提示:`,
|
||||
description: "您还没上传自己的签名照片,请在我的资料中尽快上传您的签名照!",
|
||||
placement,
|
||||
});
|
||||
};
|
||||
|
||||
const AllTech = (props) => {
|
||||
return (
|
||||
<Col
|
||||
|
||||
Loading…
Reference in New Issue
Block a user