Parcourir la source

修改设备日志标题

microrain il y a 2 ans
Parent
commit
61f5951958
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/iot/device/instance/detail.vue

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

@@ -334,7 +334,7 @@
     <!-- 子设备-批量绑定弹窗 -->
     <SubDeviceMutipleBind ref="mutipleBindRef" @bindSuccess="getDeviceTableData" />
 
-    <el-dialog v-model="dialogVisible" title="返回Json数据" width="30%">
+    <el-dialog v-model="dialogVisible" title="日志数据内容" width="30%">
       <JsonViewer :value="jsonData" boxed sort theme="jv-dark" @click="onKeyclick" />
 
       <template #footer>