소스 검색

perf(views): 优化 “协议验证”步骤参数显示问题

wangshun 3 주 전
부모
커밋
8f81d21211
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/register-gateway/VerifyProtocol.vue

+ 4 - 4
src/views/register-gateway/VerifyProtocol.vue

@@ -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,
   },
   {