fixed:查看驳回原因,取消变关闭
parent
cbaedaba70
commit
4fea89a4f3
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
|||
maskClosable={false}
|
||||
onCancel={props.onCancel}
|
||||
footer={[
|
||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
||||
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||
]}
|
||||
>
|
||||
<Descriptions
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ const RejectReason = (props) => {
|
|||
maskClosable={false}
|
||||
onCancel={props.onCancel}
|
||||
footer={[
|
||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
||||
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||
]}
|
||||
>
|
||||
<Descriptions
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
|||
maskClosable={false}
|
||||
onCancel={props.onCancel}
|
||||
footer={[
|
||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
||||
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||
]}
|
||||
>
|
||||
<Descriptions
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
|||
maskClosable={false}
|
||||
onCancel={props.onCancel}
|
||||
footer={[
|
||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
||||
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||
]}
|
||||
>
|
||||
<Descriptions
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
|||
maskClosable={false}
|
||||
onCancel={props.onCancel}
|
||||
footer={[
|
||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
||||
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||
]}
|
||||
>
|
||||
<Descriptions
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
function List() {
|
||||
return (<iframe src="https://www.baidu.com/" />);
|
||||
};
|
||||
|
||||
export default List;
|
||||
|
|
@ -140,7 +140,7 @@ const RejectReason = (props) => {
|
|||
maskClosable={false}
|
||||
onCancel={props.onCancel}
|
||||
footer={[
|
||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
||||
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||
]}
|
||||
>
|
||||
<Descriptions
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ const RejectReason = (props) => {
|
|||
maskClosable={false}
|
||||
onCancel={props.onCancel}
|
||||
footer={[
|
||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
||||
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||
]}
|
||||
>
|
||||
<Descriptions
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ const RejectReason = (props) => {
|
|||
maskClosable={false}
|
||||
onCancel={props.onCancel}
|
||||
footer={[
|
||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
||||
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||
]}
|
||||
>
|
||||
<Descriptions
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
|||
maskClosable={false}
|
||||
onCancel={props.onCancel}
|
||||
footer={[
|
||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
||||
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||
]}
|
||||
>
|
||||
<Descriptions
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
|||
maskClosable={false}
|
||||
onCancel={props.onCancel}
|
||||
footer={[
|
||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
||||
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||
]}
|
||||
>
|
||||
<Descriptions
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
|||
maskClosable={false}
|
||||
onCancel={props.onCancel}
|
||||
footer={[
|
||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
||||
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||
]}
|
||||
>
|
||||
<Descriptions
|
||||
|
|
|
|||
Loading…
Reference in New Issue