摘要: { dataIndex: 'state', title: formatMessage({ id: 'state', defaultMessage: '白名单状态' }), render:(state,Id)=>( <Popconfirm title={state==1?"确定停用该任务吗?":"确定 阅读全文
posted @ 2020-07-23 19:00 lipu1993 阅读(235) 评论(0) 推荐(0)
摘要: //POST export function addWhiteList(params) { const url = 'smartsafe/DatColWhiteListController/add'; return request(url, { method: 'POST', body: { ... 阅读全文
posted @ 2020-07-23 18:55 lipu1993 阅读(130) 评论(0) 推荐(0)
摘要: { dataIndex: 'datasourceType', title: formatMessage({ id: 'datasource.type', defaultMessage: '数据源类型' }), sorter: (a, b) => a.datasourceType > b.dataso 阅读全文
posted @ 2020-07-23 18:53 lipu1993 阅读(3874) 评论(0) 推荐(0)