|
|
@ -199,7 +199,7 @@ |
|
|
|
<tr> |
|
|
|
<td>可操作菜单列表</td> |
|
|
|
<td> |
|
|
|
<div style="height:230px;line-height:120px;overflow:auto;overflow-x:hidden;"> |
|
|
|
<div style="height:230px;overflow:auto;overflow-x:hidden;"> |
|
|
|
<el-tree v-loading="loading" :data="treedata" ref="mobileTree" show-checkbox accordion node-key="sid" |
|
|
|
:default-expand-all="true" |
|
|
|
:default-checked-keys="checkedId" |
|
|
@ -229,7 +229,7 @@ |
|
|
|
<tr> |
|
|
|
<td>可操作菜单列表</td> |
|
|
|
<td> |
|
|
|
<div style="height:230px;line-height:120px;overflow:auto;overflow-x:hidden;"> |
|
|
|
<div style="height:230px;overflow:auto;overflow-x:hidden;"> |
|
|
|
<el-tree v-loading="loading" :data="treedata" ref="Tree" show-checkbox accordion node-key="sid" |
|
|
|
:default-checked-keys="checkedId" |
|
|
|
:props="defaultProps" |
|
|
|