Compare commits
2 Commits
567ae02c48
...
b4ea8907d7
| Author | SHA1 | Date | |
|---|---|---|---|
| b4ea8907d7 | |||
| 7ed87f59ee |
@@ -527,6 +527,14 @@ const columns = [
|
||||
width: 120,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: 'Country or Region',
|
||||
dataIndex: 'countryOrRegion',
|
||||
key: 'countryOrRegion',
|
||||
align: 'center',
|
||||
width: 120,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: 'Start Time',
|
||||
dataIndex: 'currentPeriodStart',
|
||||
@@ -649,6 +657,7 @@ const openEdit = (record: SubscriptionPlan) => {
|
||||
formState.accountNum = (record as any).accountNum || null
|
||||
formState.status = record.status
|
||||
formState.id = record.id
|
||||
formState.countryOrRegion = (record as any).countryOrRegion || null
|
||||
|
||||
// 检查组织ID是否在已加载的组织列表中,如果不在,则添加临时项
|
||||
if (record.organizationId) {
|
||||
|
||||
Reference in New Issue
Block a user