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

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

上级 ccbe3503
...@@ -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.108", "@ibiz-template/controller": "^0.0.1-beta.109",
"@ibiz-template/core": "^0.0.1-beta.108", "@ibiz-template/core": "^0.0.1-beta.109",
"@ibiz-template/model": "^0.0.1-beta.108", "@ibiz-template/model": "^0.0.1-beta.109",
"@ibiz-template/runtime": "^0.0.1-beta.108", "@ibiz-template/runtime": "^0.0.1-beta.109",
"@ibiz-template/service": "^0.0.1-beta.108", "@ibiz-template/service": "^0.0.1-beta.109",
"@ibiz-template/theme": "^0.0.1-beta.108", "@ibiz-template/theme": "^0.0.1-beta.109",
"@ibiz-template/vue-util": "^0.0.1-beta.108", "@ibiz-template/vue-util": "^0.0.1-beta.109",
"@ibiz/dynamic-model-api": "^2.1.28", "@ibiz/dynamic-model-api": "^2.1.28",
"@riophae/vue-treeselect": "^0.4.0", "@riophae/vue-treeselect": "^0.4.0",
"dayjs": "^1.11.7", "dayjs": "^1.11.7",
......
此差异已折叠。
...@@ -185,7 +185,6 @@ export const IBizPicker = defineComponent({ ...@@ -185,7 +185,6 @@ export const IBizPicker = defineComponent({
placeholder={this.c.placeHolder} placeholder={this.c.placeHolder}
placement='bottom' placement='bottom'
clearable clearable
transfer
transfer-class-name={this.ns.e('transfer')} transfer-class-name={this.ns.e('transfer')}
on-on-focus={this.onFocus} on-on-focus={this.onFocus}
on-on-search={this.onSearch} on-on-search={this.onSearch}
......
...@@ -3650,16 +3650,16 @@ ...@@ -3650,16 +3650,16 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-弹出", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
...@@ -3678,16 +3678,16 @@ ...@@ -3678,16 +3678,16 @@
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-本次删除",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册