|
|
|
@ -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 })}
|
|
|
|
|