|
@@ -58,12 +58,12 @@ const gatewayColumns = [
|
|
|
];
|
|
|
|
|
|
const agreementColumns = [
|
|
|
- {
|
|
|
- title: t('registerGateway.stationNumber'),
|
|
|
- dataIndex: 'station',
|
|
|
- key: 'station',
|
|
|
- ellipsis: true,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: t('registerGateway.stationNumber'),
|
|
|
+ // dataIndex: 'station',
|
|
|
+ // key: 'station',
|
|
|
+ // ellipsis: true,
|
|
|
+ // },
|
|
|
{
|
|
|
title: t('registerGateway.agreement'),
|
|
|
dataIndex: 'protocolName',
|
|
@@ -413,11 +413,11 @@ onMounted(() => {
|
|
|
</AFlex>
|
|
|
|
|
|
<ATable :columns="agreementColumns" :data-source="item.protocols" :pagination="false">
|
|
|
- <template #bodyCell="{ column, record }">
|
|
|
+ <!-- <template #bodyCell="{ column, record }">
|
|
|
<template v-if="column.key === 'station'">
|
|
|
<AInputNumber v-if="gatewayEditor" v-model:value="record.station" :min="0" />
|
|
|
</template>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
</ATable>
|
|
|
</ACollapsePanel>
|
|
|
</ACollapse>
|