bug: 🐛 序号
All checks were successful
Release / lint (push) Successful in 54s
Release / Release (push) Successful in 2m3s

This commit is contained in:
my_ong 2025-03-05 17:33:57 +08:00
parent e24e89c513
commit 056672e443
2 changed files with 5 additions and 4 deletions

View File

@ -143,7 +143,7 @@
//
const columns = [
{
title: '物料序号',
title: '序号',
dataIndex: 'key',
customRender: ({ index }: { index: number }) => `${index + 1}`,
},

View File

@ -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: '盘点类型',