Kaynağa Gözat

添加设备设备类别设为该系统子类别

LXXXY 5 yıl önce
ebeveyn
işleme
0c29221f9d

+ 1 - 1
src/components/ledger/handsontables/system.vue

@@ -515,7 +515,7 @@ export default {
           // this.$message("开发中...")
           // this.$message("开发中...")
           this.$router.push({
           this.$router.push({
             path: "/ledger/systemDetail",
             path: "/ledger/systemDetail",
-            query: { RoomID: infos.SysID, Name: infos.SysLocalName || infos.SysName, SysType: this.mess.deviceId }
+            query: { RoomID: infos.SysID, Name: infos.SysLocalName || infos.SysName, SysType:infos.Category }
           })
           })
           return false
           return false
         //设备二维码图片
         //设备二维码图片

+ 2 - 2
src/router/system.js

@@ -103,8 +103,8 @@ export default [
         name: 'LayoutMain',
         name: 'LayoutMain',
         component: LayoutMain,
         component: LayoutMain,
         children: [
         children: [
-            // { path: 'buildfloor', name: 'buildFloor', component: buildFloor, meta: { keepAlive: false, breadcrumbs: [{ label: '建筑楼层管理' }] } },
-            { path: 'buildfloor', name: 'buildFloor', component: Dasboard, meta: { keepAlive: false, breadcrumbs: [{ label: '建筑楼层管理' }] } },
+            { path: 'buildfloor', name: 'buildFloor', component: buildFloor, meta: { keepAlive: false, breadcrumbs: [{ label: '建筑楼层管理' }] } },
+            // { path: 'buildfloor', name: 'buildFloor', component: Dasboard, meta: { keepAlive: false, breadcrumbs: [{ label: '建筑楼层管理' }] } },
             { path: 'collectsetting', name: 'collectsetting', component: collectsetting, meta: { keepAlive: false, breadcrumbs: [{ label: '需采集的信息点' }] } },
             { path: 'collectsetting', name: 'collectsetting', component: collectsetting, meta: { keepAlive: false, breadcrumbs: [{ label: '需采集的信息点' }] } },
             { path: 'appuser', name: 'buildUser', component: buildUser, meta: { keepAlive: false, breadcrumbs: [{ label: '扫楼App用户管理' }] } },
             { path: 'appuser', name: 'buildUser', component: buildUser, meta: { keepAlive: false, breadcrumbs: [{ label: '扫楼App用户管理' }] } },
             { path: 'repetitionGraphy', name: 'repetitionGraphy', component: repetitionGraphy, meta: { keepAlive: false, breadcrumbs: [{ label: '建筑楼层管理', path: '/ready/buildfloor' }, { label:'平面图维护' }] }}
             { path: 'repetitionGraphy', name: 'repetitionGraphy', component: repetitionGraphy, meta: { keepAlive: false, breadcrumbs: [{ label: '建筑楼层管理', path: '/ready/buildfloor' }, { label:'平面图维护' }] }}

+ 1 - 1
src/views/ledger/system/systemDetail/index.vue

@@ -85,7 +85,7 @@ export default {
     },
     },
     // 删除系统
     // 删除系统
     deleteSystem() {
     deleteSystem() {
-      this.$confirm("此操作将删除业务系统,是否继续?", "提示", {
+      this.$confirm("此操作将删除系统,是否继续?", "提示", {
         confirmButtonText: '确定',
         confirmButtonText: '确定',
         cancelButtonText: '取消',
         cancelButtonText: '取消',
         type: 'warning'
         type: 'warning'