wuyunfeng 2 роки тому
батько
коміт
9ea50fab6e
5 змінених файлів з 23 додано та 15 видалено
  1. 1 2
      languages/en.js
  2. 1 3
      languages/zh-CN.js
  3. 17 7
      package-lock.json
  4. 3 2
      package.json
  5. 1 1
      src/layout/components/Navbar.vue

+ 1 - 2
languages/en.js

@@ -149,8 +149,7 @@ module.exports = {
     icon: 'Icon',
     play: 'Play',
     pause: 'Pause',
-    noFile: 'File does not exist, cannot be played',
-    sycHis:'Synchronize HIS'
+    noFile: 'File does not exist, cannot be played'
   },
   member: {
     face: 'Avatar',

+ 1 - 3
languages/zh-CN.js

@@ -151,8 +151,7 @@ module.exports = {
     excelUpload: '上传excel表',
     play: '播放',
     pause: '暂停',
-    noFile: '文件不存在,无法播放',
-    sycHis:'同步HIS信息'
+    noFile: '文件不存在,无法播放'
   },
   member: {
     face: '头像',
@@ -991,6 +990,5 @@ module.exports = {
     Times:'次',
     ChooseDate:'日期',
     SleepData:'睡眠数据'
-
   }
 }

+ 17 - 7
package-lock.json

@@ -7253,6 +7253,10 @@
       "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
       "dev": true
     },
+    "eve": {
+      "version": "git://github.com/adobe-webplatform/eve.git#eef80ed8d188423c2272746fb8ae5cc8dad84cb1",
+      "from": "git://github.com/adobe-webplatform/eve.git#eef80ed"
+    },
     "event-pubsub": {
       "version": "4.3.0",
       "resolved": "https://registry.npmjs.org/event-pubsub/-/event-pubsub-4.3.0.tgz",
@@ -11850,6 +11854,11 @@
         "commander": "*"
       }
     },
+    "moment": {
+      "version": "2.29.4",
+      "resolved": "https://registry.npmmirror.com/moment/-/moment-2.29.4.tgz",
+      "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
+    },
     "move-concurrently": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
@@ -14391,6 +14400,13 @@
       "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
       "dev": true
     },
+    "raphael": {
+      "version": "git+https://github.com/nhn/raphael.git#78a6ed3ec269f33b6457b0ec66f8c3d1f2ed70e0",
+      "from": "git+https://github.com/nhn/raphael.git#2.2.0-c",
+      "requires": {
+        "eve": "git://github.com/adobe-webplatform/eve.git#eef80ed"
+      }
+    },
     "raw-body": {
       "version": "2.4.0",
       "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
@@ -17009,16 +17025,10 @@
       "integrity": "sha512-DUJIutBG/tOdvJnGCo1PcBhFyGBWsY8VIMdXe3WRtGXynMwOcC5cojYpULf3qFJ4Jj1Riv3/kbF6Ygmi+BpjCw==",
       "requires": {
         "core-js": "^3.6.4",
+        "raphael": "git+https://github.com/nhn/raphael.git#2.2.0-c",
         "tui-code-snippet": "^2.3.1"
       },
       "dependencies": {
-        "raphael": {
-          "version": "git+https://github.com/nhn/raphael.git#78a6ed3ec269f33b6457b0ec66f8c3d1f2ed70e0",
-          "from": "git+https://github.com/nhn/raphael.git#78a6ed3ec269f33b6457b0ec66f8c3d1f2ed70e0",
-          "requires": {
-            "eve": "git://github.com/adobe-webplatform/eve.git#eef80ed"
-          }
-        },
         "tui-code-snippet": {
           "version": "2.3.2",
           "resolved": "https://registry.npmjs.org/tui-code-snippet/-/tui-code-snippet-2.3.2.tgz",

+ 3 - 2
package.json

@@ -29,12 +29,14 @@
     "eslint-plugin-html": "^6.2.0",
     "file-saver": "2.0.1",
     "fuse.js": "3.4.4",
+    "janus-gateway": "https://github.com/meetecho/janus-gateway.git",
     "jquery": "^3.6.0",
     "js-cookie": "2.2.0",
     "js-md5": "^0.7.3",
     "jsonlint": "1.6.3",
     "jszip": "3.2.1",
     "jwt-decode": "^3.1.2",
+    "moment": "^2.29.4",
     "normalize.css": "7.0.0",
     "nprogress": "0.2.0",
     "particles.js": "2.0.0",
@@ -58,8 +60,7 @@
     "vue-splitpane": "1.0.4",
     "vuedraggable": "^2.20.0",
     "vuex": "3.1.0",
-    "xlsx": "0.14.1",
-    "janus-gateway": "https://github.com/meetecho/janus-gateway.git"
+    "xlsx": "0.14.1"
   },
   "devDependencies": {
     "@vue/cli-plugin-babel": "4.4.4",

+ 1 - 1
src/layout/components/Navbar.vue

@@ -50,7 +50,7 @@
             </el-dropdown>
           </el-dropdown-item>
           <el-dropdown-item divided @click.native="syncHis">
-            <span style="display:block;">{{ this.$t("action.syncHis") }}</span>
+            <span style="display:block;">{{ this.$t("action.SynchronizeHISInformation") }}</span>
           </el-dropdown-item>
           <el-dropdown-item divided @click.native="logout">
             <span style="display:block;">{{ this.$t("action.logout") }}</span>