Commit 01fbd9e5 authored by 黄奎's avatar 黄奎

页面修改

parent fe366347
<template> <template>
<q-dialog v-model="persistent" content-class="bg-grey-1" persistent transition-show="scale" transition-hide="scale"> <q-dialog v-model="persistent" persistent transition-show="scale" transition-hide="scale">
<q-card style="width: 800px;max-width:900px;"> <q-card style="width: 800px;max-width:900px;">
<q-card-section> <q-card-section>
<div class="text-h6">{{objOption.MenuId==0?'新增角色信息':'修改角色信息'}}</div> <div class="text-h6">{{objOption.MenuId==0?'新增角色信息':'修改角色信息'}}</div>
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
tick-strategy="leaf-filtered" default-expand-all :ticked.sync="checkMenuArray" no-connectors> tick-strategy="leaf-filtered" default-expand-all :ticked.sync="checkMenuArray" no-connectors>
</q-tree> </q-tree>
</div> --> </div> -->
<select-tree v-if="TreeMenuList&&TreeMenuList.length>0" :treeData='TreeMenuList' :id.sync="returnString" <selectTree v-if="TreeMenuList&&TreeMenuList.length>0" :treeData='TreeMenuList' :id.sync="returnString"
nodeKey="MenuId" :multiple="true" labelKey="MenuName" childrenKey="SubList" tipText="课程分类" nodeKey="MenuId" :multiple="false" labelKey="MenuName" childrenKey="SubList" tipText="课程分类"
@getChild="getChild"></select-tree> @getChild="getChild"></selectTree>
</div> </div>
</q-card-section> </q-card-section>
<q-separator /> <q-separator />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment