增加商城的提示

This commit is contained in:
YunaiV
2023-02-04 20:38:51 +08:00
parent 111e944d3c
commit 53767614fe
22 changed files with 48 additions and 10 deletions

View File

@ -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 }}