From c7fd8ebe76400824bb6dfd24e850c4d64d68ea44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=99=AF=E5=AD=A6?= <5412262+sun_jing_xue@user.noreply.gitee.com> Date: Fri, 18 Jul 2025 14:23:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B5=B7=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GlobalModal/components/ContactsInfo.tsx | 2 +- src/pages/supplier/category/SupplierEntryReview/index.tsx | 8 +++++++- .../supplier/supplierBlacklist/blacklistAudit/index.tsx | 2 ++ .../supplier/supplierBlacklist/blacklistManage/index.tsx | 2 ++ .../supplier/supplierExit/supplierExitAudit/index.tsx | 2 ++ 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/components/GlobalModal/components/ContactsInfo.tsx b/src/components/GlobalModal/components/ContactsInfo.tsx index cab4e74..7f6929d 100644 --- a/src/components/GlobalModal/components/ContactsInfo.tsx +++ b/src/components/GlobalModal/components/ContactsInfo.tsx @@ -107,7 +107,7 @@ const OtherAttachmentsTab: React.FC = ({id}) => { rowKey="id" columns={columns.map(column => ({ ...column, - title: intl.formatMessage({ id: column.title as string }) + title: column.title }))} dataSource={data} pagination={pagination} diff --git a/src/pages/supplier/category/SupplierEntryReview/index.tsx b/src/pages/supplier/category/SupplierEntryReview/index.tsx index f6fc4e8..c0769e7 100644 --- a/src/pages/supplier/category/SupplierEntryReview/index.tsx +++ b/src/pages/supplier/category/SupplierEntryReview/index.tsx @@ -107,6 +107,7 @@ const CategoryLibraryManage: React.FC = () => { dataIndex: 'name', key: 'name', align: 'center', + width: 200, ellipsis: true, }, { @@ -114,7 +115,7 @@ const CategoryLibraryManage: React.FC = () => { dataIndex: 'area', key: 'area', align: 'center', - width: 100, + width: 160, ellipsis: true, }, { @@ -129,6 +130,7 @@ const CategoryLibraryManage: React.FC = () => { dataIndex: 'applyUser', key: 'applyUser', align: 'center', + width: 100, ellipsis: true, }, @@ -137,6 +139,7 @@ const CategoryLibraryManage: React.FC = () => { dataIndex: 'applyTime', key: 'applyTime', align: 'center', + width: 180, ellipsis: true, }, { @@ -144,12 +147,15 @@ const CategoryLibraryManage: React.FC = () => { dataIndex: 'processStatusName', key: 'processStatusName', align: 'center', + width: 140, ellipsis: true, }, { title: '操作', key: 'option', + width: 140, + fixed: 'right', align: 'center', render: (record: any) => { const showSubmit = record.processStatusName === '未开始'; diff --git a/src/pages/supplier/supplierBlacklist/blacklistAudit/index.tsx b/src/pages/supplier/supplierBlacklist/blacklistAudit/index.tsx index 6d1bb52..cae200b 100644 --- a/src/pages/supplier/supplierBlacklist/blacklistAudit/index.tsx +++ b/src/pages/supplier/supplierBlacklist/blacklistAudit/index.tsx @@ -2,6 +2,7 @@ import React, { useEffect, useState } from "react"; import { Form, Button, Table, Select, Input, DatePicker, Modal, message } from "antd"; import { SearchOutlined, DeleteOutlined } from "@ant-design/icons"; import type { ColumnsType } from 'antd/es/table'; +import AccessDepartmentSelect from "@/components/AccessDepartmentSelect" import moment from 'moment'; //接口 import { getDictList } from '@/servers/api/dicts' @@ -138,6 +139,7 @@ const blacklistManage: React.FC = () => { + + +