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

zhujiamin 发布系统代码 [TrainSys,网页端]

上级 093660f8
...@@ -13,13 +13,13 @@ ...@@ -13,13 +13,13 @@
"dependencies": { "dependencies": {
"@floating-ui/dom": "^1.0.11", "@floating-ui/dom": "^1.0.11",
"@ibiz-template/command": "^0.0.1-beta.50", "@ibiz-template/command": "^0.0.1-beta.50",
"@ibiz-template/controller": "^0.0.1-beta.96", "@ibiz-template/controller": "^0.0.1-beta.97",
"@ibiz-template/core": "^0.0.1-beta.96", "@ibiz-template/core": "^0.0.1-beta.97",
"@ibiz-template/model": "^0.0.1-beta.96", "@ibiz-template/model": "^0.0.1-beta.97",
"@ibiz-template/runtime": "^0.0.1-beta.96", "@ibiz-template/runtime": "^0.0.1-beta.97",
"@ibiz-template/service": "^0.0.1-beta.96", "@ibiz-template/service": "^0.0.1-beta.97",
"@ibiz-template/theme": "^0.0.1-beta.96", "@ibiz-template/theme": "^0.0.1-beta.97",
"@ibiz-template/vue-util": "^0.0.1-beta.96", "@ibiz-template/vue-util": "^0.0.1-beta.97",
"@ibiz/dynamic-model-api": "^2.1.24", "@ibiz/dynamic-model-api": "^2.1.24",
"@riophae/vue-treeselect": "^0.4.0", "@riophae/vue-treeselect": "^0.4.0",
"dayjs": "^1.11.7", "dayjs": "^1.11.7",
......
此差异已折叠。
...@@ -61,6 +61,9 @@ export const FormDRUIPart = defineComponent({ ...@@ -61,6 +61,9 @@ export const FormDRUIPart = defineComponent({
neuronInit: this.onNeuronInit, neuronInit: this.onNeuronInit,
}, },
})} })}
{this.controller.showMask && (
<div class={this.ns.e('mask')}>请先保存主数据</div>
)}
</div> </div>
); );
}, },
......
...@@ -1279,16 +1279,16 @@ ...@@ -1279,16 +1279,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
......
...@@ -3004,16 +3004,16 @@ ...@@ -3004,16 +3004,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
} ], } ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册