yukai 1 год назад
Родитель
Сommit
8f035f1157
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/iot/device/product/detail.vue

+ 1 - 1
src/views/iot/device/product/detail.vue

@@ -35,7 +35,7 @@
 								<tr class="ant-descriptions-row">
 									<th class="ant-descriptions-item-label ant-descriptions-item-colon">消息协议</th>
 									<td class="ant-descriptions-item-content" colspan="1">{{ detail.messageProtocol }}</td>
-									<th class="ant-descriptions-item-label ant-descriptions-item-colon">链接协议</th>
+									<th class="ant-descriptions-item-label ant-descriptions-item-colon">接入方式</th>
 									<td class="ant-descriptions-item-content" colspan="1">{{ detail.transportProtocol }}
 									</td>