From 67d3ad9bca9613c777bfc8f84452208238708a29 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 25 May 2022 11:55:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=98=AF=E5=90=A6=E5=8F=AF?= =?UTF-8?q?=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppContentManage/AppContentManage.vue | 101 ++++--- .../AppContentManage/components/Add.vue | 270 +++++++++--------- 2 files changed, 188 insertions(+), 183 deletions(-) diff --git a/packages/publicity/AppContentManage/AppContentManage.vue b/packages/publicity/AppContentManage/AppContentManage.vue index 7b4924d5..909cb291 100644 --- a/packages/publicity/AppContentManage/AppContentManage.vue +++ b/packages/publicity/AppContentManage/AppContentManage.vue @@ -1,73 +1,72 @@ diff --git a/packages/publicity/AppContentManage/components/Add.vue b/packages/publicity/AppContentManage/components/Add.vue index d9f4d088..523d100e 100644 --- a/packages/publicity/AppContentManage/components/Add.vue +++ b/packages/publicity/AppContentManage/components/Add.vue @@ -9,7 +9,8 @@ + :visible.sync="isShowAdd" + width="880px" + height="580px" + title="选择菜单" + @close="onClose" + @onConfirm="onConfirm"> + :data="treeData" + node-key="id" + ref="tree" + @node-click="onChange" + highlight-current + :default-expanded-keys="defaultExpandedKeys" + :default-checked-keys="defaulCheckedKeys" + :props="defaultProps"> @@ -54,130 +60,130 @@