|
@@ -56,7 +56,7 @@ const QualityCreateForm: React.FC<iQualityCreateFormProps> = ({
|
|
|
<Form.Item name="bidsectionId" hidden>
|
|
|
<Input />
|
|
|
</Form.Item>
|
|
|
- <span className={[ styles.position, "pi-link-blue" ].join(" ")}>部位设置</span>
|
|
|
+ {/* <span className={[ styles.position, "pi-link-blue" ].join(" ")}>部位设置</span> */}
|
|
|
<Form.Item name="position" label="部位" rules={[ { required: true, message: '请选择' } ]}>
|
|
|
{/* <span className={[ styles.position, "pi-link-blue" ].join(" ")}>部位设置</span> */}
|
|
|
<Input />
|