Commit dd28f8e4 authored by 武广's avatar 武广

fix: 修改错误文案文字

parent 25f72d2d
...@@ -66,7 +66,7 @@ const AddModal = props => { ...@@ -66,7 +66,7 @@ const AddModal = props => {
} }
/> />
</Form.Item> </Form.Item>
<Form.Item label="餐类型"> <Form.Item label="餐类型">
<span>到店</span> <span>到店</span>
</Form.Item> </Form.Item>
</Form> </Form>
......
...@@ -45,7 +45,7 @@ export const columns = props => [ ...@@ -45,7 +45,7 @@ export const columns = props => [
align: 'center', align: 'center',
}, },
{ {
title: '类型', title: '类型',
key: 'mealType', key: 'mealType',
dataIndex: 'mealType', dataIndex: 'mealType',
align: 'center', align: 'center',
......
...@@ -42,7 +42,7 @@ const EditRepastModal = props => { ...@@ -42,7 +42,7 @@ const EditRepastModal = props => {
return ( return (
<> <>
<Modal <Modal
title="餐类型" title="餐类型"
onOk={onOk} onOk={onOk}
visible={editVisible} visible={editVisible}
onCancel={() => handleCancel(false)} onCancel={() => handleCancel(false)}
......
...@@ -320,10 +320,10 @@ const CustomerInfo = props => { ...@@ -320,10 +320,10 @@ const CustomerInfo = props => {
</Form.Item> </Form.Item>
)} )}
<Form.Item <Form.Item
label="企业截时间" label="企业截时间"
name="endOrderTime" name="endOrderTime"
wrapperCol={{ span: 20 }} wrapperCol={{ span: 20 }}
rules={[{ required: true, message: '请输入企业截时间!' }]} rules={[{ required: true, message: '请输入企业截时间!' }]}
extra={<span>企业员工下单的截至时间,仅支持正整数,单位为分钟。</span>} extra={<span>企业员工下单的截至时间,仅支持正整数,单位为分钟。</span>}
> >
<InputNumber min={0} max={600} addonAfter="分钟" /> <InputNumber min={0} max={600} addonAfter="分钟" />
......
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