{
        			    field: 'Amount',
        			    title: '金额',
        			    width: 80,
        			    editor: {
        			        type: 'numberbox',
        			        options: {
        			            disabled: true,
        			            precision: 2,
        			            min: 0,
        			            groupSeparator: ','
        			        }
        			    }

 

disabled: true;

官网是 disable

相关文章: