Commit 5ff88741 by zhaochengxiang

bug fix

parent 3e106e97
......@@ -285,7 +285,7 @@ const AssetAction = (props) => {
}
},
{
title: '业务义',
title: '业务义',
dataIndex: 'businessDefinition',
width: 240,
ellipsis: true,
......@@ -1365,7 +1365,7 @@ const AssetAction = (props) => {
</React.Fragment>
}
<Input size="middle"
placeholder={assets?.templateType==='mdg'?'搜索中英文名称/业务义':'搜索中英文名称/业务规则'}
placeholder={assets?.templateType==='mdg'?'搜索中英文名称/业务义':'搜索中英文名称/业务规则'}
value={keyword}
bordered={true} allowClear
style={{ width: 200 }}
......
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