Commit 5ff88741 by zhaochengxiang

bug fix

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