Commit 6121e09d by zhaochengxiang

版本历史 改成 历史版本

parent b4a64d27
......@@ -382,7 +382,7 @@ const EditModel = (props) => {
permissionKey='历史版本'
permissions={modelerData?.optionList?.filter(item => item.enabled)?.map(item => item.name)}
>
版本历史
历史版本
</PermissionButton>
{
readOnly!=='true' && <Space>
......@@ -434,7 +434,7 @@ const EditModel = (props) => {
permissionKey='历史版本'
permissions={modelerData?.optionList?.filter(item => item.enabled)?.map(item => item.name)}
>
版本历史
历史版本
</PermissionButton>
<Button
type='primary'
......@@ -473,7 +473,7 @@ const EditModel = (props) => {
permissionKey='历史版本'
permissions={modelerData?.optionList?.filter(item => item.enabled)?.map(item => item.name)}
>
版本历史
历史版本
</PermissionButton>
{
!modelerData?.inheritedFromEasyDataModelerDataModel && <PermissionButton
......@@ -633,7 +633,7 @@ const PhysicalModelApprovalBottom = ({ loading, type, data, id, onChange, onOk,
return (
<div className='flex' style={{ width: '100%', justifyContent: 'space-between' }}>
<Space>
<Button type='primary' onClick={onHistoryClick}>版本历史</Button>
<Button type='primary' onClick={onHistoryClick}>历史版本</Button>
</Space>
<Space>
<Select
......
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