Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
merchant-manage-ui
Commits
1083bb11
Commit
1083bb11
authored
May 25, 2023
by
武广
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改文案
parent
a828ead5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
SendModal.jsx
src/pages/GoodsManage/Takeaway/components/SendModal.jsx
+1
-1
FormTakeaway.jsx
src/pages/ServiceGoods/components/FormTakeaway.jsx
+2
-2
No files found.
src/pages/GoodsManage/Takeaway/components/SendModal.jsx
View file @
1083bb11
...
@@ -45,7 +45,7 @@ const SendModal = options => {
...
@@ -45,7 +45,7 @@ const SendModal = options => {
<
Radio
.
Group
options=
{
radioOptions
}
/>
<
Radio
.
Group
options=
{
radioOptions
}
/>
</
Form
.
Item
>
</
Form
.
Item
>
</
Form
>
</
Form
>
<
div
>
开启后顾客单
点这些商品不可下单
</
div
>
<
div
>
选择单点不送后顾客单独
点这些商品不可下单
</
div
>
</
Modal
>
</
Modal
>
);
);
};
};
...
...
src/pages/ServiceGoods/components/FormTakeaway.jsx
View file @
1083bb11
...
@@ -45,7 +45,7 @@ const createInitValues = () => ({
...
@@ -45,7 +45,7 @@ const createInitValues = () => ({
detailImageList
:
[],
// 商品图片
detailImageList
:
[],
// 商品图片
stock
:
'
1
'
,
// 库存类型
stock
:
'
1
'
,
// 库存类型
saleTimeType
:
0
,
// 售卖时间
saleTimeType
:
0
,
// 售卖时间
singleDelivery
:
0
,
// 单点不送
singleDelivery
:
1
,
// 单点不送
list
:
1
,
// 列出商品
list
:
1
,
// 列出商品
label
:
[],
label
:
[],
minPurchaseNum
:
1
,
minPurchaseNum
:
1
,
...
@@ -820,7 +820,7 @@ const TakeawayGoodsInfo = forwardRef((props, ref) => {
...
@@ -820,7 +820,7 @@ const TakeawayGoodsInfo = forwardRef((props, ref) => {
<Form.Item
<Form.Item
name="singleDelivery"
name="singleDelivery"
label="是否单点不送"
label="是否单点不送"
extra="
开启后顾客点单则此商品不可
下单"
extra="
选择单点不送后顾客点该商品不可单独
下单"
>
>
<Radio.Group>
<Radio.Group>
<Radio value={1}>单点送</Radio>
<Radio value={1}>单点送</Radio>
...
...
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