| | |
| | | { |
| | | 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; |
| | |
| | | <template #dropdown> |
| | | <el-dropdown-menu> |
| | | <el-dropdown-item :disabled="multiple" icon="el-icon-top" style="height: 32px;width:240px;color: #0099ff;" @click.native="handleShare">分享</el-dropdown-item> |
| | | |
| | | |
| | | <el-dropdown-item icon="el-icon-top" @click.native="whoShare">分享给我的数据</el-dropdown-item> |
| | | <el-dropdown-item icon="el-icon-top" @click.native="handleWho">分享给谁了什么数据</el-dropdown-item> |
| | | <el-dropdown-item icon="el-icon-top" @click.native="showData">展示下载的分享数据</el-dropdown-item> |
| | | </el-dropdown-menu> |
| | | </template> |
| | | </el-dropdown> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | <right-toolbar :parentValue.sync="valueFromParent" :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> |
| | | |
| | | |
| | | </el-row> |
| | | <!-- 序号、设备名称、时间、购买人、事项内容、存放地点、电子文件、备注 操作--> |
| | | <!-- 这里有个familyList数组 是在data()中定义的 --> |
| | |
| | | this.userOptions.push({label: element.oldName,value: element.userId}) |
| | | }) |
| | | }) |
| | | |
| | | |
| | | |
| | | |
| | | let clanId = this.$store.state.user.clanId |
| | | |
| | | |
| | | getAllInfo(clanId).then(response => { |
| | | this.listRoot = response.data; |
| | | const kon = {} |
| | |
| | | /** 查看详细信息 */ |
| | | handleCheck(row){ |
| | | const id = row.id; |
| | | // alert(988) |
| | | this.$router.push("/familymodel/Device/equipmentInfo/" + id); |
| | | }, |
| | | /** 修改按钮操作 */ |