master_basic
鲁誉程 12 months ago
parent d67aefa675
commit f45c3be8d0

@ -112,7 +112,14 @@ const routes = [
// ------------------------------设备注册-----------------------------------
// 注册管理
{ path: '/registerManage/manageDiskMainten', name: '管理盘维护', component: '@/pages/Register/RegisterManage/ManageDiskMainten' },
{ path: '/registerManage/devicePhotoMainten', name: '设备照片维护', component: '@/pages/Register/RegisterManage/DevicePhotoMainten' },
{ path: '/registerManage/deviceSearch', name: '设备查找', component: '@/pages/Register/RegisterManage/DeviceSearch' },
{ path: '/registerManage/appSystemConfig', name: '应用系统配置', component: '@/pages/Register/RegisterManage/AppSystemConfig' },
{ path: '/registerManage/infoAggre', name: '信息汇总', component: '@/pages/Register/RegisterManage/InfoAggre' },
// 位置管理
{ path: '/registerManage/regionalEdit', name: '地域编辑', component: '@/pages/Register/PositionManage/RegionalEdit' },
// ---------------------------------------------------------------------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 KiB

@ -40,4 +40,5 @@
font-size: 16px;
color: #333333;
padding: 0 30px;
cursor: default;
}

@ -5,13 +5,13 @@ interface PageProps {
type?: string; // 按钮类型
text?: string; // 按钮文字
style?: any; //样式
onClick: () => void;
onClick?: () => void;
}
const ButtonComp: FC<PageProps> = ({
type = 'confirm',
text = '确定',
onClick,
onClick = () => {},
style = {}
}) => {
let timerId: any;

@ -14,7 +14,7 @@ const options2 = [
{ value: 3, label: 'SB管理' },
{ value: 4, label: 'SF管理' },
{ value: 5, label: 'SBJK二维版', disabled: true },
{ value: 6, label: '设备注册', disabled: true }
{ value: 6, label: '设备注册' }
]
const leftMenuType: any = {
@ -80,6 +80,12 @@ export default function Layout() {
if (tabList.length > 0 && !layoutInfo) {
setActiveName(tabList[0].name)
let info = MenuType[tabList[0].name];
if(tabList[0].name == '注册管理') {
history.push(`${info[1].data[1].url}`)
return
}
if (info[0].data) {
history.push(`${info[0].data[0].url}`)
} else {

@ -38,11 +38,11 @@ export default function Page() {
<div className='pd20 pb100'>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 451 }}
scroll={tableData.length > 0 ? { y: 41 * 5 } : {}}
pagination={false}
bordered
columns={columns}
dataSource={[{}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>

@ -50,11 +50,11 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 451 }}
scroll={tableData.length > 0 ? { y: 41 * 5 } : {}}
pagination={false}
bordered
columns={columns}
dataSource={[{}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>

@ -23,7 +23,7 @@
.html_con {
background: #FFFFFF;
box-shadow: inset 4px 4px 1px 0px rgba(35, 44, 48, 0.32);
box-shadow: inset 1px 1px 3px 0px rgba(35, 44, 48, 0.22);
border-radius: 1px;
border: 1px solid #E3E3E3;
width: 100%;

@ -73,11 +73,11 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 9 }}
scroll={tableData.length > 0 ? { y: 41 * 9 } : {}}
pagination={false}
bordered
columns={columns}
dataSource={[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>

@ -41,11 +41,11 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 13 }}
scroll={tableData.length > 0 ? { y: 41 * 9 } : {}}
pagination={false}
bordered
columns={columns}
dataSource={[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>

@ -24,7 +24,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 13 }}
scroll={tableData.length > 0 ? { y: 41 * 9 } : {}}
pagination={false}
bordered
columns={columns}

@ -43,7 +43,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 9 }}
scroll={tableData.length > 0 ? { y: 41 * 9 } : {}}
pagination={false}
bordered
columns={columns}
@ -72,7 +72,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 9 }}
scroll={tableData.length > 0 ? { y: 41 * 9 } : {}}
pagination={false}
bordered
columns={columns1}

@ -88,11 +88,11 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 9 }}
scroll={tableData.length > 0 ? { y: 41 * 9 } : {}}
pagination={false}
bordered
columns={columns}
dataSource={[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>

@ -40,11 +40,11 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 9 }}
scroll={tableData.length > 0 ? { y: 41 * 9 } : {}}
pagination={false}
bordered
columns={columns}
dataSource={[{}, {}, {}, {}, {},{}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>

@ -71,11 +71,11 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 9 }}
scroll={tableData.length > 0 ? { y: 41 * 9 } : {}}
pagination={false}
bordered
columns={columns}
dataSource={[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>

@ -73,7 +73,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 9 }}
scroll={tableData.length > 0 ? { y: 41 * 9 } : {}}
pagination={false}
bordered
columns={columns}

