bug: 🐛 序号
This commit is contained in:
parent
e24e89c513
commit
056672e443
@ -143,7 +143,7 @@
|
|||||||
//表格列
|
//表格列
|
||||||
const columns = [
|
const columns = [
|
||||||
{
|
{
|
||||||
title: '物料序号',
|
title: '序号',
|
||||||
dataIndex: 'key',
|
dataIndex: 'key',
|
||||||
customRender: ({ index }: { index: number }) => `${index + 1}`,
|
customRender: ({ index }: { index: number }) => `${index + 1}`,
|
||||||
},
|
},
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<template #icon>
|
<template #icon>
|
||||||
<icon-font type="icon-plus" />
|
<icon-font type="icon-plus" />
|
||||||
</template>
|
</template>
|
||||||
申请扫码
|
新增盘点
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
@ -209,8 +209,9 @@
|
|||||||
//表格列
|
//表格列
|
||||||
const columns = [
|
const columns = [
|
||||||
{
|
{
|
||||||
title: '申请ID',
|
title: '序号',
|
||||||
dataIndex: 'id',
|
dataIndex: 'key',
|
||||||
|
customRender: ({ index }: { index: number }) => `${index + 1}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '盘点类型',
|
title: '盘点类型',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user