Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
03b1b8f5
Commit
03b1b8f5
authored
Apr 11, 2022
by
Gavin Peng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 对接送货计划协同
parent
9c48e7c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
index.tsx
src/pages/order/components/CalendarModal/index.tsx
+6
-5
No files found.
src/pages/order/components/CalendarModal/index.tsx
View file @
03b1b8f5
/**
* 选择 日历 弹窗
* @author: Gavin
* @description:
*/
import
React
,
{
useImperativeHandle
,
useState
}
from
'react'
import
moment
from
'moment'
import
{
Alert
,
Calendar
,
Modal
}
from
'antd'
...
...
@@ -13,6 +8,12 @@ interface CalendarModalProps {
}
/**
* 选择 日历 弹窗
* @author: Gavin
* @description: 组件 ref 提供如下方法
* - test: () => void ------> 测试方法
*/
const
CalendarModal
=
React
.
forwardRef
((
props
:
CalendarModalProps
,
ref
:
React
.
Ref
<
unknown
>
)
=>
{
const
{}
=
props
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment