Browse Source

note-sync syncing

yukai 1 year ago
parent
commit
a29de67c3a

+ 1 - 1
src/views/iot/device/product/component/editPro.vue

@@ -224,7 +224,7 @@ export default defineComponent({
 					transportProtocolChange(row.transportProtocol)
 				}
 			} else {
-				state.imageUrl = ""
+				state.imageUrl = "" 
 			}
 			state.isShowDialog = true
 		}

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

@@ -31,7 +31,7 @@
 									<td class="ant-descriptions-item-content" colspan="1">{{ detail.deptName }}</td> -->
 									<th class="ant-descriptions-item-label ant-descriptions-item-colon">设备类型</th>
 									<td class="ant-descriptions-item-content" colspan="1">{{ detail.deviceType }}</td>
-								</tr>
+								</tr> 
 								<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>