|
|
|
|
@ -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 './yjdw.less';
|
|
|
|
|
|
|
|
|
|
import iconsc from '@/assets/yjzygl/iconsc.svg';
|
|
|
|
|
|
|
|
|
|
@ -216,7 +216,7 @@ const Yjwz = () => {
|
|
|
|
|
{/* 页面标题 */}
|
|
|
|
|
<div className={styles.header}>
|
|
|
|
|
<div className={styles.titleBar}></div>
|
|
|
|
|
<h2 className={styles.title}>应急值班人员</h2>
|
|
|
|
|
<h2 className={styles.title}>应急队伍</h2>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{/* 搜索和操作区域 */}
|
|
|
|
|
@ -226,7 +226,7 @@ const Yjwz = () => {
|
|
|
|
|
placeholder="请选择单位名称"
|
|
|
|
|
value={searchValue}
|
|
|
|
|
onChange={setSearchValue}
|
|
|
|
|
style={{ width: 180, height: 30, borderRadius: 2 }}
|
|
|
|
|
style={{width: 180, height: 30, borderRadius: 2}}
|
|
|
|
|
allowClear
|
|
|
|
|
>
|
|
|
|
|
<Option value="文登市兴文新材料有限公司">文登市兴文新材料有限公司</Option>
|
|
|
|
|
@ -255,8 +255,8 @@ const Yjwz = () => {
|
|
|
|
|
</Button>
|
|
|
|
|
<Button
|
|
|
|
|
danger
|
|
|
|
|
style={{ width: 70, height: 30, borderRadius: 2, display: 'flex', alignItems: 'center', justifyContent: 'center' }}
|
|
|
|
|
icon={<img src={iconsc} alt="delete" style={{ width: 14, height: 14, marginTop: -2 }} />}
|
|
|
|
|
style={{width: 70, height: 30, borderRadius: 2, display: 'flex', alignItems: 'center', justifyContent: 'center'}}
|
|
|
|
|
icon={<img src={iconsc} alt="delete" style={{width: 14, height: 14, marginTop: -2}}/>}
|
|
|
|
|
onClick={handleBatchDelete}
|
|
|
|
|
>
|
|
|
|
|
删除
|
|
|
|
|
|