|
@@ -423,7 +423,7 @@ export const speedSchema: FormSchema[] = [ |
|
@@ -423,7 +423,7 @@ export const speedSchema: FormSchema[] = [ |
|
423
|
label: '传输租户信息',
|
423
|
label: '传输租户信息',
|
|
424
|
colProps: { span: 12 },
|
424
|
colProps: { span: 12 },
|
|
425
|
component: 'CreateSpeed',
|
425
|
component: 'CreateSpeed',
|
|
426
|
- defaultValue: '0',
|
426
|
+ // defaultValue: '0',
|
|
427
|
changeEvent: 'update:value',
|
427
|
changeEvent: 'update:value',
|
|
428
|
componentProps: {
|
428
|
componentProps: {
|
|
429
|
placeholder: '请输入(请输入数字)',
|
429
|
placeholder: '请输入(请输入数字)',
|
|
@@ -432,7 +432,6 @@ export const speedSchema: FormSchema[] = [ |
|
@@ -432,7 +432,6 @@ export const speedSchema: FormSchema[] = [ |
|
432
|
},
|
432
|
},
|
|
433
|
{
|
433
|
{
|
|
434
|
field: 'transportDeviceMsgRateLimit',
|
434
|
field: 'transportDeviceMsgRateLimit',
|
|
435
|
- defaultValue: '0',
|
|
|
|
436
|
label: '传输设备信息',
|
435
|
label: '传输设备信息',
|
|
437
|
colProps: { span: 12 },
|
436
|
colProps: { span: 12 },
|
|
438
|
component: 'CreateSpeed',
|
437
|
component: 'CreateSpeed',
|
|
@@ -443,7 +442,6 @@ export const speedSchema: FormSchema[] = [ |
|
@@ -443,7 +442,6 @@ export const speedSchema: FormSchema[] = [ |
|
443
|
},
|
442
|
},
|
|
444
|
{
|
443
|
{
|
|
445
|
field: 'transportTenantTelemetryMsgRateLimit',
|
444
|
field: 'transportTenantTelemetryMsgRateLimit',
|
|
446
|
- defaultValue: '0',
|
|
|
|
447
|
label: '传输租户遥测消息',
|
445
|
label: '传输租户遥测消息',
|
|
448
|
colProps: { span: 12 },
|
446
|
colProps: { span: 12 },
|
|
449
|
component: 'CreateSpeed',
|
447
|
component: 'CreateSpeed',
|
|
@@ -454,7 +452,6 @@ export const speedSchema: FormSchema[] = [ |
|
@@ -454,7 +452,6 @@ export const speedSchema: FormSchema[] = [ |
|
454
|
},
|
452
|
},
|
|
455
|
{
|
453
|
{
|
|
456
|
field: 'transportDeviceTelemetryMsgRateLimit',
|
454
|
field: 'transportDeviceTelemetryMsgRateLimit',
|
|
457
|
- defaultValue: '0',
|
|
|
|
458
|
label: '传输设备遥测消息',
|
455
|
label: '传输设备遥测消息',
|
|
459
|
colProps: { span: 12 },
|
456
|
colProps: { span: 12 },
|
|
460
|
component: 'CreateSpeed',
|
457
|
component: 'CreateSpeed',
|
|
@@ -492,6 +489,7 @@ export const speedSchema: FormSchema[] = [ |
|
@@ -492,6 +489,7 @@ export const speedSchema: FormSchema[] = [ |
|
492
|
placeholder: '请输入(请输入数字)',
|
489
|
placeholder: '请输入(请输入数字)',
|
|
493
|
title: '租户REST请求',
|
490
|
title: '租户REST请求',
|
|
494
|
},
|
491
|
},
|
|
|
|
492
|
+ defaultValue: '',
|
|
495
|
},
|
493
|
},
|
|
496
|
{
|
494
|
{
|
|
497
|
field: 'customerServerRestLimitsConfiguration',
|
495
|
field: 'customerServerRestLimitsConfiguration',
|
|
@@ -502,6 +500,7 @@ export const speedSchema: FormSchema[] = [ |
|
@@ -502,6 +500,7 @@ export const speedSchema: FormSchema[] = [ |
|
502
|
placeholder: '请输入(请输入数字)',
|
500
|
placeholder: '请输入(请输入数字)',
|
|
503
|
title: '客户REST请求',
|
501
|
title: '客户REST请求',
|
|
504
|
},
|
502
|
},
|
|
|
|
503
|
+ defaultValue: '',
|
|
505
|
},
|
504
|
},
|
|
506
|
{
|
505
|
{
|
|
507
|
field: 'tenantEntityExportRateLimit',
|
506
|
field: 'tenantEntityExportRateLimit',
|
|
@@ -532,6 +531,7 @@ export const speedSchema: FormSchema[] = [ |
|
@@ -532,6 +531,7 @@ export const speedSchema: FormSchema[] = [ |
|
532
|
placeholder: '请输入(请输入数字)',
|
531
|
placeholder: '请输入(请输入数字)',
|
|
533
|
title: '会话WS更新',
|
532
|
title: '会话WS更新',
|
|
534
|
},
|
533
|
},
|
|
|
|
534
|
+ defaultValue: '',
|
|
535
|
},
|
535
|
},
|
|
536
|
{
|
536
|
{
|
|
537
|
field: 'cassandraQueryTenantRateLimitsConfiguration',
|
537
|
field: 'cassandraQueryTenantRateLimitsConfiguration',
|
|
@@ -542,6 +542,7 @@ export const speedSchema: FormSchema[] = [ |
|
@@ -542,6 +542,7 @@ export const speedSchema: FormSchema[] = [ |
|
542
|
placeholder: '请输入(请输入数字)',
|
542
|
placeholder: '请输入(请输入数字)',
|
|
543
|
title: '租户Cassandra查询',
|
543
|
title: '租户Cassandra查询',
|
|
544
|
},
|
544
|
},
|
|
|
|
545
|
+ defaultValue: '',
|
|
545
|
},
|
546
|
},
|
|
546
|
{
|
547
|
{
|
|
547
|
field: 'tenantNotificationRequestsRateLimit',
|
548
|
field: 'tenantNotificationRequestsRateLimit',
|