feat: 订单列表

This commit is contained in:
2025-10-16 16:32:59 +08:00
parent a5b7207f44
commit 3c7473f8d1
48 changed files with 1917 additions and 624 deletions

View File

@@ -25,7 +25,7 @@ export const baseTenantColumns: ProColumns<AiSampleRespVO>[] = [
{
title: '标签',
hideInTable: true,
dataIndex: 'tag_name',
dataIndex: 'tagIds',
valueType: 'select',
search: {
transform: (value) => {

View File

@@ -252,10 +252,6 @@ const SampleTagDetail = <T extends Record<string, any>>(
<span>: </span>
<span>{value.sampleMineType}</span>
</Space>
<Space size={10} style={{ width: '100%', marginBottom: 12 }}>
<span>: </span>
<span>{value.sampleTime}</span>
</Space>
{type === 'checkbox' && (
<>