release
赵鹏 2 years ago
parent fa27beb270
commit f55f65c2f1

@ -288,7 +288,9 @@ function Detail() {
fileList={fileList}
listType="picture-card"
onChange={handleChange}
onRemove={handRemove}>
onRemove={handRemove}
accept=".jpg,.png,.peg,.bmp"
>
<div>
<PlusOutlined />
<div style={{ marginTop: 8 }}>Upload Invoice</div>

@ -67,6 +67,15 @@ function Paid(){
return (
<Space direction="vertical" style={{ width: "100%" }}>
<Row gutter={16}>
<Col span={20}>
</Col>
<Col span={4}>
<Button type="link" onClick={() => navigate("/invoice")}>
Back
</Button>
</Col>
</Row>
<Title level={3}></Title>
<Row gutter={16}>
<Col md={24} lg={6} xxl={4}>

Loading…
Cancel
Save