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 = [ const columns = [
{ {
title: '物料序号', title: '序号',
dataIndex: 'key', dataIndex: 'key',
customRender: ({ index }: { index: number }) => `${index + 1}`, customRender: ({ index }: { index: number }) => `${index + 1}`,
}, },

View File

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