移除Mock订单号输入框的提示文字恢复表单布局
This commit is contained in:
@@ -111,7 +111,6 @@ export function MockWorkOrderForm({ onCreated }: { onCreated: () => Promise<void
|
||||
label="订单号"
|
||||
name="platformOrderId"
|
||||
rules={[{ required: true, whitespace: true, message: '请填写订单号' }]}
|
||||
extra="订单号全局唯一,与已有工单重复将无法创建"
|
||||
>
|
||||
<Input placeholder="请输入订单号" />
|
||||
</Form.Item>
|
||||
|
||||
Reference in New Issue
Block a user