Parcourir la source

app版本增加报警网关类型

vothin il y a 2 ans
Parent
commit
14e2b816f3
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      src/views/ncs-orginazition/partInfoSetting.vue

+ 5 - 0
src/views/ncs-orginazition/partInfoSetting.vue

@@ -84,6 +84,11 @@
           <app-version-manager :part-id="part_id" :device-type="5" />
         </keep-alive>
       </el-tab-pane>
+      <el-tab-pane :label="this.$t('deviceType.EMERGENCY_GATEWAY')" name="emergencyGateway">
+        <keep-alive>
+          <app-version-manager :part-id="part_id" :device-type="131" />
+        </keep-alive>
+      </el-tab-pane>
     </el-tabs>
   </div>
 </template>