src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx
@@ -224,22 +224,6 @@ }] }, { type: 'radio', key: 'sum', label: '显示合计', initVal: card.sum || 'false', tooltip: '合计信息只在使用系统数据源时有效。', required: false, options: [{ value: 'true', text: '是' }, { value: 'false', text: '否' }], forbid: card.isSub || card.sum !== 'true' }, { type: 'number', key: 'decimal', min: 0,