Parcourir la source

fix(other): top name

Yi il y a 1 an
Parent
commit
c979ee7417
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/mqtt/authentication/index.vue

+ 1 - 1
src/views/mqtt/authentication/index.vue

@@ -168,7 +168,7 @@ const columns: Ref<DataTableColumns<ApiMqttAuth.Auth>> = ref([
   },
   {
     key: 'publish_acl',
-    title: '订阅topic',
+    title: '发布topic',
     align: 'center'
   },
   {