| | |
| | | { |
| | | path: '/familymodel/Device', |
| | | component: Layout, |
| | | name: 'ZfDevice', |
| | | // name: 'ZfDevice', |
| | | // permissions: [], |
| | | // hidden: true, |
| | | permissions: ['familymodel:device:info'], |
| | | component: () => import('@/views/device/index'), |
| | | // component: () => import('@/views/device/index'), |
| | | |
| | | |
| | | children: [ |
| | |
| | | this.btn = false; |
| | | this.isShow=false |
| | | } |
| | | |
| | | let _this = this |
| | | if (id) { |
| | | this.loading = true; |
| | |
| | | /** 查看详细信息 */ |
| | | handleCheck(row){ |
| | | const id = row.id; |
| | | // alert(988) |
| | | this.$router.push("/familymodel/Device/equipmentInfo/" + id); |
| | | }, |
| | | /** 修改按钮操作 */ |