mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-30 02:45:08 +08:00
增加商城的提示
This commit is contained in:
@ -545,7 +545,7 @@
|
||||
<el-switch v-model="activeData.__config__.required" />
|
||||
</el-form-item>
|
||||
|
||||
<template v-if="activeData.__config__.layoutTree">
|
||||
<template v-if="activeData.__config__.layoutTree" v-slot="{ node, data }">
|
||||
<el-divider>布局结构树</el-divider>
|
||||
<el-tree
|
||||
:data="[activeData.__config__]"
|
||||
@ -554,7 +554,7 @@
|
||||
default-expand-all
|
||||
draggable
|
||||
>
|
||||
<span v-slot="{ node, data }">
|
||||
<span>
|
||||
<span class="node-label">
|
||||
<svg-icon class="node-icon" :icon-class="data.__config__?data.__config__.tagIcon:data.tagIcon" />
|
||||
{{ node.label }}
|
||||
|
Reference in New Issue
Block a user