feature/2.9.42310.01-薪资项目拓扑图
This commit is contained in:
parent
2c13ef67e7
commit
2de5be08d8
|
|
@ -5,7 +5,7 @@
|
|||
* Date: 2023/12/27
|
||||
*/
|
||||
import React, { FC, useEffect, useState } from "react";
|
||||
import { FolderViewOutlined } from "@ant-design/icons";
|
||||
import { FileSearchOutlined } from "@ant-design/icons";
|
||||
import { Button, Space, Table } from "antd";
|
||||
import { exceptStr, paginationAction } from "@/utils/common";
|
||||
import styles from "@/pages/atdTable/components/index.less";
|
||||
|
|
@ -42,7 +42,7 @@ const TaxDeclareTable: FC = (props) => {
|
|||
render: (text: string, record: any) => (
|
||||
<div style={{ display: "flex", alignItems: "center", justifyContent: "space-between" }}>
|
||||
<span>{text}</span>
|
||||
<FolderViewOutlined
|
||||
<FileSearchOutlined
|
||||
title={i18n["查看附表"]}
|
||||
style={{ color: "#2db7f5", fontSize: 16, cursor: "pointer" }}
|
||||
onClick={() => handleViewAppendix({ ...record, dataIndex: o.dataIndex, title: o.title })}
|
||||
|
|
@ -78,7 +78,7 @@ const TaxDeclareTable: FC = (props) => {
|
|||
render: (text: string, record: any) => (
|
||||
<div style={{ display: "flex", alignItems: "center", justifyContent: "space-between" }}>
|
||||
<span>{text}</span>
|
||||
<FolderViewOutlined
|
||||
<FileSearchOutlined
|
||||
title={i18n["查看附表"]}
|
||||
style={{ color: "#2db7f5", fontSize: 16, cursor: "pointer" }}
|
||||
onClick={() => handleViewAppendix({ ...record, dataIndex: o.dataIndex, title: o.title })}
|
||||
|
|
|
|||
Loading…
Reference in New Issue