|
@@ -174,14 +174,12 @@ function A2add({ editInfo, closeFu, addTableFu, editTableFu, type }: Props) {
|
|
{editInfo.txt === '查看' ? (
|
|
{editInfo.txt === '查看' ? (
|
|
<Button onClick={closeFu}>返回</Button>
|
|
<Button onClick={closeFu}>返回</Button>
|
|
) : (
|
|
) : (
|
|
- <>
|
|
|
|
|
|
+ <div className='A2abtnBox'>
|
|
<Button type='primary' htmlType='submit'>
|
|
<Button type='primary' htmlType='submit'>
|
|
提交
|
|
提交
|
|
</Button>
|
|
</Button>
|
|
- <br />
|
|
|
|
- <br />
|
|
|
|
<MyPopconfirm txtK='取消' onConfirm={closeFu} />
|
|
<MyPopconfirm txtK='取消' onConfirm={closeFu} />
|
|
- </>
|
|
|
|
|
|
+ </div>
|
|
)}
|
|
)}
|
|
</Form.Item>
|
|
</Form.Item>
|
|
</Form>
|
|
</Form>
|