Commit 80928860c5ef7e335d6b78b7d355ee996b6bd193

Authored by zhongnanhuang
1 parent 49a4344a

feat: update 采购筛选条件新增修改审核状态

Showing 1 changed file with 1 additions and 0 deletions
src/pages/Order/index.tsx
... ... @@ -3661,6 +3661,7 @@ const OrderPage = () => {
3661 3661 'subNotes',
3662 3662 'orderStatus',
3663 3663 'createTime',
  3664 + 'modifiedAuditStatus',
3664 3665 ];
3665 3666 if (isSupplier() && !canSearchIndex.includes(item.dataIndex)) {
3666 3667 item.search = false;
... ...