|
@@ -103,7 +103,7 @@ const columns = [
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
- title: t('registerGateway.stationNumber'),
|
|
|
+ title: t('registerGateway.fromStationNumber'),
|
|
|
dataIndex: 'station',
|
|
|
key: 'station',
|
|
|
ellipsis: true,
|
|
@@ -538,7 +538,7 @@ onMounted(() => {
|
|
|
</ATable>
|
|
|
|
|
|
<AFlex justify="space-between">
|
|
|
- <AButton class="icon-button but-text" type="text" @click="addSlave">
|
|
|
+ <AButton class="but-text icon-button" type="text" @click="addSlave">
|
|
|
<SvgIcon name="plus" />
|
|
|
{{ $t('registerGateway.addStation') }}
|
|
|
</AButton>
|