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

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

上级 508e9ad4
...@@ -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.124", "@ibiz-template/controller": "^0.0.1-beta.125",
"@ibiz-template/core": "^0.0.1-beta.124", "@ibiz-template/core": "^0.0.1-beta.125",
"@ibiz-template/model": "^0.0.1-beta.124", "@ibiz-template/model": "^0.0.1-beta.125",
"@ibiz-template/runtime": "^0.0.1-beta.124", "@ibiz-template/runtime": "^0.0.1-beta.125",
"@ibiz-template/service": "^0.0.1-beta.124", "@ibiz-template/service": "^0.0.1-beta.125",
"@ibiz-template/theme": "^0.0.1-beta.124", "@ibiz-template/theme": "^0.0.1-beta.125",
"@ibiz-template/vue-util": "^0.0.1-beta.124", "@ibiz-template/vue-util": "^0.0.1-beta.125",
"@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",
......
此差异已折叠。
...@@ -15,13 +15,15 @@ import '@ibiz-template/theme/style/components/common/view-toolbar/view-toolbar.s ...@@ -15,13 +15,15 @@ import '@ibiz-template/theme/style/components/common/view-toolbar/view-toolbar.s
const btnContent = (item: IPSDEToolbarItem, viewMode: string) => { const btnContent = (item: IPSDEToolbarItem, viewMode: string) => {
const image = item.getPSSysImage(); const image = item.getPSSysImage();
const showIcon = item.showIcon; const showIcon = item.showIcon;
const showCaption = item.showCaption;
const caption = showCaption ? item.caption : '';
if (viewMode === 'EMBED') { if (viewMode === 'EMBED') {
if (image) { if (image) {
return [showIcon ? <app-icon icon={image} /> : null, item.caption]; return [showIcon ? <app-icon icon={image} /> : null, caption];
} }
return [null, item.caption]; return [null, caption];
} }
return [showIcon ? <app-icon icon={image} /> : null, item.caption]; return [showIcon ? <app-icon icon={image} /> : null, caption];
}; };
export const ViewToolbar = defineComponent({ export const ViewToolbar = defineComponent({
......
...@@ -128,7 +128,7 @@ export const IBizCheckbox = defineComponent({ ...@@ -128,7 +128,7 @@ export const IBizCheckbox = defineComponent({
return items.value return items.value
.filter(item => valueArr.includes(item.value)) .filter(item => valueArr.includes(item.value))
.map(item => item.text) .map(item => item.text)
.join(','); .join('');
}); });
return { return {
......
...@@ -4,6 +4,7 @@ import { ...@@ -4,6 +4,7 @@ import {
getEditorEmits, getEditorEmits,
useNamespace, useNamespace,
} from '@ibiz-template/vue-util'; } from '@ibiz-template/vue-util';
import '@ibiz-template/theme/style/components/editor/ibiz-picker-link/ibiz-picker-link.scss';
export const IBizPickerLink = defineComponent({ export const IBizPickerLink = defineComponent({
name: 'IBizPickerLink', name: 'IBizPickerLink',
......
...@@ -9820,16 +9820,16 @@ ...@@ -9820,16 +9820,16 @@
"id" : "ViewMsg4" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
} }
} ] } ]
}, { }, {
...@@ -9846,58 +9846,45 @@ ...@@ -9846,58 +9846,45 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图方", "name" : "消息位置-视图方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图方", "name" : "消息位置-视图方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-弹出", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg9"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-无删除-上方-常规", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg9"
} }
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -9924,17 +9911,24 @@ ...@@ -9924,17 +9911,24 @@
"id" : "ViewMsg6" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-无删除", "name" : "关闭模式-无删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -9946,6 +9940,12 @@ ...@@ -9946,6 +9940,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg13"
} }
}, {
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册