From 056672e443451ab2c9a645f8f4d7c2835afa942f Mon Sep 17 00:00:00 2001 From: my_ong <429426262@qq.com> Date: Wed, 5 Mar 2025 17:33:57 +0800 Subject: [PATCH] =?UTF-8?q?bug:=20:bug:=20=E5=BA=8F=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stock/material/material-page.vue | 2 +- src/views/stock/stocktaking/stocktaking-page.vue | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/stock/material/material-page.vue b/src/views/stock/material/material-page.vue index c2b24a1..1848f8c 100644 --- a/src/views/stock/material/material-page.vue +++ b/src/views/stock/material/material-page.vue @@ -143,7 +143,7 @@ //表格列 const columns = [ { - title: '物料序号', + title: '序号', dataIndex: 'key', customRender: ({ index }: { index: number }) => `${index + 1}`, }, diff --git a/src/views/stock/stocktaking/stocktaking-page.vue b/src/views/stock/stocktaking/stocktaking-page.vue index f132051..adb69c0 100644 --- a/src/views/stock/stocktaking/stocktaking-page.vue +++ b/src/views/stock/stocktaking/stocktaking-page.vue @@ -17,7 +17,7 @@ - 申请扫码 + 新增盘点 @@ -209,8 +209,9 @@ //表格列 const columns = [ { - title: '申请ID', - dataIndex: 'id', + title: '序号', + dataIndex: 'key', + customRender: ({ index }: { index: number }) => `${index + 1}`, }, { title: '盘点类型',