优化组件页面代码
This commit is contained in:
@@ -92,7 +92,7 @@ export function CreateDiscount(props: { onSuccess?: () => void }) {
|
||||
render={({ field, fieldState }) => (
|
||||
<Field>
|
||||
<FieldLabel htmlFor="discount-create-discount">
|
||||
代码
|
||||
折扣
|
||||
</FieldLabel>
|
||||
<Input
|
||||
id="discount-create-discount"
|
||||
|
||||
@@ -110,7 +110,7 @@ export function UpdateDiscount(props: {
|
||||
render={({ field, fieldState }) => (
|
||||
<Field>
|
||||
<FieldLabel htmlFor="discount-update-discount">
|
||||
代码
|
||||
折扣
|
||||
</FieldLabel>
|
||||
<Input
|
||||
id="discount-update-discount"
|
||||
|
||||
Reference in New Issue
Block a user