Commit f06865ad by wufan

feat:更新关联培训任务弹框文案

parent 6d06d640
......@@ -69,7 +69,7 @@ class RelatedPlanModal extends React.Component {
parsePlanColumns = () => {
const columns = [
{
title: '培训计划',
title: '培训任务',
key: 'planName',
dataIndex: 'planName',
render: (val, record) => {
......@@ -170,7 +170,7 @@ class RelatedPlanModal extends React.Component {
closeIcon={<span className='icon iconfont modal-close-icon'>&#xe6ef;</span>}>
<div className='search-container'>
<Search
placeholder='搜索培训计划名称'
placeholder='搜索培训任务名称'
style={{ width: 207 }}
onChange={(e) => {
this.handleChangePlanName(e.target.value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment