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

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

上级 14fa698a
...@@ -11,4 +11,8 @@ ...@@ -11,4 +11,8 @@
### Added ### Added
- 补充视图逻辑类型、界面行为补充标题等输出\ - 补充视图逻辑类型、界面行为补充标题等输出
### Fixed
- 修复表格列自动换行,文字长度处于临界值时,部分电脑的chrome浏览器,页面卡死的问题。
\ No newline at end of file
...@@ -163,7 +163,7 @@ export const GridControl = defineComponent({ ...@@ -163,7 +163,7 @@ export const GridControl = defineComponent({
} }
const columnName = column.codeName; const columnName = column.codeName;
columnSlots[columnName] = ({ row, index }: IData) => { columnSlots[columnName] = ({ row, index }: IData) => {
const rowController = this.c.rows[index]; const rowController = this.c.rows[index - 1];
if (row.hiddenRow) { if (row.hiddenRow) {
return ( return (
<span style='word-break: break-word;white-space: pre-wrap;'> <span style='word-break: break-word;white-space: pre-wrap;'>
......
...@@ -1049,16 +1049,16 @@ ...@@ -1049,16 +1049,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
......
...@@ -2078,16 +2078,16 @@ ...@@ -2078,16 +2078,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
} ], } ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册