Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-11-04 11:07:42 +08:00
parent c72f2b0167
commit d4c46ebaa2
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 36 additions and 0 deletions

View file

@ -293,6 +293,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewFitImage(op)
case "setAttrViewDisplayFieldName":
ret = tx.doSetAttrViewDisplayFieldName(op)
case "setAttrViewFillColBackgroundColor":
ret = tx.doSetAttrViewFillColBackgroundColor(op)
case "setAttrViewShowIcon":
ret = tx.doSetAttrViewShowIcon(op)
case "setAttrViewWrapField":