@@ -45,21 +45,6 @@ export const columns: BasicColumn[] = [
align: "center",
dataIndex: 'country'
},
- {
- title: '状态(status)',
- key: 'status',
- dataIndex: 'status',
- align:"center",
- customRender:function (t, r, index) {
- if(t.text==1){
- return '启用(enable)'
- }else if(t.text==0){
- return '停用(disable)'
- }else{
- return ''
- }
- },
];
// 高级查询数据