@@ -149,7 +149,7 @@
ellipsis: true,
width: 120,
customRender: ({ record }) => {
- return record.status == 0 ? '待激活' : '正常';
+ return '正常';
},
];