guarantee-lsq 11 months ago
parent
commit
2fc92a3de1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/remote/opc/Index.vue

+ 2 - 2
src/views/remote/opc/Index.vue

@@ -34,12 +34,12 @@ export default {
       current: 0,
       components: [
         {
-          name: 'OPC对应表',
+          name: 'OPC点位映射',
           icon: 'icon-shebeiguanli',
           component: 'RemoteOpc'
         },
         {
-          name: 'OPC对应表未配置',
+          name: 'OPC待映射点位',
           icon: 'icon-shebeiguanli',
           component: 'RemoteOpcNotCreated'
         },