From ca324df2620e48ff61842b731910358fce35426a Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 2 Jul 2026 15:20:32 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E5=87=BA=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=98=8E=E7=BB=86-=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6=E6=94=B9=E4=B8=BA=E5=87=BA?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.ts | 2 +- src/locales/zh-CN.ts | 2 +- src/views/erp/stock/record/index.vue | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/locales/en.ts b/src/locales/en.ts index c2c48d21..847c7ccb 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -975,7 +975,7 @@ export default { areaName: 'Area Name', count: 'In/Out Quantity', totalCount: 'Stock Quantity', - recordTime: 'Operation Time', + recordTime: 'In/Out Time', createTime: 'Create Date', creatorName: 'Operator', placeholderProduct: 'Please select product', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index cf16bf26..d40b53e8 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -974,7 +974,7 @@ export default { areaName: '库区名称', count: '出入库数量', totalCount: '库存量', - recordTime: '操作时间', + recordTime: '出入库时间', createTime: '创建日期', creatorName: '操作人', placeholderProduct: '请选择产品', diff --git a/src/views/erp/stock/record/index.vue b/src/views/erp/stock/record/index.vue index f91c1884..bc12a09c 100644 --- a/src/views/erp/stock/record/index.vue +++ b/src/views/erp/stock/record/index.vue @@ -27,8 +27,8 @@ :label="dict.label" :value="dict.value" /> - - + @@ -138,7 +138,7 @@ const queryParams = reactive<{ warehouseId?: number bizType?: number bizNo?: string - createTime: string[] + recordTime: string[] }>({ pageNo: 1, pageSize: 10, @@ -147,7 +147,7 @@ const queryParams = reactive<{ warehouseId: undefined, bizType: undefined, bizNo: undefined, - createTime: [] + recordTime: [] }) const queryFormRef = ref() // 搜索的表单 const exportLoading = ref(false) // 导出的加载中