IO-1722 job size color in production card

This commit is contained in:
swtmply
2023-05-04 00:39:50 +08:00
parent 7f756bab88
commit 0cabd80b94
5 changed files with 91 additions and 0 deletions

View File

@@ -277,6 +277,15 @@ export default function ShopInfoSchedulingComponent({ form }) {
>
<InputNumber />
</Form.Item>
<Form.Item
label={"Job Color"} // TODO add translation
key={`${index}color`}
name={[field.name, "color"]}
>
<ColorpickerFormItemComponent />
</Form.Item>
<Space wrap>
<DeleteFilled
onClick={() => {