提交 96c068a1 编写于 作者: KK's avatar KK

表格列支持拖动

上级 d229bbeb
...@@ -449,9 +449,9 @@ import { FormItemModel } from '@/model/form-detail'; ...@@ -449,9 +449,9 @@ import { FormItemModel } from '@/model/form-detail';
* @type {boolean} * @type {boolean}
* @memberof AppEmbedPicker * @memberof AppEmbedPicker
*/ */
public isDragendCol: boolean = <#if app.getPSApplicationUI()??>${app.getPSApplicationUI().getPFStyleParam('EL-TABLE.ISDRAGENDCOL',false)?c}<#else>false</#if>; public isDragendCol: boolean = true;
<#-- public isDragendCol: boolean = true; --> <#-- public isDragendCol: boolean = <#if app.getPSApplicationUI()??>${app.getPSApplicationUI().getPFStyleParam('EL-TABLE.ISDRAGENDCOL',false)?c}<#else>false</#if>;-->
/** /**
* 所有列成员 * 所有列成员
* *
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册