|
@@ -313,7 +313,7 @@ onMounted(() => {
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<template v-if="column.key === 'snCode'">
|
|
<template v-if="column.key === 'snCode'">
|
|
- {{ record.gatewayInfos ? record.gatewayInfos[0].snCode : '' }}
|
|
|
|
|
|
+ {{ record.gatewayInfos.length > 0 ? record.gatewayInfos[0].snCode : '' }}
|
|
</template>
|
|
</template>
|
|
</template>
|
|
</template>
|
|
</ATable>
|
|
</ATable>
|
|
@@ -451,7 +451,8 @@ onMounted(() => {
|
|
|
|
|
|
.ant-pagination-item-link {
|
|
.ant-pagination-item-link {
|
|
color: #666;
|
|
color: #666;
|
|
- border: 1px solid #d6d6d6;
|
|
|
|
|
|
+
|
|
|
|
+ // border: 1px solid #d6d6d6;
|
|
}
|
|
}
|
|
|
|
|
|
.ant-pagination-total-text {
|
|
.ant-pagination-total-text {
|