From eeac7a10a8ad4816843904ad02e012dd5796b92c Mon Sep 17 00:00:00 2001 From: ko1234 Date: Thu, 25 Sep 2025 14:52:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=B7=E5=8F=B2=E8=B3=87=E6=96=99=E3=80=8C?= =?UTF-8?q?=E9=BB=9E=E4=BD=8D=E3=80=8D=E6=AC=84=E4=BD=8D=E6=AD=A3=E7=A2=BA?= =?UTF-8?q?=E9=A1=AF=E7=A4=BA=20|=20=E6=9B=B4=E6=96=B0=E5=85=A5=E5=BA=AB?= =?UTF-8?q?=E9=87=8F=E9=A1=AF=E7=A4=BA=E9=82=8F=E8=BC=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/history/components/HistoryTable.vue | 4 ++-- .../productSetting/components/InventorySettingAddModal.vue | 2 +- src/views/productSetting/components/InventorySettingTable.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/history/components/HistoryTable.vue b/src/views/history/components/HistoryTable.vue index 14e751c..d216249 100644 --- a/src/views/history/components/HistoryTable.vue +++ b/src/views/history/components/HistoryTable.vue @@ -16,8 +16,8 @@ const columns = [ sort: true, }, { - title: "類別", - key: "points", + title: "點位", + key: "item_name", }, { title: "數值", diff --git a/src/views/productSetting/components/InventorySettingAddModal.vue b/src/views/productSetting/components/InventorySettingAddModal.vue index e4e3696..1eb3d12 100644 --- a/src/views/productSetting/components/InventorySettingAddModal.vue +++ b/src/views/productSetting/components/InventorySettingAddModal.vue @@ -84,7 +84,7 @@ const onOk = async () => { - +