From f0ebbf2948c0fc7f91a589755edee62267d6afbb Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 2 Jun 2022 11:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E7=9F=A5bug1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 1 + jero-web/src/common/lang/zh-cn.js | 3 +- jero-web/src/components/jero/JLoadingOne.vue | 91 ++++++++++++++++++++ 3 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 jero-web/src/components/jero/JLoadingOne.vue diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 955c97dc5..413b727f5 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -913,4 +913,5 @@ module.exports = { toHavePermission: 'To Have Permission', and: 'and', judge:'Judge', + pleaseWaitWhileRunning:'Please wait while running', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index b63eab763..a21ed39f9 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -917,5 +917,6 @@ module.exports = { SynchronizedLibrary: '已同步至上报库、', Statusis: '状态为', toHavePermission: '才有权限', - and: '并且' + and: '并且', + pleaseWaitWhileRunning:'运行中请稍等', } \ No newline at end of file diff --git a/jero-web/src/components/jero/JLoadingOne.vue b/jero-web/src/components/jero/JLoadingOne.vue new file mode 100644 index 000000000..2015d6f7c --- /dev/null +++ b/jero-web/src/components/jero/JLoadingOne.vue @@ -0,0 +1,91 @@ + + + + + + {{isTrue?'Please wait while running':'运行中请稍等'}} + + + + + + + + \ No newline at end of file