提交 aee5bdbd 编写于 作者: ibizdev's avatar ibizdev

ShineKOT 发布系统代码 [后台服务,演示应用]

上级 e4a5b58f
...@@ -312,14 +312,6 @@ ...@@ -312,14 +312,6 @@
"groupName":"(未分类)", "groupName":"(未分类)",
"portletTYpe":"HTML","componentName":"app-ibizorder-portal-components-web-portlet"}, "portletTYpe":"HTML","componentName":"app-ibizorder-portal-components-web-portlet"},
{"type":"app", {"type":"app",
"appCodeName":"Web",
"appName":"演示应用",
"portletCodeName": "QUICKMENUBAR",
"portletName": "快捷菜单测试",
"groupCodeName":"Ungroup",
"groupName":"(未分类)",
},
{"type":"app",
"appCodeName":"IBIZAPPVIEW", "appCodeName":"IBIZAPPVIEW",
"appName":"应用视图", "appName":"应用视图",
"portletCodeName": "appViewAmount", "portletCodeName": "appViewAmount",
......
...@@ -91,7 +91,7 @@ function getLocaleResourceBase(){ ...@@ -91,7 +91,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("表格自动分组",null), title: commonLogic.appcommonhandle("表格自动分组",null),
}, },
dashboardview: { dashboardview: {
caption: commonLogic.appcommonhandle("实体数据看板视图",null), caption: commonLogic.appcommonhandle("Entity Data Kanban View",null),
title: commonLogic.appcommonhandle("实体数据看板视图",null), title: commonLogic.appcommonhandle("实体数据看板视图",null),
}, },
haspanellistview: { haspanellistview: {
...@@ -247,7 +247,7 @@ function getLocaleResourceBase(){ ...@@ -247,7 +247,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("图书列表视图(代码表分组)",null), title: commonLogic.appcommonhandle("图书列表视图(代码表分组)",null),
}, },
optionview: { optionview: {
caption: commonLogic.appcommonhandle("实体选项操作视图",null), caption: commonLogic.appcommonhandle("Entity Options Operations View",null),
title: commonLogic.appcommonhandle("实体选项操作视图",null), title: commonLogic.appcommonhandle("实体选项操作视图",null),
}, },
calendarview: { calendarview: {
......
...@@ -322,14 +322,6 @@ mock.onGet('./assets/json/portlet-data.json').reply((config: any) => { ...@@ -322,14 +322,6 @@ mock.onGet('./assets/json/portlet-data.json').reply((config: any) => {
"groupName":"(未分类)", "groupName":"(未分类)",
"portletTYpe":"HTML","componentName":"app-ibizorder-portal-components-web-portlet"}, "portletTYpe":"HTML","componentName":"app-ibizorder-portal-components-web-portlet"},
{"type":"app", {"type":"app",
"appCodeName":"Web",
"appName":"演示应用",
"portletCodeName": "QUICKMENUBAR",
"portletName": "快捷菜单测试",
"groupCodeName":"Ungroup",
"groupName":"(未分类)",
},
{"type":"app",
"appCodeName":"IBIZAPPVIEW", "appCodeName":"IBIZAPPVIEW",
"appName":"应用视图", "appName":"应用视图",
"portletCodeName": "appViewAmount", "portletCodeName": "appViewAmount",
......
...@@ -4,34 +4,6 @@ ...@@ -4,34 +4,6 @@
<app-build @handleClick="handleClick"></app-build> <app-build @handleClick="handleClick"></app-build>
</row> </row>
<row v-if="!isHasCustomized"> <row v-if="!isHasCustomized">
<i-col :md="{ span: 24, offset: 0 }">
<card class="portlet-card" :bordered="false" dis-hover :padding="0">
<span>
<div class='portlet-container db-container1 ' :style="{}">
<row>
<i-col :md="{ span: 24, offset: 0 }" :lg="{ span: 12, offset: 6 }">
<div class="portlet-without-title">
<card class="portlet-card custom-card" :bordered="false" dis-hover :padding="10">
<span>
<view_db_appmenu1
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:height="0"
:width="0"
name="db_appmenu1"
ref='db_appmenu1'
@closeview="closeView($event)">
</view_db_appmenu1>
</span>
</card>
</div>
</i-col>
</row>
</div>
</span>
</card>
</i-col>
</row> </row>
<row v-if="isHasCustomized" style="width: 100%;min-height: calc(100% - 40px);"> <row v-if="isHasCustomized" style="width: 100%;min-height: calc(100% - 40px);">
<div class="portlet-container" style="position: relative;width:100%;"> <div class="portlet-container" style="position: relative;width:100%;">
......
<script lang='tsx'> <script lang='tsx'>
import { Component } from 'vue-property-decorator'; import { Component } from 'vue-property-decorator';
import AppPortalView2_dbBase from './app-portal-view2-db-dashboard-base.vue'; import AppPortalView2_dbBase from './app-portal-view2-db-dashboard-base.vue';
import view_db_appmenu1 from '@widgets/app/quickmenubar-portlet/quickmenubar-portlet.vue';
@Component({ @Component({
components: { components: {
view_db_appmenu1,
} }
}) })
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册