diff --git a/src/pages/raw/ingoods/RUS-dnReturnGoods/config.ts b/src/pages/raw/ingoods/RUS-dnReturnGoods/config.ts index c4e6806..8b45b00 100644 --- a/src/pages/raw/ingoods/RUS-dnReturnGoods/config.ts +++ b/src/pages/raw/ingoods/RUS-dnReturnGoods/config.ts @@ -50,4 +50,9 @@ export const detailHeaders = [ key: 'amount', //数量 width: 156, }, + { + label: vm.$t('message.Container'), + key: 'sn', //数量 + width: 600, + }, ];