|
@@ -599,7 +599,7 @@ export const formResourceQuotaSchema: FormSchema[] = [
|
|
|
show: false,
|
|
|
},
|
|
|
{
|
|
|
- field: 'websitesQuota',
|
|
|
+ field: 'websiteQuota',
|
|
|
label: '临时站点额度',
|
|
|
component: 'InputNumber',
|
|
|
componentProps: {
|
|
@@ -607,7 +607,7 @@ export const formResourceQuotaSchema: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'websitesUsed',
|
|
|
+ field: 'websiteUsage',
|
|
|
label: "已创建站点",
|
|
|
component: 'InputNumber',
|
|
|
componentProps: {
|
|
@@ -623,7 +623,7 @@ export const formResourceQuotaSchema: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'aiPowerUsed',
|
|
|
+ field: 'aiPowerUsage',
|
|
|
label: 'AI算力用量',
|
|
|
component: 'InputNumber',
|
|
|
componentProps: {
|
|
@@ -639,7 +639,7 @@ export const formResourceQuotaSchema: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'customsDataUsed',
|
|
|
+ field: 'customsDataUsage',
|
|
|
label: '外贸大数据用量',
|
|
|
component: 'InputNumber',
|
|
|
componentProps: {
|