提交 8fbfe0f1 编写于 作者: ibizdev's avatar ibizdev

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

上级 b592a1af
...@@ -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.72", "@ibiz-template/controller": "^0.0.1-beta.73",
"@ibiz-template/core": "^0.0.1-beta.72", "@ibiz-template/core": "^0.0.1-beta.73",
"@ibiz-template/model": "^0.0.1-beta.72", "@ibiz-template/model": "^0.0.1-beta.73",
"@ibiz-template/runtime": "^0.0.1-beta.72", "@ibiz-template/runtime": "^0.0.1-beta.73",
"@ibiz-template/service": "^0.0.1-beta.72", "@ibiz-template/service": "^0.0.1-beta.73",
"@ibiz-template/theme": "^0.0.1-beta.72", "@ibiz-template/theme": "^0.0.1-beta.73",
"@ibiz-template/vue-util": "^0.0.1-beta.72", "@ibiz-template/vue-util": "^0.0.1-beta.73",
"@ibiz/dynamic-model-api": "^2.1.17", "@ibiz/dynamic-model-api": "^2.1.17",
"@riophae/vue-treeselect": "^0.4.0", "@riophae/vue-treeselect": "^0.4.0",
"dayjs": "^1.11.7", "dayjs": "^1.11.7",
......
此差异已折叠。
...@@ -65,13 +65,6 @@ export const FormMDCtrl = defineComponent({ ...@@ -65,13 +65,6 @@ export const FormMDCtrl = defineComponent({
<div class={this.ns.b('form-content')} key={data.srfkey}> <div class={this.ns.b('form-content')} key={data.srfkey}>
{formComponent} {formComponent}
<div class={this.ns.b('btn')}> <div class={this.ns.b('btn')}>
<i-button
class={this.ns.b('add-btn')}
type='text'
on-click={() => this.c.handleAdd(index)}
>
添加
</i-button>
<i-button <i-button
class={this.ns.b('remove-btn')} class={this.ns.b('remove-btn')}
type='text' type='text'
...@@ -87,7 +80,25 @@ export const FormMDCtrl = defineComponent({ ...@@ -87,7 +80,25 @@ export const FormMDCtrl = defineComponent({
}; };
const renderMainContent = () => { const renderMainContent = () => {
return <div class={this.ns.b('main')}>{renderFormContent()}</div>; return (
<div class={this.ns.b('main')}>
{[
<div class={this.ns.b('title')}>
<span class={this.ns.b('caption')}>
{this.modelData.source.caption}
</span>
<i-button
class={this.ns.b('add-btn')}
type='text'
on-click={() => this.c.handleAdd()}
>
添加
</i-button>
</div>,
renderFormContent(),
]}
</div>
);
}; };
return <div class={this.ns.b()}>{renderMainContent()}</div>; return <div class={this.ns.b()}>{renderMainContent()}</div>;
......
...@@ -651,54 +651,54 @@ ...@@ -651,54 +651,54 @@
dependencies: dependencies:
qx-util "^0.4.8" qx-util "^0.4.8"
"@ibiz-template/controller@^0.0.1-beta.72": "@ibiz-template/controller@^0.0.1-beta.73":
version "0.0.1-beta.72" version "0.0.1-beta.73"
resolved "http://npm.zhr.icu/@ibiz-template/controller/-/controller-0.0.1-beta.72.tgz#b43018a53c6f2c6ef08b035876444dfdf6fe8873" resolved "http://npm.zhr.icu/@ibiz-template/controller/-/controller-0.0.1-beta.73.tgz#29980fbb98b4eb46b361021d120c6e35284210b2"
integrity sha512-O3JJEu3gm6HDbd0DNSrVFLp7zde7NLECzx80QnnLOL/MaHxPf0hTAMeanRL9BKP443r9ocEY2Q0rCP+r9/7o9A== integrity sha512-Ne5NOacc4ovKXhuRErCQiGxg6RDvT7XJXIGwuhtIwxMHqfT4y4TeFjdqK9fLlBqjHFAnq48hz2gSYR/gDDhcWw==
dependencies: dependencies:
async-validator "^4.2.5" async-validator "^4.2.5"
dayjs "^1.11.5" dayjs "^1.11.5"
"@ibiz-template/core@^0.0.1-beta.72": "@ibiz-template/core@^0.0.1-beta.73":
version "0.0.1-beta.72" version "0.0.1-beta.73"
resolved "http://npm.zhr.icu/@ibiz-template/core/-/core-0.0.1-beta.72.tgz#872201b7fc5f29311d03e931865f8ebf9bb6092f" resolved "http://npm.zhr.icu/@ibiz-template/core/-/core-0.0.1-beta.73.tgz#f0294e86cdae514bc359f5e35734d3aa5149aa96"
integrity sha512-JF2nMkrDHmvvfQyTTfYWEc/CmrBh3VkAParOvsbN+ZmaoW1q4q/49ZDxAlMerKIKLg+ec/8BOyRWUVuXCEKwyw== integrity sha512-iQlK6gdoEfbvH+Edo9Eb76kF+e1GETIU3ns2a7ibsemqFiuTJpTUMGVcYbbds1wMV2bU9XDEl4djFdqnvzIhHw==
dependencies: dependencies:
axios "^1.2.1" axios "^1.2.1"
loglevel "^1.8.0" loglevel "^1.8.0"
pluralize "^8.0.0" pluralize "^8.0.0"
qs "^6.11.0" qs "^6.11.0"
"@ibiz-template/model@^0.0.1-beta.72": "@ibiz-template/model@^0.0.1-beta.73":
version "0.0.1-beta.72" version "0.0.1-beta.73"
resolved "http://npm.zhr.icu/@ibiz-template/model/-/model-0.0.1-beta.72.tgz#65f8815a7027d2cc965594b61d01a1954f3e679b" resolved "http://npm.zhr.icu/@ibiz-template/model/-/model-0.0.1-beta.73.tgz#daa823b04b0eaafb5ddad53ba68477d60c0c0217"
integrity sha512-0o8jqUFnWxPIOEHqwrc0MdXXaw3Ar6Cx/MV7xcprIoy4KRW8I40CJrJrblfm6OfkENnR1F/9Dak9nhsFpytF/w== integrity sha512-0qOKVrhx83NlZ1qRk/Bo3EL1w3TSpRTUHhZKxzv9MjBAXp5y2ubeJno3HQeUiyO0Y5mbcBYRqll3nBGUQep5lg==
dependencies: dependencies:
"@ibiz/dynamic-model-api" "^2.1.17" "@ibiz/dynamic-model-api" "^2.1.17"
pluralize "^8.0.0" pluralize "^8.0.0"
"@ibiz-template/runtime@^0.0.1-beta.72": "@ibiz-template/runtime@^0.0.1-beta.73":
version "0.0.1-beta.72" version "0.0.1-beta.73"
resolved "http://npm.zhr.icu/@ibiz-template/runtime/-/runtime-0.0.1-beta.72.tgz#d3d168e95a9711c8519fd600e3a2d0921120671a" resolved "http://npm.zhr.icu/@ibiz-template/runtime/-/runtime-0.0.1-beta.73.tgz#bd0a777c6192d4495501092ca6713d6b20f73b11"
integrity sha512-cqt5Lw0yxpH9iP1LLcRVgFGlMgYRBxiQwMCdbDVmEefZn+JD/SU7lGRdQHYFF1h/4nC8wqS+nxWEIPwI1/KtTQ== integrity sha512-gQ81viSmPpf2gbWfhG266j+FhP0hFnQ2qGdEVLBWFoD2apBlk9idlsSyVmSw3QglLnC7pdexQyLFyKqYv5BqkA==
dependencies: dependencies:
"@ibiz-template/command" "^0.0.1-beta.50" "@ibiz-template/command" "^0.0.1-beta.50"
qs "^6.11.0" qs "^6.11.0"
"@ibiz-template/service@^0.0.1-beta.72": "@ibiz-template/service@^0.0.1-beta.73":
version "0.0.1-beta.72" version "0.0.1-beta.73"
resolved "http://npm.zhr.icu/@ibiz-template/service/-/service-0.0.1-beta.72.tgz#ffaecc4cadd10a4fc140ebe6ce310f942874e8a1" resolved "http://npm.zhr.icu/@ibiz-template/service/-/service-0.0.1-beta.73.tgz#dbee519b0acc53fbacbc5584d68d691a70620698"
integrity sha512-yel1eUzUOrsWbcGAJABjMsWOmIttS8mRSJbyQsN/S748NxgxPl5tKuMdG3yiFmCRgT0A5DMF7ULHlCf3Z/AJqg== integrity sha512-P2JL+B/KkHo9fKw7io76mFS7ICKyyCFf4scp7wBHFKeuJWKAygajnMjbuxnNZZ7+M+z8Gg0RuRqnk2yWEungUQ==
"@ibiz-template/theme@^0.0.1-beta.72": "@ibiz-template/theme@^0.0.1-beta.73":
version "0.0.1-beta.72" version "0.0.1-beta.73"
resolved "http://npm.zhr.icu/@ibiz-template/theme/-/theme-0.0.1-beta.72.tgz#25a9a0b09a373881cd9e362ef746560fda6669e6" resolved "http://npm.zhr.icu/@ibiz-template/theme/-/theme-0.0.1-beta.73.tgz#6097035aaf075ec23aae3a0694dc72f6bef13f5f"
integrity sha512-HeTdVaFToDEGNaQXPDxVTfb84W8ifxxcaAz+uarKbe3LJW9UjbQ+p6XfknItj23sH8Ae2wE/ony6rAYhmC3eKg== integrity sha512-79GtHwMZDq38BqXP1zHZkXy4XlP6bt8T+DvIakNzn12DDA0w6iEw2xCw+GOJq/C+I3mitIvXO7FPlM0qZwjaxA==
"@ibiz-template/vue-util@^0.0.1-beta.72": "@ibiz-template/vue-util@^0.0.1-beta.73":
version "0.0.1-beta.72" version "0.0.1-beta.73"
resolved "http://npm.zhr.icu/@ibiz-template/vue-util/-/vue-util-0.0.1-beta.72.tgz#81f8963c8466ac244beb53dc6d369b6b8de98207" resolved "http://npm.zhr.icu/@ibiz-template/vue-util/-/vue-util-0.0.1-beta.73.tgz#2a9183c597fc8d63c95842ddb936edee39ec40c1"
integrity sha512-7ZDpdLgpXeW1PAu6CYVY0q6cE2hPBptm5PZOmfOVHKsSZTU2U+8u3ZMo1rFpwIU8deQ9wOsmwgUgxdSMWjM9fA== integrity sha512-F3/rF5sa7b1Jdfu32MhNa5sfj4iYfwDgucjLbwjPX14YRCvenQoNoFVEFoq5RX+nm5HvcgkWaKUZbKb5SZ2KFA==
"@ibiz/dynamic-model-api@^2.1.17": "@ibiz/dynamic-model-api@^2.1.17":
version "2.1.17" version "2.1.17"
......
...@@ -1224,16 +1224,16 @@ ...@@ -1224,16 +1224,16 @@
"mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/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"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
......
...@@ -2500,16 +2500,16 @@ ...@@ -2500,16 +2500,16 @@
"mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/Web/psappviewmsggroups/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"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2"
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册