Commit 49a4344ac868f1528b6e0baada8aacf3c978e39d

Authored by zhongnanhuang
1 parent 88f9bcfd

feat: update

Showing 1 changed file with 1 additions and 0 deletions
src/pages/Order/constant.ts
... ... @@ -401,6 +401,7 @@ export const HISTORY_OPT_TYPE = new Map<string, string>([
401 401 ['applyModify', '申请修改订单信息'],
402 402 ['OUTSIDE_SYSTEM_PUSH', '外部系统推送了本订单'],
403 403 ['cancelSendOrder', '取消发货'],
  404 + ['salesConfirm', '商城订单销售确认'],
404 405 ]);
405 406  
406 407 export const MAIN_ORDER_COLUMNS = [
... ...