From aa5918aacf9aa794948218a52bc72a7e9e9b8fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98Liammcl=E2=80=99?= Date: Thu, 19 Dec 2024 00:43:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/company/quotation/index.jsx | 13 +++++++++++-- src/pages/resource/bucket/index.jsx | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/pages/company/quotation/index.jsx b/src/pages/company/quotation/index.jsx index 3d5c60c..8d735ac 100644 --- a/src/pages/company/quotation/index.jsx +++ b/src/pages/company/quotation/index.jsx @@ -1,6 +1,6 @@ import React, { useEffect, useState } from 'react'; import { Card, Table, Button, message, Popconfirm, Tag, Space, Tooltip } from 'antd'; -import { PlusOutlined, EditOutlined, DeleteOutlined, EyeOutlined } from '@ant-design/icons'; +import { PlusOutlined, EditOutlined, DeleteOutlined, EyeOutlined,CopyOutlined } from '@ant-design/icons'; import { useResources } from '@/hooks/resource/useResource'; import { useNavigate } from 'react-router-dom'; import { formatCurrency } from '@/utils/format'; // 假设你有这个工具函数,如果没有我会提供 @@ -90,9 +90,18 @@ const QuotationPage = () => { { title: '操作', key: 'action', - width:200, + width:250, render: (_, record) => ( +