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

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

@@ -24,6 +24,7 @@
rowKey="id" rowKey="id"
:columns="columns" :columns="columns"
:dataSource="dataSource" :dataSource="dataSource"
:components="handleDrag(columns)"
:pagination="ipagination" :pagination="ipagination"
:loading="loading" :loading="loading"
@change="handleTableChange"> @change="handleTableChange">

View File

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