@ -56,7 +56,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 9 }}
scroll={tableData.length > 0 ? tableData.length > 0 ? { y: 41 * 9 } : {} : {}}
pagination={false}
bordered
columns={columns}
@ -93,7 +93,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 9 }}
scroll={tableData.length > 0 ? tableData.length > 0 ? { y: 41 * 9 } : {} : {}}
pagination={false}
bordered
columns={columns1}

@ -80,7 +80,7 @@ export default function Page() {
pagination={false}
bordered
columns={columns}
dataSource={[]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>

@ -62,7 +62,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 9 }}
scroll={tableData.length > 0 ? { y: 41 * 9 } : {}}
pagination={false}
bordered
columns={columns}
@ -81,7 +81,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 9 }}
scroll={tableData.length > 0 ? { y: 41 * 9 } : {}}
pagination={false}
bordered
columns={columns1}

@ -33,7 +33,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 10 }}
scroll={tableData.length > 0 ? { y: 41 * 10 } : {}}
pagination={false}
bordered
columns={columns}

@ -55,7 +55,7 @@ export default function Page() {
<ButtonComp style={{ margin: '20px 0 ' }} text={'选择设备'} onClick={() => setVisibility(true)} />
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 9 }}
scroll={tableData.length > 0 ? { y: 41 * 9 } : {}}
pagination={false}
bordered
columns={columns}
@ -92,11 +92,11 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 8 }}
scroll={tableData.length > 0 ? { y: 41 * 8 } : {}}
pagination={false}
bordered
columns={columns1}
dataSource={[{}, {}, {}, {}, {}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>

@ -62,7 +62,7 @@ export default function Page() {
<div className='mb10'></div>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 5 }}
scroll={tableData.length > 0 ? { y: 41 * 5 } : {}}
pagination={false}
bordered
columns={columns}
@ -79,7 +79,7 @@ export default function Page() {
<div className='mb10 mt30'></div>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 5 }}
scroll={tableData.length > 0 ? { y: 41 * 5 } : {}}
pagination={false}
bordered
columns={columns1}

@ -43,7 +43,7 @@ export default function Page() {
<div className='mb10'></div>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 8 }}
scroll={tableData.length > 0 ? { y: 41 * 8 } : {}}
pagination={false}
bordered
columns={columns}

@ -50,7 +50,7 @@ export default function Page() {
<div className='mb20' style={{ color: '#0087DA' }}></div>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 10 }}
scroll={tableData.length > 0 ? { y: 41 * 10 } : {}}
pagination={false}
bordered
columns={columns}
@ -74,7 +74,7 @@ export default function Page() {
<div className='mb20' style={{ color: '#0087DA' }}></div>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 10 }}
scroll={tableData1.length > 0 ? { y: 41 * 10 } : {}}
pagination={false}
bordered
columns={columns1}

@ -48,7 +48,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 9 }}
scroll={tableData.length > 0 ? { y: 41 * 9 } : {}}
pagination={false}
bordered
columns={columns}

@ -62,7 +62,7 @@ export default function Page() {
<div className='mb10'></div>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 5 }}
scroll={tableData.length > 0 ? { y: 41 * 5 } : {}}
pagination={false}
bordered
columns={columns}
@ -79,7 +79,7 @@ export default function Page() {
<div className='mb10 mt30'></div>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 5 }}
scroll={tableData.length > 0 ? { y: 41 * 5 } : {}}
pagination={false}
bordered
columns={columns1}

