From ebc705fe5482feff811d526b5c6377bab223ea30 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 25 二月 2025 09:20:23 +0800 Subject: [PATCH] # --- rsf-admin/src/i18n/en.js | 34 ++++++++++++++++++++++++++++++++-- 1 files changed, 32 insertions(+), 2 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index c1cf780..e65bfbb 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -132,6 +132,7 @@ qlyInspect: 'QlyInspect', dictType: 'DictType', dictData: 'DictData', + companys: 'Companys', @@ -342,8 +343,9 @@ name: "name", }, dictType: { - name: "name", - description: "description", + code: "Code", + name: "Name", + description: "Description", }, dictData: { dictTypeId: "dictTypeId", @@ -352,6 +354,20 @@ label: "label", sort: "sort", color: "color", + }, + companys: { + code: "Code", + name: "Name", + nameEn: "NameEn", + breifCode: "BreifCode", + type: "Type", + contact: "Contact", + tel: "Tel", + email: "Email", + pcode: "PCode", + province: "Province", + city: "City", + address: "Address", }, } }, @@ -409,6 +425,20 @@ }, }, }, + matnr: { + title: { + basic: 'basic info', + control: 'control', + batchRole: 'batch role', + } + }, + + }, + form: { + matnr: { + shipper: 'shipper is required', + groupId: 'groupId is required', + } } }; -- Gitblit v1.9.1