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
dd28f8e4
Commit
dd28f8e4
authored
Jun 29, 2023
by
武广
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改错误文案文字
parent
25f72d2d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
index.jsx
src/pages/StoreManagement/addModal/index.jsx
+1
-1
data.js
src/pages/StoreManagement/data.js
+1
-1
index.jsx
src/pages/StoreManagement/editRepastModal/index.jsx
+1
-1
CustomerInfo.jsx
src/pages/businessCustomer/components/CustomerInfo.jsx
+2
-2
No files found.
src/pages/StoreManagement/addModal/index.jsx
View file @
dd28f8e4
...
...
@@ -66,7 +66,7 @@ const AddModal = props => {
}
/>
</
Form
.
Item
>
<
Form
.
Item
label=
"餐
饮
类型"
>
<
Form
.
Item
label=
"餐
品
类型"
>
<
span
>
到店
</
span
>
</
Form
.
Item
>
</
Form
>
...
...
src/pages/StoreManagement/data.js
View file @
dd28f8e4
...
...
@@ -45,7 +45,7 @@ export const columns = props => [
align
:
'
center
'
,
},
{
title
:
'
餐
饮
类型
'
,
title
:
'
餐
品
类型
'
,
key
:
'
mealType
'
,
dataIndex
:
'
mealType
'
,
align
:
'
center
'
,
...
...
src/pages/StoreManagement/editRepastModal/index.jsx
View file @
dd28f8e4
...
...
@@ -42,7 +42,7 @@ const EditRepastModal = props => {
return
(
<>
<
Modal
title=
"餐
饮
类型"
title=
"餐
品
类型"
onOk=
{
onOk
}
visible=
{
editVisible
}
onCancel=
{
()
=>
handleCancel
(
false
)
}
...
...
src/pages/businessCustomer/components/CustomerInfo.jsx
View file @
dd28f8e4
...
...
@@ -320,10 +320,10 @@ const CustomerInfo = props => {
</
Form
.
Item
>
)
}
<
Form
.
Item
label=
"企业截
止
时间"
label=
"企业截
单
时间"
name=
"endOrderTime"
wrapperCol=
{
{
span
:
20
}
}
rules=
{
[{
required
:
true
,
message
:
'
请输入企业截
止
时间!
'
}]
}
rules=
{
[{
required
:
true
,
message
:
'
请输入企业截
单
时间!
'
}]
}
extra=
{
<
span
>
企业员工下单的截至时间,仅支持正整数,单位为分钟。
</
span
>
}
>
<
InputNumber
min=
{
0
}
max=
{
600
}
addonAfter=
"分钟"
/>
...
...
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