From e19c72e4f4598ca6b2f8f45635c63ee472d1d748 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 09 九月 2024 15:01:24 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/i18n/en.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index 09c525f..bb08e1a 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -46,6 +46,15 @@
             scope: 'Assign',
         },
     },
+    filters: {
+        lastCreated: 'Last created',
+        today: 'Today',
+        thisWeek: 'This week',
+        lastWeek: 'Last week',
+        thisMonth: 'This month',
+        lastMonth: 'Last month',
+        earlier: 'Earlier...',
+    },
     create: {
         title: 'Create'
     },
@@ -144,6 +153,7 @@
                 idCard: "idCard",
                 birthday: "birthday",
                 introduction: "introduction",
+                role: "role",
             },
             operationRecord: {
                 namespace: "namespace",

--
Gitblit v1.9.1