Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
05fa5995
提交
05fa5995
编写于
4月 20, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
3e61df19
变更
9
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
103 行增加
和
86 行删除
+103
-86
package.json
app_Web/package.json
+7
-7
pnpm-lock.yaml
app_Web/pnpm-lock.yaml
+41
-41
git-publish.sh
app_Web/scripts/git-publish.sh
+2
-0
update.sh
app_Web/scripts/update.sh
+2
-0
kq-login-view.scss
...rc/components/login-view/kq-login-view/kq-login-view.scss
+4
-0
tree-control.tsx
app_Web/src/components/widgets/tree-control/tree-control.tsx
+11
-2
yarn.lock
app_Web/yarn.lock
+28
-28
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+4
-4
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+4
-4
未找到文件。
app_Web/package.json
浏览文件 @
05fa5995
...
...
@@ -13,13 +13,13 @@
"dependencies"
:
{
"@floating-ui/dom"
:
"^1.0.11"
,
"@ibiz-template/command"
:
"^0.0.1-beta.50"
,
"@ibiz-template/controller"
:
"^0.0.1-beta.6
4
"
,
"@ibiz-template/core"
:
"^0.0.1-beta.6
4
"
,
"@ibiz-template/model"
:
"^0.0.1-beta.6
4
"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.6
4
"
,
"@ibiz-template/service"
:
"^0.0.1-beta.6
4
"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.
59
"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.6
4
"
,
"@ibiz-template/controller"
:
"^0.0.1-beta.6
5
"
,
"@ibiz-template/core"
:
"^0.0.1-beta.6
5
"
,
"@ibiz-template/model"
:
"^0.0.1-beta.6
5
"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.6
5
"
,
"@ibiz-template/service"
:
"^0.0.1-beta.6
5
"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.
65
"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.6
5
"
,
"@ibiz/dynamic-model-api"
:
"^2.1.17"
,
"@riophae/vue-treeselect"
:
"^0.4.0"
,
"dayjs"
:
"^1.11.7"
,
...
...
app_Web/pnpm-lock.yaml
浏览文件 @
05fa5995
此差异已折叠。
点击以展开。
app_Web/scripts/git-publish.sh
浏览文件 @
05fa5995
set
-e
git pull
git add
-A
git commit
-m
"build: 升级底包"
...
...
app_Web/scripts/update.sh
浏览文件 @
05fa5995
set
-e
rm
-rf
node_modules
yarn
yarn add
"@ibiz-template/vue-util@latest"
"@ibiz-template/service@latest"
"@ibiz-template/runtime@latest"
"@ibiz-template/model@latest"
"@ibiz-template/core@latest"
"@ibiz-template/command@latest"
"@ibiz-template/controller@latest"
"@ibiz-template/theme@latest"
...
...
app_Web/src/components/login-view/kq-login-view/kq-login-view.scss
浏览文件 @
05fa5995
...
...
@@ -97,6 +97,10 @@
letter-spacing
:
6px
;
border-radius
:
4px
;
.ivu-load-loop
{
width
:
20px
;
}
&
:nth-child
(
1
)
{
color
:
#fff
;
background-color
:
#0080cc
;
...
...
app_Web/src/components/widgets/tree-control/tree-control.tsx
浏览文件 @
05fa5995
...
...
@@ -60,14 +60,23 @@ export const TreeControl = defineComponent({
}
// 数据加载回来后的处理
// todo 根据选中数据做回显
c
.
nerve
.
self
.
evt
.
on
(
'onLoadSuccess'
,
async
({
data
,
isFirstLoad
})
=>
{
if
(
isFirstLoad
&&
c
.
isSelectFirstDefault
&&
c
.
defaultSelectKeys
.
length
===
0
)
{
treeRef
.
value
!
.
setCurrentKey
(
data
!
[
0
].
id
);
// UI上通过 key 设置某个节点的当前选中状态
treeRef
.
value
!
.
setCurrentKey
(
data
[
0
].
id
);
c
.
onTreeNodeClick
(
data
[
0
]);
}
if
(
isFirstLoad
&&
defaultExpands
.
value
.
length
===
0
&&
c
.
defaultExpandedKeys
)
{
// 因为树是懒加载,所以初次加载时计算默认展开的keys
defaultExpands
.
value
=
c
.
defaultExpandedKeys
;
}
});
...
...
app_Web/yarn.lock
浏览文件 @
05fa5995
...
...
@@ -651,54 +651,54 @@
dependencies:
qx-util "^0.4.8"
"@ibiz-template/controller@^0.0.1-beta.6
4
":
version "0.0.1-beta.6
4
"
resolved "http://npm.zhr.icu/@ibiz-template/controller/-/controller-0.0.1-beta.6
4.tgz#ea7d7706278b81ba26b7d42293a8a77bbae6760
4"
integrity sha512-
HhVpEqyvNGCTH+/j3sCBCn9QF7F/PCSQ4xDF5HcD5PiU475gG+s2C80P8QXZZRq874PX89WyYaKAS7xE3JkavA
==
"@ibiz-template/controller@^0.0.1-beta.6
5
":
version "0.0.1-beta.6
5
"
resolved "http://npm.zhr.icu/@ibiz-template/controller/-/controller-0.0.1-beta.6
5.tgz#cf1738f8cb715eaafe363fa6ecdc85fb3822d18
4"
integrity sha512-
G8wwC0LjGjK3P4br8x42Ug0UwRR5CkrDTRSVnlTluqo51SvxdGMQEMsiUTr9YCn+3vSja1y2CHWzkQEOhay1Qw
==
dependencies:
async-validator "^4.2.5"
dayjs "^1.11.5"
"@ibiz-template/core@^0.0.1-beta.6
4
":
version "0.0.1-beta.6
4
"
resolved "http://npm.zhr.icu/@ibiz-template/core/-/core-0.0.1-beta.6
4.tgz#42d99cfc9013e550449d0bff56120f1573b61b01
"
integrity sha512-
80iushnFs9GK0QwQIo/v3zfWRuJMvZbuHGOHNu/jmlYxN5A7jzAPu0yCGdG2jxaJ9b6GaRn8CMmI2eJhwfPUYA
==
"@ibiz-template/core@^0.0.1-beta.6
5
":
version "0.0.1-beta.6
5
"
resolved "http://npm.zhr.icu/@ibiz-template/core/-/core-0.0.1-beta.6
5.tgz#74ca1ab9f8d75d3f104653729e525dbd8f835018
"
integrity sha512-
T7mxdBkLzLSARHCsdJ3wYfEnmAuHpSogD8Mb6omwRkey5vFv4dw/1dB2mQw+Vfv8Jbi/alTP2apDBG6B6wSsdQ
==
dependencies:
axios "^1.2.1"
loglevel "^1.8.0"
pluralize "^8.0.0"
qs "^6.11.0"
"@ibiz-template/model@^0.0.1-beta.6
4
":
version "0.0.1-beta.6
4
"
resolved "http://npm.zhr.icu/@ibiz-template/model/-/model-0.0.1-beta.6
4.tgz#fd522e23f40f0f4a39ca433c3d7d909d8fa153
0c"
integrity sha512-
/lpDN/ibnot2FPjnVgngtlzYp6jd/0dza16+KEUIzpnjKCr27Xyo+aE0KGudsuRxEoiO/D7DKWG2ijnPYQm3A
w==
"@ibiz-template/model@^0.0.1-beta.6
5
":
version "0.0.1-beta.6
5
"
resolved "http://npm.zhr.icu/@ibiz-template/model/-/model-0.0.1-beta.6
5.tgz#8e62d49f47ffd55710d5ecbfac55160f6e4fb7
0c"
integrity sha512-
muSKLTuzgweisCdx/LJxRcM49i6tZZ7/uCMULNEF1fOHw+UFrVRurQpMLIETLM+H/wTj6mgAIUdO8Knky9hBF
w==
dependencies:
"@ibiz/dynamic-model-api" "^2.1.17"
pluralize "^8.0.0"
"@ibiz-template/runtime@^0.0.1-beta.6
4
":
version "0.0.1-beta.6
4
"
resolved "http://npm.zhr.icu/@ibiz-template/runtime/-/runtime-0.0.1-beta.6
4.tgz#bbfbadba5e636c99a20d9a4632063a9f465ed93b
"
integrity sha512-
hLKrNqC++9zic6xxxblh7Bupr/NJUkb0espJ+7CRQoBDn2RYLTxZv706KlMm8sRn98M713OKDZRjlofR6lCE1A
==
"@ibiz-template/runtime@^0.0.1-beta.6
5
":
version "0.0.1-beta.6
5
"
resolved "http://npm.zhr.icu/@ibiz-template/runtime/-/runtime-0.0.1-beta.6
5.tgz#4e2af9e6a4272e9e688bef6bcdea6c3fd196296c
"
integrity sha512-
fq196X4KweWLl9eTGtFF4/H13xI8pd73ryWi0m1B+Zq2sW/kER9gd2my2gwTj1F0md7v/8+HM/nhDbOrxbDzdw
==
dependencies:
"@ibiz-template/command" "^0.0.1-beta.50"
qs "^6.11.0"
"@ibiz-template/service@^0.0.1-beta.6
4
":
version "0.0.1-beta.6
4
"
resolved "http://npm.zhr.icu/@ibiz-template/service/-/service-0.0.1-beta.6
4.tgz#870790dc089b04f885e15a4cf1c299e296d7995a
"
integrity sha512-
oU83WNvp6+gctNPLUD8LOS3mJsIQDwpGxtdnhIDBpSrqrhb5bCo7dHoutdVBNfOf3Nt4bsStTK4PfwsAjPvf2A
==
"@ibiz-template/service@^0.0.1-beta.6
5
":
version "0.0.1-beta.6
5
"
resolved "http://npm.zhr.icu/@ibiz-template/service/-/service-0.0.1-beta.6
5.tgz#c0fad064edd29d699f756db8e4145dd4485ae05b
"
integrity sha512-
Hk9kKS/KGCKgIxwbUMQYzreQ1mWLyizR117k5TeRC2ixuEof3hX41t26XJZSVFTFaRP4lxioPnt5ihHu9Nl0vg
==
"@ibiz-template/theme@^0.0.1-beta.
59
":
version "0.0.1-beta.
59
"
resolved "http://npm.zhr.icu/@ibiz-template/theme/-/theme-0.0.1-beta.
59.tgz#f724e1a97f4ca6caee6c1f32751750b3fcd3583f
"
integrity sha512-
XfBMhlL+Fh4jFZL9Zc05Sev2wtrwlSLURYYL8i22yzQgxa28zUZU2v+bFGelvgaF78v7L5hoUs0ysDnBPN2GKg
==
"@ibiz-template/theme@^0.0.1-beta.
65
":
version "0.0.1-beta.
65
"
resolved "http://npm.zhr.icu/@ibiz-template/theme/-/theme-0.0.1-beta.
65.tgz#93f1ff2813a30ed83b71ff1997e9e2908d19acf3
"
integrity sha512-
Y6uWfZXwIlZo+7PfxTs/hFeaiawm7OSs1VTjQABPXph+EEJDd/qrXThLrBhKIaqqLIR9EXH3Ck6jalqDH5qfnQ
==
"@ibiz-template/vue-util@^0.0.1-beta.6
4
":
version "0.0.1-beta.6
4
"
resolved "http://npm.zhr.icu/@ibiz-template/vue-util/-/vue-util-0.0.1-beta.6
4.tgz#c24994fdc7ace11f8d5db826d958ecaf2ea776d
4"
integrity sha512-
DZ11m8oXY4Tc9iPyDgCARpGzgYr6rUivHVSeZgvGyQ1hv9NJQu2QpnskIQ3GOBVPdK29GCqMJX1zSf2ZEm06vA
==
"@ibiz-template/vue-util@^0.0.1-beta.6
5
":
version "0.0.1-beta.6
5
"
resolved "http://npm.zhr.icu/@ibiz-template/vue-util/-/vue-util-0.0.1-beta.6
5.tgz#d2c6a6a81288ea18e7e5371dada880d56181bff
4"
integrity sha512-
78hJEgsRpKmLEsM1BQdkaKPV/4ZUuKlhxPKVjS7fSoj2e142ZKDR6AEPjLF2GmBNDCqrnvMJm1Q+0XwG7xHKUQ
==
"@ibiz/dynamic-model-api@^2.1.17":
version "2.1.17"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
05fa5995
...
...
@@ -1224,16 +1224,16 @@
"mOSFilePath"
:
"pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
},
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
}
],
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
05fa5995
...
...
@@ -2422,16 +2422,16 @@
"mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息
2
",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
3
"
"id" : "ViewMsg
2
"
}
}, {
"name" : "视图消息",
"name" : "视图消息
2
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
2
"
"id" : "ViewMsg
3
"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2"
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录