Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
49a9c396
提交
49a9c396
编写于
3月 21, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zhanghengfeng 发布系统代码 [TrainSys,网页端]
上级
e5db18c4
变更
4
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
32 行增加
和
12 行删除
+32
-12
Chart.json
...SYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json
+14
-5
Usr0301355514.json
...Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Usr0301355514.json
+2
-1
ReginfoChartView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoChartView.json
+14
-5
ReginfoUsr0301727282ChartView.json
...SAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0301727282ChartView.json
+2
-1
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Chart.json
浏览文件 @
49a9c396
...
@@ -67,7 +67,11 @@
...
@@ -67,7 +67,11 @@
"id"
:
"0"
"id"
:
"0"
},
{
},
{
"index"
:
1
,
"index"
:
1
,
"name"
:
"DEPARTMENT"
,
"name"
:
"ADDRESS"
,
"getPSCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129249258.json"
},
"groupField"
:
true
,
"groupField"
:
true
,
"id"
:
"1"
"id"
:
"1"
},
{
},
{
...
@@ -150,8 +154,8 @@
...
@@ -150,8 +154,8 @@
},
},
"getPSChartSeriesEncode"
:
{
"getPSChartSeriesEncode"
:
{
"index"
:
0
,
"index"
:
0
,
"itemId"
:
"
DEPARTMENT
"
,
"itemId"
:
"
ADDRESS
"
,
"itemName"
:
"
DEPARTMENT
"
,
"itemName"
:
"
ADDRESS
"
,
"name"
:
"坐标系编码"
,
"name"
:
"坐标系编码"
,
"getPSChartXAxis"
:
{
"getPSChartXAxis"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -166,12 +170,17 @@
...
@@ -166,12 +170,17 @@
"y"
:
[
"AGE"
],
"y"
:
[
"AGE"
],
"id"
:
"0"
"id"
:
"0"
},
},
"seriesField"
:
"
DEPARTMENT
"
,
"seriesField"
:
"
ADDRESS
"
,
"seriesLayoutBy"
:
"column"
,
"seriesLayoutBy"
:
"column"
,
"getSeriesPSCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129249258.json"
},
"seriesType"
:
"line"
,
"seriesType"
:
"line"
,
"step"
:
true
,
"valueField"
:
"AGE"
,
"valueField"
:
"AGE"
,
"enableChartDataSet"
:
true
,
"enableChartDataSet"
:
true
,
"stack"
:
fals
e
"stack"
:
tru
e
}
],
}
],
"getPSDEChartTitle"
:
{
"getPSDEChartTitle"
:
{
"index"
:
0
,
"index"
:
0
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSCHARTS/Usr0301355514.json
浏览文件 @
49a9c396
...
@@ -134,6 +134,7 @@
...
@@ -134,6 +134,7 @@
"id"
:
"0"
"id"
:
"0"
},
},
"getPSDEChartSerieses"
:
[
{
"getPSDEChartSerieses"
:
[
{
"caption"
:
"学生信息"
,
"catalogField"
:
"NAME"
,
"catalogField"
:
"NAME"
,
"getCatalogPSCodeList"
:
{
"getCatalogPSCodeList"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -177,7 +178,7 @@
...
@@ -177,7 +178,7 @@
"seriesType"
:
"bar"
,
"seriesType"
:
"bar"
,
"valueField"
:
"AGE"
,
"valueField"
:
"AGE"
,
"enableChartDataSet"
:
true
,
"enableChartDataSet"
:
true
,
"stack"
:
fals
e
"stack"
:
tru
e
}
],
}
],
"getPSDEChartTitle"
:
{
"getPSDEChartTitle"
:
{
"index"
:
0
,
"index"
:
0
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoChartView.json
浏览文件 @
49a9c396
...
@@ -272,7 +272,11 @@
...
@@ -272,7 +272,11 @@
"id"
:
"0"
"id"
:
"0"
},
{
},
{
"index"
:
1
,
"index"
:
1
,
"name"
:
"DEPARTMENT"
,
"name"
:
"ADDRESS"
,
"getPSCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129249258.json"
},
"groupField"
:
true
,
"groupField"
:
true
,
"id"
:
"1"
"id"
:
"1"
},
{
},
{
...
@@ -429,8 +433,8 @@
...
@@ -429,8 +433,8 @@
},
},
"getPSChartSeriesEncode"
:
{
"getPSChartSeriesEncode"
:
{
"index"
:
0
,
"index"
:
0
,
"itemId"
:
"
DEPARTMENT
"
,
"itemId"
:
"
ADDRESS
"
,
"itemName"
:
"
DEPARTMENT
"
,
"itemName"
:
"
ADDRESS
"
,
"name"
:
"坐标系编码"
,
"name"
:
"坐标系编码"
,
"getPSChartXAxis"
:
{
"getPSChartXAxis"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -445,12 +449,17 @@
...
@@ -445,12 +449,17 @@
"y"
:
[
"AGE"
],
"y"
:
[
"AGE"
],
"id"
:
"0"
"id"
:
"0"
},
},
"seriesField"
:
"
DEPARTMENT
"
,
"seriesField"
:
"
ADDRESS
"
,
"seriesLayoutBy"
:
"column"
,
"seriesLayoutBy"
:
"column"
,
"getSeriesPSCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/UsrCodeList0129249258.json"
},
"seriesType"
:
"line"
,
"seriesType"
:
"line"
,
"step"
:
true
,
"valueField"
:
"AGE"
,
"valueField"
:
"AGE"
,
"enableChartDataSet"
:
true
,
"enableChartDataSet"
:
true
,
"stack"
:
fals
e
"stack"
:
tru
e
}
],
}
],
"getPSDEChartTitle"
:
{
"getPSDEChartTitle"
:
{
"index"
:
0
,
"index"
:
0
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoUsr0301727282ChartView.json
浏览文件 @
49a9c396
...
@@ -341,6 +341,7 @@
...
@@ -341,6 +341,7 @@
"id"
:
"0"
"id"
:
"0"
},
},
"getPSDEChartSerieses"
:
[
{
"getPSDEChartSerieses"
:
[
{
"caption"
:
"学生信息"
,
"catalogField"
:
"NAME"
,
"catalogField"
:
"NAME"
,
"getCatalogPSCodeList"
:
{
"getCatalogPSCodeList"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -384,7 +385,7 @@
...
@@ -384,7 +385,7 @@
"seriesType"
:
"bar"
,
"seriesType"
:
"bar"
,
"valueField"
:
"AGE"
,
"valueField"
:
"AGE"
,
"enableChartDataSet"
:
true
,
"enableChartDataSet"
:
true
,
"stack"
:
fals
e
"stack"
:
tru
e
}
],
}
],
"getPSDEChartTitle"
:
{
"getPSDEChartTitle"
:
{
"index"
:
0
,
"index"
:
0
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录