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

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

上级 aee5bdbd
...@@ -107,7 +107,7 @@ function getLocaleResourceBase(){ ...@@ -107,7 +107,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("表格值规则",null), title: commonLogic.appcommonhandle("表格值规则",null),
}, },
usr2meditview9: { usr2meditview9: {
caption: commonLogic.appcommonhandle("Multi Form (top page)",null), caption: commonLogic.appcommonhandle("Entity Multi Form Edit View",null),
title: commonLogic.appcommonhandle("实体多表单编辑视图",null), title: commonLogic.appcommonhandle("实体多表单编辑视图",null),
}, },
meditview9: { meditview9: {
...@@ -239,7 +239,7 @@ function getLocaleResourceBase(){ ...@@ -239,7 +239,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("图书数据视图(自动分组)",null), title: commonLogic.appcommonhandle("图书数据视图(自动分组)",null),
}, },
usr4listview: { usr4listview: {
caption: commonLogic.appcommonhandle("实体列表视图",null), caption: commonLogic.appcommonhandle("Entity List View",null),
title: commonLogic.appcommonhandle("实体列表视图",null), title: commonLogic.appcommonhandle("实体列表视图",null),
}, },
groupbycodelistlistview: { groupbycodelistlistview: {
......
...@@ -76,7 +76,7 @@ function getLocaleResourceBase(){ ...@@ -76,7 +76,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("订单编辑视图",null), title: commonLogic.appcommonhandle("订单编辑视图",null),
}, },
ganttview: { ganttview: {
caption: commonLogic.appcommonhandle("GanttChart",null), caption: commonLogic.appcommonhandle("Entity Gantt View",null),
title: commonLogic.appcommonhandle("实体甘特视图",null), title: commonLogic.appcommonhandle("实体甘特视图",null),
}, },
odsp_d20_wfgridview: { odsp_d20_wfgridview: {
...@@ -132,7 +132,7 @@ function getLocaleResourceBase(){ ...@@ -132,7 +132,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("实体编辑视图(上下关系)",null), title: commonLogic.appcommonhandle("实体编辑视图(上下关系)",null),
}, },
sgridview: { sgridview: {
caption: commonLogic.appcommonhandle("实体表格视图",null), caption: commonLogic.appcommonhandle("Entity Grid View",null),
title: commonLogic.appcommonhandle("实体表格视图",null), title: commonLogic.appcommonhandle("实体表格视图",null),
}, },
barchartview: { barchartview: {
......
<template> <template>
<div class='view-container delistview ibizorder-detail-list-view'> <div class='view-container delistview ibizorder-detail-list-view portal-listview-noboxshadow'>
<app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizorderdetaillistview"></app-studioaction> <app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizorderdetaillistview"></app-studioaction>
<card class='view-card view-no-caption view-no-toolbar' :bordered="false" :dis-hover="true" > <card class='view-card view-no-caption view-no-toolbar' :bordered="false" :dis-hover="true" >
......
...@@ -3,3 +3,6 @@ ...@@ -3,3 +3,6 @@
} }
.portal-listview-noboxshadow{
box-shadow: 0px 0px 0px;
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册