Compare commits

..

2 Commits

Author SHA1 Message Date
王帅
13a01c2bd8 页面调整 2025-05-07 15:40:30 +08:00
王帅
c1b317414b 页面调整 2025-05-07 15:19:00 +08:00
2 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@
<div class="copyright">
Copyright
<a-icon type="copyright"/>
2025 <span>SDK 出品</span>
2025 <span>中祥英 出品</span>
</div>
</div>
</template>

View File

@ -42,7 +42,7 @@
<a-table
ref="table"
size="middle"
:scroll="{ y: 300, x:'max-content' }"
:scroll="{ y: 300, x:528 }"
bordered
rowKey="id"
:columns="columns"
@ -121,7 +121,7 @@
title: '#',
dataIndex: '',
key:'rowIndex',
width:60,
// width:60,
align:"center",
customRender:function (t,r,index) {
return parseInt(index)+1;
@ -137,31 +137,31 @@
title:'料号',
align:"center",
dataIndex: 'pn',
width: 120
// width: 120
},
{
title:'规格',
align:"center",
dataIndex: 'spec',
width: 100
// width: 100
},
{
title:'发货数量',
align:"center",
dataIndex: 'shipNumber',
width: 100
// width: 100
},
{
title:'预估托盘数',
align:"center",
dataIndex: 'palletsNum',
width: 100
// width: 100
},
{
title:'发货单',
align:"center",
dataIndex: 'invoice',
width: 100
// width: 100
},
// {
// title: '操作',