@@ -86,7 +86,7 @@ function header(props) {
message.error('请先选择要删除的数据!')
return
}
- const title = '确认将所选的' + demandIdList.length + '条数据删除?可删除条件:需求单阶段 为 作废。'
+ const title = '确认将所选的' + demandIdList.length + '条数据删除?可删除条件:需求单状态 为 作废。'
Modal.confirm({
title: title,
okText: '确认',