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