前端名称对应

This commit is contained in:
钱涛 2022-03-01 10:28:40 +08:00
parent f591c09dc9
commit 8876390719
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class TaxAgentListCmd extends AbstractCommonCommand<Map<String, Object>>
table.setSqlisdistinct("false");
table.getColumns().add(new WeaTableColumn("id").setDisplay(WeaBoolAttr.FALSE));
table.getColumns().add(new WeaTableColumn("40%", "个税扣缴义务人名称", "description", ""));
table.getColumns().add(new WeaTableColumn("40%", "个税扣缴义务人名称", "name", ""));
table.getColumns().add(new WeaTableColumn("40%", "备注", "description", ""));
//设置check是否可用