优化初始化以及去掉固定供应商ID

This commit is contained in:
孙景学
2025-07-14 10:06:48 +08:00
parent 49f302194f
commit e1dd6bfa98
14 changed files with 73 additions and 51 deletions

View File

@ -152,6 +152,8 @@ const mySupplierInquiry: React.FC<mySupplierInquiryProps> = ({ dispatch }) => {
dataIndex: 'categoryName',
key: 'categoryName',
align: 'center',
width: 120,
ellipsis: true,
},
{
title: '准入时间',
@ -172,6 +174,7 @@ const mySupplierInquiry: React.FC<mySupplierInquiryProps> = ({ dispatch }) => {
key: 'option',
align: 'center',
width: 160,
fixed: 'right',
render: (record: any) => (
<Space>
<a