|
|
|
|
@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react';
|
|
|
|
|
import { Input, Button, Select, message, Modal } from 'antd';
|
|
|
|
|
import { SearchOutlined, PlusOutlined, DeleteOutlined, EditOutlined } from '@ant-design/icons';
|
|
|
|
|
import StandardTable from '@/components/StandardTable';
|
|
|
|
|
import styles from './yjzbry.less';
|
|
|
|
|
import styles from './yjssd.less';
|
|
|
|
|
|
|
|
|
|
import iconsc from '@/assets/yjzygl/iconsc.svg';
|
|
|
|
|
|
|
|
|
|
@ -216,7 +216,7 @@ const Yjssd = () => {
|
|
|
|
|
{/* 页面标题 */}
|
|
|
|
|
<div className={styles.header}>
|
|
|
|
|
<div className={styles.titleBar}></div>
|
|
|
|
|
<h2 className={styles.title}>应急值班人员</h2>
|
|
|
|
|
<h2 className={styles.title}>应急疏散点</h2>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{/* 搜索和操作区域 */}
|
|
|
|
|
|