调整库存明细和账户流水页面的样式

This commit is contained in:
jishenghua
2024-05-20 23:03:02 +08:00
parent f3490eaec2
commit fb217eddbe
2 changed files with 4 additions and 2 deletions

View File

@@ -53,6 +53,7 @@
rowKey="id"
:columns="columns"
:dataSource="dataSource"
:components="handleDrag(columns)"
:pagination="ipagination"
:loading="loading"
@change="handleTableChange">
@@ -112,10 +113,10 @@
}
},
{
title: '单据编号', dataIndex: 'number', width: 100,
title: '单据编号', dataIndex: 'number', width: 120,
scopedSlots: { customRender: 'numberCustomRender' },
},
{ title: '类型', dataIndex: 'type', width: 100},
{ title: '类型', dataIndex: 'type', width: 80},
{ title: '条码', dataIndex: 'barCode', width: 100},
{ title: '名称', dataIndex: 'materialName', width: 200},
{ title: '仓库名称', dataIndex: 'depotName', width: 80},