@ -0,0 +1,64 @@
import TabsComp from '@/components/TabsComp';
import styles from '../../../GLQ/index.less';
import styles1 from './index.less';
import { useState } from 'react';
import { ConfigProvider, Select, Table, Upload } from 'antd';
import { tableTheme } from '@/utils/theme';
import { rowClassName } from '@/utils';
import ButtonComp from '@/components/ButtonComp';
export default function Page() {
const [activeTab, setActiveTab] = useState(1)
const [tableData, setTableData] = useState([]);
const [htmlText, setHtmlText] = useState('<div>文本内容</div>')
const columns: any = [
{ title: '设备型号', dataIndex: 'name', key: 'name', align: 'center' },
{ title: '', align: 'center' },
]
return (
<div className={`${styles.params_warp}`}>
<TabsComp
dataSource={[{ id: 1, name: '设备照片维护' }]}
activeTab={activeTab}
onChange={(e) => setActiveTab(e)} />
<div></div>
<div className='flex_aC mt30 mb30'>
<div style={{ marginRight: 12 }}></div>
<Select style={{ width: 200, marginRight: 20 }} onChange={(e) => { }} options={[{ label: '选项1', value: 1 }]} />
</div>
<div className='flex_jS'>
<div style={{ width: 'calc(50% - 20px)' }}>
<ButtonComp type={'special'} text={'应用系统'} onClick={() => { }} />
<div className={styles.html_con}>
<div style={{ padding: '20px 12px' }} dangerouslySetInnerHTML={{ __html: htmlText }}></div>
</div>
<div className='flex_jE mt20'>
<ButtonComp style={{marginRight: 20}} type={'cancel'} text={'发布'} onClick={() => { }} />
<ButtonComp style={{marginRight: 20}} type={'cancel'} text={'新建'} onClick={() => { }} />
<ButtonComp style={{marginRight: 20}} type={'cancel'} text={'重命名'} onClick={() => { }} />
<ButtonComp style={{marginRight: 20}} type={'delete'} text={'删除'} onClick={() => { }} />
<ButtonComp type={'cancel'} text={'批量撤销'} onClick={() => { }} />
</div>
</div>
<div style={{ width: '50%' }}>
<ButtonComp type={'special'} text={'设备列表'} onClick={() => { }} />
<ConfigProvider theme={tableTheme}>
<Table
scroll={tableData.length > 0 ? { y: 41 * 14 }: {}}
pagination={false}
bordered
columns={columns}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>
</ConfigProvider>
</div>
</div>
</div>
);
}

@ -0,0 +1,19 @@
.info {
font-size: 14px;
font-weight: 400;
color: #666666;
line-height: 22px;
margin-top: 35px;
}
.picture{
position: relative;
height: 434px;
border: 1px solid #D8D8D8;
margin-top: 48px;
img {
width: 100%;
height: 100%;
}
}

@ -0,0 +1,58 @@
import TabsComp from '@/components/TabsComp';
import styles from '../../../GLQ/index.less';
import styles1 from './index.less';
import { useState } from 'react';
import { ConfigProvider, Table, Upload } from 'antd';
import { tableTheme } from '@/utils/theme';
import { rowClassName } from '@/utils';
import ButtonComp from '@/components/ButtonComp';
export default function Page() {
const [activeTab, setActiveTab] = useState(1)
const [tableData, setTableData] = useState([]);
const columns: any = [
{ title: '设备型号', dataIndex: 'name', key: 'name', align: 'center' },
{ title: '', align: 'center' },
]
return (
<div className={`${styles.params_warp}`}>
<TabsComp
dataSource={[{ id: 1, name: '设备照片维护' }]}
activeTab={activeTab}
onChange={(e) => setActiveTab(e)} />
<div className='flex_jS'>
<div style={{ width: 'calc(50% - 20px)' }}>
<ButtonComp type={'special'} text={'设备型号列表共0条'} onClick={() => { }} />
<ConfigProvider theme={tableTheme}>
<Table
scroll={tableData.length > 0 ? { y: 41 * 14 }: {}}
pagination={false}
bordered
columns={columns}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>
</ConfigProvider>
</div>
<div style={{ width: '50%' }}>
<div className={styles1.info}>64KB128×128</div>
<div className={styles1.picture}>
<ButtonComp style={{ position: 'absolute', left: '-1px', top: '-8px' }} type={'special'} text={'照片'} />
<img src={require('../../../../assets/images/photo.jpg')} alt="" />
</div>
<div className='flex_jE mt20 mb20'>
{/* <Upload {...props}> */}
<ButtonComp type='cancel' style={{ marginRight: 20 }} text={'选择'} onClick={() => { }} />
{/* </Upload> */}
<ButtonComp text={'保存'} onClick={() => { }} />
</div>
</div>
</div>
</div>
);
}

