采购计量

This commit is contained in:
‘huanghaiixia’
2026-01-14 17:44:36 +08:00
parent e87d2e18b4
commit 129d138061
8 changed files with 177 additions and 45 deletions

View File

@ -140,7 +140,7 @@ export const columns: BasicColumn[] = [
title: '变更',
componentType: 'input',
align: 'left',
width: 100,
sorter: true,
},
@ -154,11 +154,11 @@ export const columns: BasicColumn[] = [
},
{
dataIndex: 'approCode',
dataIndex: 'approName',
title: '审批状态',
componentType: 'input',
align: 'left',
width: 120,
sorter: true,
},
];