|
@@ -54,14 +54,14 @@ const props = defineProps<UseGuideStepItemProps<RegisterGatewayForm>>();
|
|
|
const protocolColumns = [
|
|
|
{
|
|
|
title: t('setupProtocol.protocolParamFields.paramName'),
|
|
|
- dataIndex: 'paramName',
|
|
|
- key: 'paramName',
|
|
|
+ dataIndex: 'gatewayParamName',
|
|
|
+ key: 'gatewayParamName',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: t('setupProtocol.protocolParamFields.paramCode'),
|
|
|
- dataIndex: 'paramCode',
|
|
|
- key: 'paramCode',
|
|
|
+ dataIndex: 'gatewayParamCode',
|
|
|
+ key: 'gatewayParamCode',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|