fixed:查看驳回原因,取消变关闭
parent
cbaedaba70
commit
4fea89a4f3
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
||||||
maskClosable={false}
|
maskClosable={false}
|
||||||
onCancel={props.onCancel}
|
onCancel={props.onCancel}
|
||||||
footer={[
|
footer={[
|
||||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Descriptions
|
<Descriptions
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,7 @@ const RejectReason = (props) => {
|
||||||
maskClosable={false}
|
maskClosable={false}
|
||||||
onCancel={props.onCancel}
|
onCancel={props.onCancel}
|
||||||
footer={[
|
footer={[
|
||||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Descriptions
|
<Descriptions
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
||||||
maskClosable={false}
|
maskClosable={false}
|
||||||
onCancel={props.onCancel}
|
onCancel={props.onCancel}
|
||||||
footer={[
|
footer={[
|
||||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Descriptions
|
<Descriptions
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
||||||
maskClosable={false}
|
maskClosable={false}
|
||||||
onCancel={props.onCancel}
|
onCancel={props.onCancel}
|
||||||
footer={[
|
footer={[
|
||||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Descriptions
|
<Descriptions
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
||||||
maskClosable={false}
|
maskClosable={false}
|
||||||
onCancel={props.onCancel}
|
onCancel={props.onCancel}
|
||||||
footer={[
|
footer={[
|
||||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Descriptions
|
<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}
|
maskClosable={false}
|
||||||
onCancel={props.onCancel}
|
onCancel={props.onCancel}
|
||||||
footer={[
|
footer={[
|
||||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Descriptions
|
<Descriptions
|
||||||
|
|
|
||||||
|
|
@ -139,7 +139,7 @@ const RejectReason = (props) => {
|
||||||
maskClosable={false}
|
maskClosable={false}
|
||||||
onCancel={props.onCancel}
|
onCancel={props.onCancel}
|
||||||
footer={[
|
footer={[
|
||||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Descriptions
|
<Descriptions
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@ const RejectReason = (props) => {
|
||||||
maskClosable={false}
|
maskClosable={false}
|
||||||
onCancel={props.onCancel}
|
onCancel={props.onCancel}
|
||||||
footer={[
|
footer={[
|
||||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Descriptions
|
<Descriptions
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
||||||
maskClosable={false}
|
maskClosable={false}
|
||||||
onCancel={props.onCancel}
|
onCancel={props.onCancel}
|
||||||
footer={[
|
footer={[
|
||||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Descriptions
|
<Descriptions
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
||||||
maskClosable={false}
|
maskClosable={false}
|
||||||
onCancel={props.onCancel}
|
onCancel={props.onCancel}
|
||||||
footer={[
|
footer={[
|
||||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Descriptions
|
<Descriptions
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ const RejectReason = (props) => {
|
||||||
maskClosable={false}
|
maskClosable={false}
|
||||||
onCancel={props.onCancel}
|
onCancel={props.onCancel}
|
||||||
footer={[
|
footer={[
|
||||||
<Button key="cancel" onClick={props.onCancel}>取消</Button>,
|
<Button key="cancel" onClick={props.onCancel}>关闭</Button>,
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Descriptions
|
<Descriptions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue