Commit 60c0b690 by zhaochengxiang

bug fix

parent 5f05cf60
import React from 'react';
import { Drawer, Form } from 'antd';
import { AssetDraftReference } from '../../../../util/constant';
import AssetAction from './AssetAction';
const AssetDetailDrawer = (props) => {
......@@ -20,7 +19,7 @@ const AssetDetailDrawer = (props) => {
return (
<Drawer
visible={ visible }
title={(reference===AssetDraftReference)?'资产目录草稿详情':'资产目录详情'}
title='资产目录详情'
width='80%'
placement="right"
closable={ true }
......
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