fix-trial
This commit is contained in:
parent
8d09386272
commit
9ad80c5159
@ -218,6 +218,7 @@ function renderTrialPeriodsTable() {
|
|||||||
pageData.forEach(period => {
|
pageData.forEach(period => {
|
||||||
const row = document.createElement('tr');
|
const row = document.createElement('tr');
|
||||||
|
|
||||||
|
// 显示客户名称,如果找不到则显示ID
|
||||||
const customerName = customersMap[period.customerId] || period.customerId;
|
const customerName = customersMap[period.customerId] || period.customerId;
|
||||||
const startTime = formatDateTime(period.startTime);
|
const startTime = formatDateTime(period.startTime);
|
||||||
const endTime = formatDateTime(period.endTime);
|
const endTime = formatDateTime(period.endTime);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user