fix bug
This commit is contained in:
@@ -85,6 +85,7 @@ export const option = {
|
||||
type: 'number',
|
||||
min: 0,
|
||||
max: 999,
|
||||
formatter: row => (Number(row.defaultFinishDays) === -1 ? '' : row.defaultFinishDays),
|
||||
span: 12,
|
||||
minWidth: 170,
|
||||
addDisplay: false,
|
||||
|
||||
Reference in New Issue
Block a user