소스 검색

fix(other): top name

Yi 1 년 전
부모
커밋
c979ee7417
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'
   },
   {