Commit 2144b5ff authored by beisir's avatar beisir

Merge branch 'feature/service-product' of...

Merge branch 'feature/service-product' of git.quantgroup.cn:ui/merchant-manage-ui into feature/service-product
parents e21f8016 ec01938a
......@@ -215,7 +215,7 @@ const StoreModal = props => {
<FormItem label="营业时间" required>
{times &&
times.map((item, i) => (
<div className={style.timerWrapper}>
<div className={style.timerWrapper} key={item.name}>
<div>
<FormItem name={item.name}>
{getFieldDecorator(item.name, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment