ly пре 3 година
родитељ
комит
41fc8a5f35

+ 4 - 4
ui/src/lang/en.js

@@ -1200,11 +1200,11 @@ export default {
   压力容器定期检验计划: 'Periodic Inspection Plan for Pressure Vessels',
   '叉车、起重机械、电梯定期检验计划': 'ForkLiftQty,Lifting,MahineryQty and LiftQty by Year and Month',
   devTotalChart: 'Qty',
-  internalInspection: 'Internal Inspection',
-  externalInspection: 'External Inspeciton',
+  internalInspection: 'Internal',
+  externalInspection: 'External',
   downloadSelect: 'Download Selected',
-  压力容器安全状况等级: 'PressureVessel SafetyLevel',
-  压力管道安全状况等级: 'PressurePiping SafetyLevel',
+  压力容器安全状况等级: 'PressureVessel\nSafetyLevel',
+  压力管道安全状况等级: 'PressurePiping\nSafetyLevel',
   锅炉台账: 'Boiler Account',
   压力容器台账: 'Pressure Vessel Account',
   压力管道台账: 'Pressure Pipe Account',

+ 7 - 1
ui/src/views/sems/specanalysis/YlgdChart.vue

@@ -25,12 +25,18 @@ export default {
           text: this.$t('压力管道安全状况等级'),
           left: 'center',
           textStyle: {
-            fontSize: 12
+            fontSize: 10
           }
         },
         tooltip: {
           trigger: 'item'
         },
+        grid:{
+          left: '1',
+          right: '1',
+          bottom: '-11%',
+          top: '20%',
+        },
         series: [
           {
             name: this.$t('安全等级'),

+ 1 - 1
ui/src/views/sems/specanalysis/YlrqChart.vue

@@ -26,7 +26,7 @@ export default {
           text: this.$t('压力容器安全状况等级'),
           left: 'center',
           textStyle: {
-            fontSize: 12
+            fontSize: 10,
           }
         },
         tooltip: {

+ 7 - 5
ui/src/views/sems/specanalysis/index.vue

@@ -50,8 +50,8 @@
                 <svg-icon icon-class="vessel"
                           style="width: 0.6rem; height: 0.6rem; margin-top: 0.1rem; margin-left: 0.1rem"></svg-icon>
               </div>
-              <div style="float: left; margin-left: 0.2rem; margin-top: 0.3rem">
-                <div style="font-size: 14px; color: #92D050; font-weight:bold">{{ $t('压力容器') }}</div>
+              <div style="float: right; margin-left: 0.2rem; margin-top: 0.3rem">
+                <div style="font-size: 12px; color: #92D050; font-weight:bold">{{ $t('压力容器') }}</div>
                 <div class="specFont">{{ devDatas.ylrqData.ylrqAll_num }}<span
                   style="font-size: 12px; color: #4a7d87; margin-left: 0.1rem">{{ $t('台') }}</span></div>
               </div>
@@ -99,12 +99,14 @@
                           style="width: 0.6rem; height: 0.6rem; margin-top: 0.1rem; margin-left: 0.1rem"></svg-icon>
               </div>
               <div style="float: right;margin-top: 0.3rem">
-                <div style="font-size: 14px; color: #92D050; font-weight:bold">{{ $t('起重机械') }}</div>
-                <div class="specFontSmall"><span
+                <div style="font-size: 12px; color: #92D050; font-weight:bold">{{ $t('起重机械') }}</div>
+              </div>
+              <div style="float: right">
+                <div style="margin-top: 0.1rem" class="specFontSmall"><span
                   style="font-size: 10px; color: #4a7d87;margin-right: 0.1rem">{{ $t('特种设备2') }}</span>{{
                     devDatas.dzsbData.dzsbAll_num
                   }}<span style="font-size: 10px; color: #4a7d87; margin-left: 0.1rem">{{ $t('台') }}</span></div>
-                <div class="specFontSmall"><span
+                <div style="margin-top: 0.1rem" class="specFontSmall"><span
                   style="font-size: 10px; color: #4a7d87;margin-right: 0.1rem">{{ $t('非特种设备') }}</span>{{
                     devDatas.dzsbData.dzsbUn_num
                   }}<span style="font-size: 10px; color: #4a7d87; margin-left: 0.1rem">{{ $t('台') }}</span></div>