优化初始化以及去掉固定供应商ID
This commit is contained in:
@ -144,7 +144,7 @@ const SupplierChangeReviewManage: React.FC<Props> = ({ dispatch }) => {
|
||||
},
|
||||
{
|
||||
title: '境内/境外',
|
||||
dataIndex: 'supplierTypeCn',
|
||||
dataIndex: 'supplierType',
|
||||
align: 'center',
|
||||
width: 160,
|
||||
},
|
||||
@ -179,6 +179,7 @@ const SupplierChangeReviewManage: React.FC<Props> = ({ dispatch }) => {
|
||||
key: 'action',
|
||||
align: 'center',
|
||||
width: 160,
|
||||
fixed: 'right',
|
||||
render: (_: any, record: any) => (
|
||||
<Button type="link" onClick={() => handleDetail(record)}>
|
||||
审批记录
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user