From d27e777eb7b22757c085d311c0ce4697fc446dae Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 1 Jul 2024 09:41:30 +0800 Subject: [PATCH] style: --- public/locales/en/products.json | 2 +- public/locales/zh/products.json | 2 +- src/views/products/Manage.jsx | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/en/products.json b/public/locales/en/products.json index 667c143..78cf3b6 100644 --- a/public/locales/en/products.json +++ b/public/locales/en/products.json @@ -13,7 +13,7 @@ "EditComponents": { "info": "Product Information", "Quotation": "Quotation", - "Extras": "Add-on" + "Extras": "Components" }, "auditState": { "New": "New", diff --git a/public/locales/zh/products.json b/public/locales/zh/products.json index 239af49..f9720f5 100644 --- a/public/locales/zh/products.json +++ b/public/locales/zh/products.json @@ -13,7 +13,7 @@ "EditComponents": { "info": "产品信息", "Quotation": "报价", - "Extras": "附加项目" + "Extras": "绑定项目" }, "auditState": { "New": "新增", diff --git a/src/views/products/Manage.jsx b/src/views/products/Manage.jsx index 524a4ea..0a58e1d 100644 --- a/src/views/products/Manage.jsx +++ b/src/views/products/Manage.jsx @@ -77,6 +77,7 @@ function Index() { agency: { col: 4 }, dates: { label: t('products:CreateDate') }, keyword: { label: t('products:Title'), col: 4 }, + year: { col: 4 }, }, sort: { agency: 1, audit_state: 2, keyword: 100 }, }}