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) => ( +