@ -0,0 +1,9 @@
import styles from './index.less';
export default function Page() {
return (
<div>
</div>
);
}

@ -0,0 +1,9 @@
import styles from './index.less';
export default function Page() {
return (
<div>
</div>
);
}

@ -0,0 +1,65 @@
import TabsComp from '@/components/TabsComp';
import styles from '../../../GLQ/index.less';
import { useState } from 'react';
import { ConfigProvider, Table } from 'antd';
import { tableTheme } from '@/utils/theme';
import { rowClassName } from '@/utils';
import ButtonComp from '@/components/ButtonComp';
export default function Page() {
const [activeTab, setActiveTab] = useState(1)
const [tableData, setTableData] = useState([]);
const columns: any = [
{ title: '管理盘号', dataIndex: 'name', key: 'name', align: 'center' },
{ title: '文件数量', dataIndex: 'name', key: 'name', align: 'center' },
{ title: '使用状态', dataIndex: 'name', key: 'name', align: 'center' }
]
const columns1: any = [
{ title: '管理盘号', dataIndex: 'name', key: 'name', align: 'center' },
{ title: '文件名', dataIndex: 'name', key: 'name', align: 'center' },
{ title: '文件长度', dataIndex: 'name', key: 'name', align: 'center' }
]
return (
<div className={`${styles.params_warp}`}>
<TabsComp
dataSource={[{ id: 1, name: '管理盘维护' }]}
activeTab={activeTab}
onChange={(e) => setActiveTab(e)} />
<ButtonComp type={'special'} text={'管理盘列表共0条'} onClick={() => { }} />
<ConfigProvider theme={tableTheme}>
<Table
scroll={tableData.length > 0 ? { y: 41 * 5 } : {}}
pagination={false}
bordered
columns={columns}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>
</ConfigProvider>
<div className='flex_jE mt20 mb20'>
<ButtonComp style={{ marginRight: 20 }} type={'cancel'} text={'刷新'} onClick={() => { }} />
<ButtonComp style={{ marginRight: 20 }} text={'导入'} onClick={() => { }} />
<ButtonComp type={'delete'} text={'删除'} onClick={() => { }} />
</div>
<ButtonComp type={'special'} text={'管理盘文件列表'} onClick={() => { }} />
<ConfigProvider theme={tableTheme}>
<Table
scroll={tableData.length > 0 ? { y: 41 * 5 } : {}}
pagination={false}
bordered
columns={columns1}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>
</ConfigProvider>
</div>
);
}

@ -28,7 +28,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 5 }}
scroll={tableData.length > 0 ? { y: 41 * 5 } : {}}
pagination={false}
bordered
columns={columns}

@ -54,7 +54,7 @@ export default function Page() {
<div className='pd20'>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 5 }}
scroll={tableData.length > 0 ? { y: 41 * 5 } : {}}
pagination={false}
bordered
columns={columns}
@ -98,7 +98,7 @@ export default function Page() {
</div>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 5 }}
scroll={tableData.length > 0 ? { y: 41 * 5 } : {}}
pagination={false}
bordered
columns={columns1}

@ -22,7 +22,7 @@ export default function Page() {
<ButtonComp type={'special'} text={'管理系统列表'} onClick={() => { }} />
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 5 }}
scroll={tableData.length > 0 ? { y: 41 * 5 } : {}}
pagination={false}
bordered
columns={columns}

@ -24,7 +24,7 @@ export default function Page() {
<ButtonComp type={'special'} text={'下级管理系统信息'} onClick={() => { }} />
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 5 }}
scroll={tableData.length > 0 ? { y: 41 * 5 } : {}}
pagination={false}
bordered
columns={columns}

