fix bug
This commit is contained in:
@@ -35,6 +35,7 @@ export const option = {
|
||||
border: true,
|
||||
index: true,
|
||||
indexLabel: '序号',
|
||||
indexWidth: 90,
|
||||
viewBtn: true,
|
||||
selection: true,
|
||||
dialogClickModal: false,
|
||||
@@ -70,6 +71,7 @@ export const option = {
|
||||
prop: 'previousMonthMileage',
|
||||
type: 'input',
|
||||
formslot: true,
|
||||
append: 'km',
|
||||
minWidth: 210,
|
||||
slot: true,
|
||||
rules: [{ validator: validateNonNegative, trigger: 'blur' }],
|
||||
@@ -79,6 +81,7 @@ export const option = {
|
||||
prop: 'currentMonthMileage',
|
||||
type: 'input',
|
||||
formslot: true,
|
||||
append: 'km',
|
||||
minWidth: 210,
|
||||
slot: true,
|
||||
rules: [{ validator: validateNonNegative, trigger: 'blur' }],
|
||||
@@ -88,6 +91,7 @@ export const option = {
|
||||
prop: 'monthlyMileage',
|
||||
type: 'input',
|
||||
formslot: true,
|
||||
append: 'km',
|
||||
minWidth: 170,
|
||||
slot: true,
|
||||
rules: [{ validator: validateNonNegative, trigger: 'blur' }],
|
||||
@@ -97,6 +101,7 @@ export const option = {
|
||||
prop: 'totalMileage',
|
||||
type: 'input',
|
||||
formslot: true,
|
||||
append: 'km',
|
||||
minWidth: 170,
|
||||
slot: true,
|
||||
rules: [{ validator: validateNonNegative, trigger: 'blur' }],
|
||||
|
||||
Reference in New Issue
Block a user