| | |
| | | @closed="handleClosed" |
| | | > |
| | | <el-tabs type="border-card"> |
| | | <!-- <el-tab-pane label="无人机管控">--> |
| | | <!-- <el-tree--> |
| | | <!-- class="command-tree"--> |
| | | <!-- ref="droneControl"--> |
| | | <!-- :data="menuGrantListDroneControl"--> |
| | | <!-- show-checkbox--> |
| | | <!-- node-key="id"--> |
| | | <!-- :default-checked-keys="droneControlMenuTreeObj"--> |
| | | <!-- :props="treeProps"--> |
| | | <!-- />--> |
| | | <!-- </el-tab-pane>--> |
| | | <el-tab-pane label="任务工单"> |
| | | <el-tree |
| | | class="command-tree" |
| | |
| | | <el-button color="#F2F3F5" @click="visible = false">取消</el-button> |
| | | <el-button color="#4C34FF" type="primary" @click="submit">确定</el-button> |
| | | </template> |
| | | |
| | | <!-- 有用wu删,提供给保存接口,防止重置其他系统菜单 --> |
| | | <el-tree |
| | | v-show="false" |
| | | class="command-tree" |
| | | ref="droneControl" |
| | | :data="menuGrantListDroneControl" |
| | | show-checkbox |
| | | node-key="id" |
| | | :default-checked-keys="droneControlMenuTreeObj" |
| | | :props="treeProps" |
| | | /> |
| | | |
| | | </el-dialog> |
| | | </template> |
| | | |