基本信息

This commit is contained in:
孙景学
2025-07-16 08:31:19 +08:00
parent 2565c5fe54
commit 9a6f1d98b7
4 changed files with 22 additions and 19 deletions

View File

@ -77,7 +77,7 @@ const SupplierCategoryEntryReview: React.FC = () => {
{ title: '准入部门', dataIndex: 'deptId', ellipsis: true },
{ title: '准入方式', dataIndex: 'accessTypeText', width: 120 },
{ title: '申请时间', dataIndex: 'createTime', width: 180 },
{ title: '状态', dataIndex: 'approveStatusText', width: 120 },
{ title: '审批状态', dataIndex: 'approveStatusText', width: 120 },
{
title: '操作',
width: 80,
@ -108,7 +108,7 @@ const SupplierCategoryEntryReview: React.FC = () => {
<Form.Item name="categoryId" label="准入品类">
<CategorySelector multiple={false} style={{ width: 150 }} />
</Form.Item>
<Form.Item name="approveStatus" label="状态">
<Form.Item name="approveStatus" label="审批状态">
<Select style={{ width: 150 }} placeholder="请选择状态" allowClear>
<Option value="0"></Option>
<Option value="1"></Option>