Handy_Cao 7 mesiacov pred
rodič
commit
b7e9be9c88

+ 1 - 0
public/locales/en-US.json

@@ -3200,6 +3200,7 @@
             "cycletype": "Report Type",
             "quarter": "Starting Quarter",
             "quarterend": "Ending Quarter",
+            "memberid": "会员代码",
             "accountstatus": "Organization Status",
             "roles": "Organization Role",
             "roles1": "perating Institution",

+ 1 - 0
public/locales/th-TH.json

@@ -3200,6 +3200,7 @@
             "cycletype": "ประเภทรายงาน",
             "quarter": "ไตรมาสเริ่มต้น",
             "quarterend": "ไตรมาสสิ้นสุด",
+            "memberid": "会员代码",
             "accountstatus": "สถานะองค์กร",
             "roles": "บทบาทองค์กร",
             "roles1": "องค์กรดำเนินการ",

+ 1 - 0
public/locales/vi-VN.json

@@ -3200,6 +3200,7 @@
             "cycletype": "Loại báo cáo",
             "quarter": "Quý bắt đầu",
             "quarterend": "Quý kết thúc",
+            "memberid": "会员代码",
             "accountstatus": "Trạng thái tổ chức",
             "roles": "Vai trò tổ chức",
             "roles1": "Cơ quan vận hành",

+ 1 - 0
public/locales/zh-CN.json

@@ -3200,6 +3200,7 @@
             "cycletype": "报表类型",
             "quarter": "开始季度",
             "quarterend": "结束季度",
+            "memberid": "会员代码",
             "accountstatus": "机构状态",
             "roles": "机构角色",
             "roles1": "运营机构",

+ 1 - 0
public/locales/zh-TW.json

@@ -3200,6 +3200,7 @@
             "cycletype": "报表类型",
             "quarter": "开始季度",
             "quarterend": "结束季度",
+            "memberid": "会员代码",
             "accountstatus": "机构状态",
             "roles": "机构角色",
             "roles1": "運營機構",

+ 1 - 1
src/packages/pc/views/report/institution/index.vue

@@ -206,7 +206,7 @@ const { queryParams, filterOption, getQueryParams, resetFilters } = useDataFilte
         },
         {
             field: 'memberid',
-            label: '会员代码'
+            label: t('report.institution.memberid')
         },
         {
             field: 'inamount',