Commit dd28f8e4 authored by 武广's avatar 武广

fix: 修改错误文案文字

parent 25f72d2d
......@@ -66,7 +66,7 @@ const AddModal = props => {
}
/>
</Form.Item>
<Form.Item label="餐类型">
<Form.Item label="餐类型">
<span>到店</span>
</Form.Item>
</Form>
......
......@@ -45,7 +45,7 @@ export const columns = props => [
align: 'center',
},
{
title: '类型',
title: '类型',
key: 'mealType',
dataIndex: 'mealType',
align: 'center',
......
......@@ -42,7 +42,7 @@ const EditRepastModal = props => {
return (
<>
<Modal
title="餐类型"
title="餐类型"
onOk={onOk}
visible={editVisible}
onCancel={() => handleCancel(false)}
......
......@@ -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="分钟" />
......
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