Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
iBiz-Vue-R7
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
22
议题
22
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz-R7前端标准模板
iBiz-Vue-R7
提交
bca232b1
提交
bca232b1
编写于
11月 03, 2022
作者:
Mosher
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update:更新数据关系栏
上级
df4c63e0
变更
2
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
11 行增加
和
29 行删除
+11
-29
CONTROL-BASE.vue.ftl
@CONTROL/数据关系栏/CONTROL-BASE.vue.ftl
+11
-25
CONTROL.html.ftl
@CONTROL/数据关系栏/CONTROL.html.ftl
+0
-4
未找到文件。
@CONTROL/数据关系栏/CONTROL-BASE.vue.ftl
浏览文件 @
bca232b1
...
@@ -2,9 +2,10 @@
...
@@ -2,9 +2,10 @@
<#if ctrl.render??>
<#if ctrl.render??>
${ctrl.render.code}
${ctrl.render.code}
<#else>
<#else>
<layout class='app-dr-bar<#if ctrl.getPSSysCss?? && ctrl.getPSSysCss()??><#assign singleCss = ctrl.getPSSysCss()> ${singleCss.getCssName()}</#if>'>
<div class='app-dr-bar<#if ctrl.getPSSysCss?? && ctrl.getPSSysCss()??><#assign singleCss = ctrl.getPSSysCss()> ${singleCss.getCssName()}</#if>' :style="{ width: <#noparse>`${width}px`</#noparse> }">
<
sider :width="width">
<
/div>
<el-menu
<el-menu
:mode="menuDir"
:default-openeds="defaultOpeneds"
:default-openeds="defaultOpeneds"
:default-active="items[0].id"
:default-active="items[0].id"
@select="onSelect"
@select="onSelect"
...
@@ -12,22 +13,6 @@
...
@@ -12,22 +13,6 @@
@close="onClose">
@close="onClose">
<app-sider-menus :menus="items"></app-sider-menus>
<app-sider-menus :menus="items"></app-sider-menus>
</el-menu>
</el-menu>
</sider>
<content <#noparse>:style="{ width: `calc(100% - ${this.width + 1}px)` }"</#noparse>>
<div class='main-data' v-show="Object.is(this.selection.id, 'form')">
<slot></slot>
</div>
<component
v-if="!Object.is(this.selection.id, 'form') && this.selection.view && !Object.is(this.selection.view.viewname, '')"
:is="selection.view.viewname"
class="viewcontainer2"
:viewDefaultUsage="false"
:viewdata="JSON.stringify(selection.data)"
:viewparam="JSON.stringify(selection.param)"
:key="this.$util.createUUID()">
</component>
</content>
</layout>
</#if>
</#if>
</template>
</template>
<#ibizinclude>
<#ibizinclude>
...
@@ -38,6 +23,14 @@
...
@@ -38,6 +23,14 @@
../@MACRO/FUNC/MACRO.ftl
../@MACRO/FUNC/MACRO.ftl
</#ibizinclude>
</#ibizinclude>
/**
* 菜单方向
* @type {('horizontal' | 'vertical')}
* @memberof ${srfclassname('${ctrl.codeName}')}Base
*/
@Prop({ default: 'vertical' }) public menuDir?: 'horizontal' | 'vertical';
/**
/**
* 获取多项数据
* 获取多项数据
*
*
...
@@ -89,13 +82,6 @@
...
@@ -89,13 +82,6 @@
* @memberof ${srfclassname('${ctrl.codeName}')}Base
* @memberof ${srfclassname('${ctrl.codeName}')}Base
*/
*/
public items: any[] = [
public items: any[] = [
<#if view.hasPSControl('form')>
{
text: "主表单",
disabled: false,
id: "form",
},
</#if>
<#list ctrl.getPSDEDataRelation().getPSDEDRDetails() as item>
<#list ctrl.getPSDEDataRelation().getPSDEDRDetails() as item>
{
{
text: "${item.getCaption()}",
text: "${item.getCaption()}",
...
...
@CONTROL/数据关系栏/CONTROL.html.ftl
浏览文件 @
bca232b1
...
@@ -13,7 +13,4 @@
...
@@ -13,7 +13,4 @@
</#list>
</#list>
</#if>
</#if>
@closeview="closeView($event)">
@closeview="closeView($event)">
<#if view.hasPSControl('form')>
${P.getCtrlCode('form', 'CONTROL.html').code}
</#if>
</view_${ctrl.getName()}>
</view_${ctrl.getName()}>
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录