单位与部门

This commit is contained in:
孙景学
2025-07-16 11:22:57 +08:00
parent 54f5ad64ca
commit 1e5e5d4987
17 changed files with 147 additions and 117 deletions

View File

@ -179,11 +179,9 @@ const mySupplierInquiry: React.FC<mySupplierInquiryProps> = ({ dispatch }) => {
render: (record: any) => (
<Space>
<a
style={{ color: '#1677ff' }}
onClick={() => { setCurrentRecord(record.id); setViewVisible(true); }}
></a>
<a
style={{ color: '#1677ff' }}
onClick={() => { setCurrentRecord(record.id); setDetailVisible(true); }}
></a>
</Space>