ahdevicemgt-ui/src/views/purchase/arrival/config-arrival.js

15 lines
457 B
JavaScript

export const columnsListArrival = [
{ t_props: 'name', t_label: '报告类型', },
{ t_props: 'typeId', t_label: '合格证', },
{ t_props: 'unitName', t_label: '类型名称' },
{ t_props: 'purchasePrice', t_label: '规格型号', },
{ t_props: 'notaxPrice', t_label: '报告日期', },
{ t_props: 'taxRate', t_label: '截止有效期', },
]
export const dialogConfigArrival = {
outerWidth: '80%',
outerTitle: '',
outerVisible: false,
}