From 37a8fdbad3ff51697569e6211937823849de9f90 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期四, 25 七月 2024 16:31:56 +0800
Subject: [PATCH] #库存明细搜索功能

---
 zy-asrs-flow/src/locales/en-US.ts |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-flow/src/locales/en-US.ts b/zy-asrs-flow/src/locales/en-US.ts
index 654c3e5..61f4e4e 100644
--- a/zy-asrs-flow/src/locales/en-US.ts
+++ b/zy-asrs-flow/src/locales/en-US.ts
@@ -18,6 +18,12 @@
   'common.realname':'Real Name',
   'common.idcard':'ID Number',
   'common.introduction':'Introduction',
+  'common.execute':'Execute',
+  'common.success':'Success',
+  'common.fail':'Fail',
+  'common.account.logout': 'Logout',
+  'common.search.placeholder': 'Please enter search content',
+  'common.loading.api.message': 'Calling Server...',
   '':'',
   '':'',
   '':'',

--
Gitblit v1.9.1