Quellcode durchsuchen

#统一转成序号

yuhan vor 1 Jahr
Ursprung
Commit
b999df7f47
31 geänderte Dateien mit 33 neuen und 33 gelöschten Zeilen
  1. 1 1
      src/views/module_base/client/ClientList.vue
  2. 1 1
      src/views/module_base/elecfeeAdd/ElecfeeAddList.vue
  3. 1 1
      src/views/module_base/elecfeeBase/ElecfeeBaseList.vue
  4. 1 1
      src/views/module_base/elecfeeDegree/ElecfeeDegreeList.vue
  5. 1 1
      src/views/module_base/elecfeeRatio/ElecfeeRatioList.vue
  6. 1 1
      src/views/module_base/energyPlan/EnergyPlanList.vue
  7. 1 1
      src/views/module_base/energyRate/EnergyRateList.vue
  8. 1 1
      src/views/module_base/energyType/EnergyTypeList.vue
  9. 1 1
      src/views/module_cmms/inspect/modules/InspectForm.vue
  10. 1 1
      src/views/module_cmms/inspectContent/modules/InspectContentForm.vue
  11. 1 1
      src/views/module_cmms/inspectLine/modules/InspectLineForm.vue
  12. 2 2
      src/views/module_cmms/inspectSpot/modules/InspectSpotForm.vue
  13. 1 1
      src/views/module_cmms/spotcheck/SpotcheckList.vue
  14. 1 1
      src/views/module_cmms/spotcheck/modules/SpotcheckForm.vue
  15. 1 1
      src/views/module_cmms/spotcheckContent/SpotcheckContentList.vue
  16. 1 1
      src/views/module_cmms/spotcheckContent/modules/SpotcheckContentForm.vue
  17. 1 1
      src/views/module_cmms/spotcheckContent/modules/SpotcheckContentModalAdd.vue
  18. 1 1
      src/views/module_cmms/spotcheckItem/SpotcheckItemList.vue
  19. 1 1
      src/views/module_cmms/submission/SubmissionList.vue
  20. 1 1
      src/views/module_cmms/submissionEquipment/SubmissionEquipmentList.vue
  21. 1 1
      src/views/module_cmms/upkeep/UpkeepList.vue
  22. 2 2
      src/views/module_cmms/upkeep/index.vue
  23. 1 1
      src/views/module_cmms/upkeepItem/UpkeepItemList.vue
  24. 1 1
      src/views/module_cmms/upkeepPlan/UpkeepPlanList.vue
  25. 1 1
      src/views/module_ems/energyAnalyse/meterReadData/index.vue
  26. 1 1
      src/views/module_tpm/equipmentOnoff/EquipmentOnoffList.vue
  27. 1 1
      src/views/module_tpm/equipmentOnoffSection/gridsection.vue
  28. 1 1
      src/views/module_tpm/equipmentRunStatis/history.vue
  29. 1 1
      src/views/module_tpm/equipmentRunStatis/realtime.vue
  30. 1 1
      src/views/module_tpm/equipmentStatus/EquipmentStatusList.vue
  31. 1 1
      src/views/module_tpm/tag/TagList.vue

+ 1 - 1
src/views/module_base/client/ClientList.vue

@@ -145,7 +145,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_base/elecfeeAdd/ElecfeeAddList.vue

@@ -112,7 +112,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_base/elecfeeBase/ElecfeeBaseList.vue

