前端名称对应
This commit is contained in:
parent
f591c09dc9
commit
8876390719
|
|
@ -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是否可用
|
||||
|
|
|
|||
Loading…
Reference in New Issue