修改影像模块模版
This commit is contained in:
parent
43150200dc
commit
4aa63fd5fe
@ -19,7 +19,7 @@
|
|||||||
<!-- 外层 Flex 容器 -->
|
<!-- 外层 Flex 容器 -->
|
||||||
<div style="display: flex; height: 100%">
|
<div style="display: flex; height: 100%">
|
||||||
<!-- 模版区域 -->
|
<!-- 模版区域 -->
|
||||||
<div style="flex: 1; min-width: 0">
|
<div style="flex: 1; min-width: 0;overflow: auto;">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="fordevicemValue"
|
v-model="fordevicemValue"
|
||||||
placeholder="请选择模版类别"
|
placeholder="请选择模版类别"
|
||||||
@ -41,7 +41,7 @@
|
|||||||
class="treeStyle"
|
class="treeStyle"
|
||||||
:check-on-click-node="true"
|
:check-on-click-node="true"
|
||||||
:highlight-current="true"
|
:highlight-current="true"
|
||||||
:default-expand-all="true"
|
:default-expand-all="false"
|
||||||
:data="treeData"
|
:data="treeData"
|
||||||
:props="treeDefaultProps"
|
:props="treeDefaultProps"
|
||||||
node-key="id"
|
node-key="id"
|
||||||
@ -60,7 +60,7 @@
|
|||||||
class="treeStyle"
|
class="treeStyle"
|
||||||
:check-on-click-node="true"
|
:check-on-click-node="true"
|
||||||
:highlight-current="true"
|
:highlight-current="true"
|
||||||
:default-expand-all="true"
|
:default-expand-all="false"
|
||||||
:data="privateData"
|
:data="privateData"
|
||||||
:props="treeDefaultProps"
|
:props="treeDefaultProps"
|
||||||
node-key="id"
|
node-key="id"
|
||||||
|
Loading…
Reference in New Issue
Block a user