@@ -126,7 +126,7 @@ export default {
       // 表头
       columns: [
         {
-          title: '#',
+          title: '序号',
           dataIndex: '',
           key: 'rowIndex',
           width: 60,

+ 1 - 1
src/views/module_base/elecfeeDegree/ElecfeeDegreeList.vue

@@ -112,7 +112,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_base/elecfeeRatio/ElecfeeRatioList.vue

@@ -112,7 +112,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_base/energyPlan/EnergyPlanList.vue

@@ -112,7 +112,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_base/energyRate/EnergyRateList.vue

@@ -160,7 +160,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             key: 'rowIndex',
             width: 60,
             align: 'center',

+ 1 - 1
src/views/module_base/energyType/EnergyTypeList.vue

@@ -112,7 +112,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_cmms/inspect/modules/InspectForm.vue

@@ -151,7 +151,7 @@ const treeData = [
         },
         columns: [
           // {
-          //   title: '#',
+          //   title: '序号',
           //   dataIndex: '',
           //   key:'rowIndex',
           //   width:60,

+ 1 - 1
src/views/module_cmms/inspectContent/modules/InspectContentForm.vue

@@ -121,7 +121,7 @@
         },
         columns: [
           // {
-          //   title: '#',
+          //   title: '序号',
           //   dataIndex: '',
           //   key:'rowIndex',
           //   width:60,

+ 1 - 1
src/views/module_cmms/inspectLine/modules/InspectLineForm.vue

@@ -136,7 +136,7 @@
         // ],
         // innerColumns: [
         //   // {
-        //   //   title: '#',
+        //   //   title: '序号',
         //   //   dataIndex: '',
         //   //   key:'rowIndex',
         //   //   width:60,

+ 2 - 2
src/views/module_cmms/inspectSpot/modules/InspectSpotForm.vue

@@ -98,7 +98,7 @@
         },
         columns: [
           // {
-          //   title: '#',
+          //   title: '序号',
           //   dataIndex: '',
           //   key:'rowIndex',
           //   width:60,
@@ -140,7 +140,7 @@
         ],
         innerColumns: [
           // {
-          //   title: '#',
+          //   title: '序号',
           //   dataIndex: '',
           //   key:'rowIndex',
           //   width:60,

+ 1 - 1
src/views/module_cmms/spotcheck/SpotcheckList.vue

@@ -151,7 +151,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_cmms/spotcheck/modules/SpotcheckForm.vue

@@ -163,7 +163,7 @@
         },
         columns: [
           // {
-          //   title: '#',
+          //   title: '序号',
           //   dataIndex: '',
           //   key:'rowIndex',
           //   width:60,

+ 1 - 1
src/views/module_cmms/spotcheckContent/SpotcheckContentList.vue

@@ -145,7 +145,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_cmms/spotcheckContent/modules/SpotcheckContentForm.vue

@@ -110,7 +110,7 @@
         },
         columns: [
           // {
-          //   title: '#',
+          //   title: '序号',
           //   dataIndex: '',
           //   key:'rowIndex',
           //   width:60,

+ 1 - 1
src/views/module_cmms/spotcheckContent/modules/SpotcheckContentModalAdd.vue

@@ -57,7 +57,7 @@ import { httpAction, getAction } from '@/api/manage'
         selectionRows: [],
         columns: [
           // {
-          //   title: '#',
+          //   title: '序号',
           //   dataIndex: '',
           //   key:'rowIndex',
           //   width:60,

+ 1 - 1
src/views/module_cmms/spotcheckItem/SpotcheckItemList.vue

@@ -156,7 +156,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_cmms/submission/SubmissionList.vue

@@ -176,7 +176,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_cmms/submissionEquipment/SubmissionEquipmentList.vue

@@ -140,7 +140,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_cmms/upkeep/UpkeepList.vue

@@ -168,7 +168,7 @@
         // 表头
         // columns: [
         //   {
-        //     title: '#',
+        //     title: '序号',
         //     dataIndex: '',
         //     key:'rowIndex',
         //     width:60,

+ 2 - 2
src/views/module_cmms/upkeep/index.vue

@@ -39,7 +39,7 @@ export default ({
             },
             columns1: [
                 {
-                    title: '#',
+                    title: '序号',
                     dataIndex: '',
                     key:'rowIndex',
                     width:60,
@@ -136,7 +136,7 @@ export default ({
             ],
             columns2: [
                 {
-                    title: '#',
+                    title: '序号',
                     dataIndex: '',
                     key:'rowIndex',
                     width:60,

+ 1 - 1
src/views/module_cmms/upkeepItem/UpkeepItemList.vue

@@ -153,7 +153,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_cmms/upkeepPlan/UpkeepPlanList.vue

@@ -164,7 +164,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_ems/energyAnalyse/meterReadData/index.vue

@@ -103,7 +103,7 @@ export default {
       // 表头
       columns: [
         {
-          title: '#',
+          title: '序号',
           dataIndex: '',
           key: 'rowIndex',
           width: 60,

+ 1 - 1
src/views/module_tpm/equipmentOnoff/EquipmentOnoffList.vue

@@ -112,7 +112,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_tpm/equipmentOnoffSection/gridsection.vue

@@ -91,7 +91,7 @@ export default {
       // 表头
       columns: [
         {
-          title: '#',
+          title: '序号',
           dataIndex: '',
           key: 'rowIndex',
           width: 60,

+ 1 - 1
src/views/module_tpm/equipmentRunStatis/history.vue

@@ -85,7 +85,7 @@ export default {
       // 表头
       columns: [
         {
-          title: '#',
+          title: '序号',
           dataIndex: '',
           key: 'rowIndex',
           width: 60,

+ 1 - 1
src/views/module_tpm/equipmentRunStatis/realtime.vue

@@ -123,7 +123,7 @@ export default {
       // 表头
       columns: [
         {
-          title: '#',
+          title: '序号',
           dataIndex: '',
           key: 'rowIndex',
           width: 60,

+ 1 - 1
src/views/module_tpm/equipmentStatus/EquipmentStatusList.vue

@@ -112,7 +112,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,

+ 1 - 1
src/views/module_tpm/tag/TagList.vue

@@ -152,7 +152,7 @@
         // 表头
         columns: [
           {
-            title: '#',
+            title: '序号',
             dataIndex: '',
             key:'rowIndex',
             width:60,