Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
7b3f17da
提交
7b3f17da
编写于
4年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ShineKOT 发布系统代码 [后台服务,演示应用]
上级
175efb5a
master
1.5
1.6
1.7
1.8
无相关合并请求
变更
6
展开全部
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
603 行增加
和
1 行删除
+603
-1
ibizbookpanel-calendar.vue
...bizbook/ibizbookpanel-calendar/ibizbookpanel-calendar.vue
+1
-1
item1layoutpanel-panel-base.vue
...ok/item1layoutpanel-panel/item1layoutpanel-panel-base.vue
+519
-0
item1layoutpanel-panel-model.ts
...ok/item1layoutpanel-panel/item1layoutpanel-panel-model.ts
+31
-0
item1layoutpanel-panel-service.ts
.../item1layoutpanel-panel/item1layoutpanel-panel-service.ts
+11
-0
item1layoutpanel-panel.less
...izbook/item1layoutpanel-panel/item1layoutpanel-panel.less
+27
-0
item1layoutpanel-panel.vue
...bizbook/item1layoutpanel-panel/item1layoutpanel-panel.vue
+14
-0
未找到文件。
app_Web/src/widgets/ibizbook/ibizbookpanel-calendar/ibizbookpanel-calendar.vue
浏览文件 @
7b3f17da
...
...
@@ -2,7 +2,7 @@
import
{
Component
}
from
'vue-property-decorator'
;
import
IBIZBOOKPANELBase
from
'./ibizbookpanel-calendar-base.vue'
;
import
layout_item1layoutpanel
from
'@widgets/ibizbook/
has-panel-kan-ban-panel/has-panel-kan-ban
-panel.vue'
;
import
layout_item1layoutpanel
from
'@widgets/ibizbook/
item1layoutpanel-panel/item1layoutpanel
-panel.vue'
;
@
Component
({
components
:
{
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/item1layoutpanel-panel/item1layoutpanel-panel-base.vue
0 → 100644
浏览文件 @
7b3f17da
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/item1layoutpanel-panel/item1layoutpanel-panel-model.ts
0 → 100644
浏览文件 @
7b3f17da
/**
* Item1layoutpanel 部件模型
*
* @export
* @class Item1layoutpanelModel
*/
export
default
class
Item1layoutpanelModel
{
/**
* 获取数据项集合
*
* @returns {any[]}
* @memberof Item1layoutpanelModel
*/
public
getDataItems
():
any
[]
{
return
[
{
name
:
'field1'
,
prop
:
'ibizbookname'
},
{
name
:
'field2'
,
prop
:
'author'
},
{
name
:
'field3'
,
prop
:
'press'
}
]
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/item1layoutpanel-panel/item1layoutpanel-panel-service.ts
0 → 100644
浏览文件 @
7b3f17da
import
{
Http
}
from
'@/utils'
;
import
ControlService
from
'@/widgets/control-service'
;
/**
* Item1layoutpanel 部件服务对象
*
* @export
* @class Item1layoutpanelService
*/
export
default
class
Item1layoutpanelService
extends
ControlService
{
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/item1layoutpanel-panel/item1layoutpanel-panel.less
0 → 100644
浏览文件 @
7b3f17da
// this is less
.app-layoutpanel {
height: 100%;
.app-layoutpanel-container {
padding: 6px;
}
.app-layoutpanel-tabpanel{
>.el-tabs {
>.el-.el-tabs__header{
margin: 0 0 10px;
}
.app-layoutpanel-tabpage{
padding: 6px;
}
}
}
.app-layoutpanel-button,.app-layoutpanel-conctrl,.app-layoutpanel-ctrlpos,.app-layoutpanel-field,.app-layoutpanel-rowitem,.app-layoutpanel-usercontrol{
padding: 6px;
}
.item-field{
padding: 0 4px;
display: flex;
>.item-field-label{
padding: 0 8px;
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/item1layoutpanel-panel/item1layoutpanel-panel.vue
0 → 100644
浏览文件 @
7b3f17da
<
script
lang=
'tsx'
>
import
{
Component
}
from
'vue-property-decorator'
;
import
Item1layoutpanelBase
from
'./item1layoutpanel-panel-base.vue'
;
@
Component
({
components
:
{
}
})
export
default
class
Item1layoutpanel
extends
Item1layoutpanelBase
{
}
</
script
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录