src/menu/components/table/base-table/columns/editColumn/formconfig.jsx
@@ -460,6 +460,21 @@ required: true }, { type: 'radio', key: 'noValue', label: '空值', initVal: card.noValue || 'show', tooltip: '数值为 0 或时间小于 1949-10-02 时,是否显示', required: false, options: [{ value: 'show', text: '显示' }, { value: 'hide', text: '隐藏' }] }, { type: 'multiselect', key: 'blacklist', label: '黑名单',