From 31bb16eeea23c6cc037185744add110eaf577e4f Mon Sep 17 00:00:00 2001 From: wjq <2214521312@qq.com> Date: Sat, 21 Dec 2024 17:53:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=82=A8=E7=AE=A1=E7=90=86=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Vue/src/components/InventoryRecords.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Vue/src/components/InventoryRecords.vue b/Vue/src/components/InventoryRecords.vue index 18544b28..11f6ce17 100644 --- a/Vue/src/components/InventoryRecords.vue +++ b/Vue/src/components/InventoryRecords.vue @@ -22,7 +22,7 @@ const columns = [ { dataIndex: 'name', key: 'name', - title: '商品', + title: '货品', }, { title: '数量', @@ -60,8 +60,8 @@ export default { data: [], columns, json_fields: { - "商品ID": "cid", - "商品名称": "name", + "货品ID": "cid", + "货品名称": "name", "类型": { field: 'type', callback: (value) => {