@ -4,8 +4,11 @@ import ButtonComp from '@/components/ButtonComp';
import { ConfigProvider, Select, Table } from 'antd';
import { tableTheme } from '@/utils/theme';
import { rowClassName } from '@/utils';
import { useState } from 'react';
export default function Page() {
const [tableData, setTableData] = useState([]);
let serial = {
title: '序号', key: 'index', align: 'center', width: 100,
render: (a: any, b: any, c: any) => {
@ -52,11 +55,11 @@ export default function Page() {
</div>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 12 }}
scroll={tableData.length > 0 ? { y: 41 * 12 } : {}}
pagination={false}
bordered
columns={columns}
dataSource={[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>
@ -70,11 +73,11 @@ export default function Page() {
</div>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 4 }}
scroll={tableData.length > 0 ? { y: 41 * 4 } : {}}
pagination={false}
bordered
columns={columns1}
dataSource={[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>
@ -83,11 +86,11 @@ export default function Page() {
<ContentWarp text={'安装配置成功记录'} style={{ padding: '48px 20px 20px 20px', marginTop: 28, minHeight: '240px' }}>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 4 }}
scroll={tableData.length > 0 ? { y: 41 * 4 } : {}}
pagination={false}
bordered
columns={columns2}
dataSource={[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>

@ -4,8 +4,11 @@ import ButtonComp from '@/components/ButtonComp';
import { ConfigProvider, Table } from 'antd';
import { tableTheme } from '@/utils/theme';
import { rowClassName } from '@/utils';
import { useState } from 'react';
export default function Page() {
const [tableData, setTableData] = useState([]);
let serial = {
title: '序号', key: 'index', align: 'center', width: 100,
render: (a: any, b: any, c: any) => {
@ -44,11 +47,11 @@ export default function Page() {
<div className='mb20'></div>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 12 }}
scroll={tableData.length > 0 ? { y: 41 * 12 } : {}}
pagination={false}
bordered
columns={columns}
dataSource={[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>
@ -62,11 +65,11 @@ export default function Page() {
</div>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 4 }}
scroll={tableData.length > 0 ? { y: 41 * 4 } : {}}
pagination={false}
bordered
columns={columns1}
dataSource={[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>
@ -75,11 +78,11 @@ export default function Page() {
<ContentWarp text={'安装配置成功记录'} style={{ padding: '48px 20px 20px 20px', marginTop: 28, minHeight: '230px' }}>
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 4 }}
scroll={tableData.length > 0 ? { y: 41 * 4 } : {}}
pagination={false}
bordered
columns={columns2}
dataSource={[{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}
dataSource={tableData}
rowKey={(record: any) => record?.id}
rowClassName={rowClassName}
/>

@ -43,7 +43,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 10 }}
scroll={tableData.length > 0 ? { y: 41 * 10 } : {}}
pagination={false}
bordered
columns={columns}

@ -35,7 +35,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 10 }}
scroll={tableData.length > 0 ? { y: 41 * 10 } : {}}
pagination={false}
bordered
columns={columns}

@ -56,7 +56,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 10 }}
scroll={tableData.length > 0 ? { y: 41 * 10 } : {}}
pagination={false}
bordered
columns={columns}

@ -42,7 +42,7 @@ export default function Page() {
<ConfigProvider theme={tableTheme}>
<Table
scroll={{ y: 41 * 10 }}
scroll={tableData.length > 0 ? { y: 41 * 10 } : {}}
pagination={false}
bordered
columns={columns}

@ -16,7 +16,7 @@
}
.ant-table {
box-shadow: 1px 4px 0px 0px #E3E8ED;
box-shadow: 0px 4px 0px 0px #E3E8ED;
}

@ -213,17 +213,17 @@ export const MenuType: any = {
name: '注册信息管理',
check: true,
data: [
{ name: '管理盘维护', url: '', img: '' },
{ name: '设备照片维护', url: '', img: '' },
{ name: '设备查找', url: '', img: '' },
{ name: '应用系统配置', url: '', img: '' },
{ name: '管理盘维护', url: '/registerManage/manageDiskMainten', img: '' },
{ name: '设备照片维护', url: '/registerManage/devicePhotoMainten', img: '' },
{ name: '设备查找', url: '/registerManage/deviceSearch', img: '' },
{ name: '应用系统配置', url: '/registerManage/appSystemConfig', img: '' },
]
},
{
name: '信息汇总',
check: true,
data: [
{ name: '信息汇总', url: '', img: '' },
{ name: '信息汇总', url: '/registerManage/infoAggre', img: '' },
]
}
],
@ -233,7 +233,7 @@ export const MenuType: any = {
name: '注册信息管理',
check: true,
data: [
{ name: '地域编辑', url: '', img: '' },
{ name: '地域编辑', url: '/registerManage/regionalEdit', img: '' },
]
},
]

Loading…
Cancel
Save