浏览代码

云模管理系统修改

sunyadv 5 年之前
父节点
当前提交
7407b2b100
共有 3 个文件被更改,包括 13 次插入14 次删除
  1. 6 6
      ys_int/src/i18n/lang/en.js
  2. 6 6
      ys_int/src/i18n/lang/zh.js
  3. 1 2
      ys_int/src/views/detection/maintenance.vue

+ 6 - 6
ys_int/src/i18n/lang/en.js

@@ -245,14 +245,14 @@ const lang = {
         material: "Material Grade",
         color: "Color Specification",
         size: "Mold Size",
-        tonnage: "Machine Tonnage",
-        product: "Finished Product Weight",
-        mathead: "Head Weight",
+        tonnage: "Machine Tonnage(T)",
+        product: "Finished Product Weight(g)",
+        mathead: "Head Weight(g)",
         minshot: "Min Shot Amount",
         maxshot: "Max Shot Amount",
-        stand: "StandardMolding Cycle",
-        dynamic: "MaleMold Temperature",
-        fiexd: "MasterMold Temperature",
+        stand: "StandardMolding Cycle(s)",
+        dynamic: "MaleMold Temperature(℃)",
+        fiexd: "MasterMold Temperature(℃)",
         inputmaterial: "Please enter Material Grade",
         inputcolor: "Please enter Color Specification",
         inputsize: "Please enter Mold Size",

+ 6 - 6
ys_int/src/i18n/lang/zh.js

@@ -246,14 +246,14 @@ const lang = {
         material: "材料牌号",
         color: "颜色规格",
         size: "模具尺寸",
-        tonnage: "机台吨位",
-        product: "成品重量",
-        mathead: "料头重量",
+        tonnage: "机台吨位(T)",
+        product: "成品重量(g)",
+        mathead: "料头重量(g)",
         minshot: "最小射胶量",
         maxshot: "最大射胶量",
-        stand: "标准成型周期",
-        dynamic: "公模(动模)模温",
-        fiexd: "母模(定模)模温",
+        stand: "标准成型周期(s)",
+        dynamic: "公模(动模)模温(℃)",
+        fiexd: "母模(定模)模温(℃)",
         inputmaterial: "请输入材料牌号",
         inputcolor: "请输入颜色规格",
         inputsize: "请输入模具尺寸",

+ 1 - 2
ys_int/src/views/detection/maintenance.vue

@@ -518,7 +518,7 @@
                                 trigger: 'axis'
                             },
                             legend: {
-                                data:[this.$t('runTest.maxOpenCycle'),this.$t('runTest.minOpenCycle'),this.$t('runTest.avgOpenCycle'),this.$t('runTest.theoryCycle')]
+                                data:[this.$t('runTest.maxOpenCycle'),this.$t('runTest.minOpenCycle'),this.$t('runTest.avgOpenCycle'),this.$t('runTest.theoryCycle'),this.$t('runTest.openNum')]
                             },
                             toolbox: {
                                 right: '20',
@@ -754,7 +754,6 @@
            
             const that = this
             window.onresize = function temp() {
-                that.echarts1.resize();
                 that.echarts2.resize();
             };
         }