Browse Source

app版本增加报警网关类型

vothin 2 năm trước cách đây
mục cha
commit
14e2b816f3
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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>