Selaa lähdekoodia

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

wangshun 3 viikkoa sitten
vanhempi
sitoutus
8f81d21211
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  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,
   },
   {