#
luxiaotao1123
2024-03-28 2535d50523f040dba60cc84c5b279009d70ac3be
#
1个文件已修改
28 ■■■■■ 已修改文件
zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
@@ -1,5 +1,5 @@
import React, { useState, useRef, useEffect } from 'react';
import { Spin, Form, Button } from 'antd';
import { Spin, Descriptions, Button } from 'antd';
import { FormattedMessage, useIntl, useModel } from '@umijs/max';
import { LoadingOutlined } from '@ant-design/icons';
import { createStyles } from 'antd-style';
@@ -26,6 +26,7 @@
        tableInfo: {
            height: '100%',
            width: '50%',
            padding: '0 10px 0 15px'
        }
    }
})
@@ -74,7 +75,30 @@
                    </Spin>
                </div>
                <div className={styles.tableInfo}>
                    <Descriptions
                        bordered
                        layout="vertical"
                        column={1}
                        items={
                            [
                                {
                                    key: '1',
                                    label: 'Product',
                                    children: 'Cloud Database',
                                },
                                {
                                    key: '2',
                                    label: 'Billing Mode',
                                    children: 'Prepaid',
                                },
                                {
                                    key: '3',
                                    label: 'Automatic Renewal',
                                    children: <Button> submit</Button>,
                                },
                            ]
                        }
                    />
                </div>
            </div>