| | |
| | | <!-- </div>--> |
| | | </div> |
| | | </el-tab-pane> |
| | | <!-- <el-tab-pane label="APP端" name="APP">--> |
| | | <!-- <div style="display: flex;">--> |
| | | <!-- <div--> |
| | | <!-- ref="scrollLeft"--> |
| | | <!-- style="border-right: 1px solid rgba(0,0,0,0.2);width:100%;--> |
| | | <!-- overflow-y: auto;overflow-x:hidden;"--> |
| | | <!-- :style="{height:(tableHeight-40)+'px'}"--> |
| | | <!-- @scroll="scrollLeftScroll()"--> |
| | | <!-- @mouseover="isScroll='left'"--> |
| | | <!-- >--> |
| | | <!-- <div style=" ">--> |
| | | <!-- <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}" /> 菜单权限--> |
| | | <!-- </div>--> |
| | | <el-tab-pane label="APP端" name="APP"> |
| | | <div style="display: flex;"> |
| | | <div |
| | | ref="scrollLeft" |
| | | style="border-right: 1px solid rgba(0,0,0,0.2);width:100%; |
| | | overflow-y: auto;overflow-x:hidden;" |
| | | :style="{height:(tableHeight-40)+'px'}" |
| | | @scroll="scrollLeftScroll()" |
| | | @mouseover="isScroll='left'" |
| | | > |
| | | <div style=" "> |
| | | <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}" /> 菜单权限 |
| | | </div> |
| | | |
| | | <!-- <el-tree--> |
| | | <!-- ref="treeCenterAPPRef"--> |
| | | <!-- style="padding-top: 10px;"--> |
| | | <!-- :data="treeCenter"--> |
| | | <!-- highlight-current--> |
| | | <!-- :props="defaultPropsCenter"--> |
| | | <!-- show-checkbox--> |
| | | <!-- node-key="menucode"--> |
| | | <!-- :default-expand-all="true"--> |
| | | <!-- @check-change="handleTreeCenterCheckChange"--> |
| | | <!-- @check="handleTreeCenterCheck"--> |
| | | <!-- @node-click="getLeftTreeNode"--> |
| | | <!-- />--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | <!-- </el-tab-pane>--> |
| | | <el-tree |
| | | ref="treeCenterAPPRef" |
| | | style="padding-top: 10px;" |
| | | :data="treeCenter" |
| | | highlight-current |
| | | :props="defaultPropsCenter" |
| | | show-checkbox |
| | | node-key="menucode" |
| | | :default-expand-all="true" |
| | | @check-change="handleTreeCenterCheckChange" |
| | | @check="handleTreeCenterCheck" |
| | | @node-click="getLeftTreeNode" |
| | | /> |
| | | </div> |
| | | </div> |
| | | </el-tab-pane> |
| | | <!-- <el-tab-pane label="工控端" name="工控端">工控端</el-tab-pane>--> |
| | | </el-tabs> |
| | | |