From 697e052991f28a0ffca2fd21c7aef2ee3bb13ca1 Mon Sep 17 00:00:00 2001 From: wjq <2214521312@qq.com> Date: Sun, 22 Dec 2024 00:19:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=98=E5=B7=A5=E7=AE=A1=E7=90=86=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Vue/src/views/basics/Details.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Vue/src/views/basics/Details.vue b/Vue/src/views/basics/Details.vue index 7285f84e..524c84f2 100644 --- a/Vue/src/views/basics/Details.vue +++ b/Vue/src/views/basics/Details.vue @@ -8,10 +8,10 @@
- 入库商品 + 货品入库 - 出库商品 + 货品出库 {{ text }} - 商品名 + 货品名 {{ count }} @@ -45,14 +45,14 @@ @cancel="visible = false" > - - + + {{ item.name }} - + @@ -81,7 +81,7 @@ import InventoryRecords from "../../components/InventoryRecords"; const columns = [ { - title: '商品ID', + title: '货品ID', dataIndex: 'id', key: 'id', width: '50%' @@ -107,8 +107,8 @@ export default { data() { return { json_fields: { - "商品ID": "cid", - "商品名称": "name", + "货品ID": "cid", + "货品名称": "name", "库存盘点数量": "count", }, id: this.$route.params.id,