refactor: add options
This commit is contained in:
parent
51663b3fe6
commit
9656ede0cb
2 changed files with 85 additions and 23 deletions
|
|
@ -80,6 +80,7 @@ type PropNumber = {
|
|||
type: 'number';
|
||||
fieldName: string;
|
||||
comma: boolean;
|
||||
decimal: boolean;
|
||||
decimalPlace: number;
|
||||
};
|
||||
|
||||
|
|
@ -91,6 +92,7 @@ type PropDate = {
|
|||
type PropOptions = {
|
||||
type: 'array';
|
||||
fieldName: string;
|
||||
options: string[];
|
||||
};
|
||||
|
||||
// Product
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue