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