fix(对账组件): 统一清理组件中的默认时间值
This commit is contained in:
@@ -39,7 +39,7 @@ function transformData(rows: RowType[]) {
|
||||
orderMoney: '',
|
||||
realMoney: '',
|
||||
districtMoney: '',
|
||||
startTime: props.payment?.ctime || '',
|
||||
startTime: '',
|
||||
endTime: '',
|
||||
}));
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ function transformData(rows: RowType[]) {
|
||||
orderMoney: String(row.point),
|
||||
realMoney: '',
|
||||
districtMoney: '',
|
||||
startTime: props.payment?.ctime || '',
|
||||
startTime: '',
|
||||
endTime: '',
|
||||
}));
|
||||
}
|
||||
|
||||
@@ -41,8 +41,8 @@ function transformData(rows: RowType[]) {
|
||||
orderMoney: '',
|
||||
realMoney: '',
|
||||
districtMoney: '',
|
||||
startTime: row.createDate,
|
||||
endTime: String(row.studyDays),
|
||||
startTime: props.payment?.ctime || '',
|
||||
endTime: '',
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ function transformData(rows: RowType[]) {
|
||||
orderMoney: String(row.price),
|
||||
realMoney: '',
|
||||
districtMoney: '',
|
||||
startTime: props.payment?.ctime || '',
|
||||
startTime: '',
|
||||
endTime: '',
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user