You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
666 B
TypeScript

4 years ago
/*
* @Author: zhou lei
* @Date: 2021-11-11 11:09:57
* @LastEditTime: 2021-11-22 10:06:58
* @LastEditors: zhou lei
* @Description:
* @FilePath: /wms_haiwai_app/src/pages/raw/commission/goOut/config.ts
* :910592680@qq.com 18669792120
*/
/**
*
*/
import vm from '@/main';
export const headers = [
{
4 years ago
label: vm.$t('message.CommissionedLocation'),
key: 'locationCode',
width: 300,
},
{
4 years ago
label: vm.$t('message.CommissionedGoOutNumber'),
key: 'scanAmount',
width: 300,
},
{
4 years ago
label: vm.$t('message.operation'),
key: 'materialDesc',
width: 300,
},
];