Explorar o código

Merge branch 'develop' of http://39.106.8.246:3003/web/wanda-bm-guide into develop

shaun-sheep %!s(int64=4) %!d(string=hai) anos
pai
achega
ab508b5618
Modificáronse 2 ficheiros con 11 adicións e 1 borrados
  1. 4 0
      src/utils/plugins/components.js
  2. 7 1
      src/views/equipment/table/otherTable.vue

+ 4 - 0
src/utils/plugins/components.js

@@ -501,10 +501,12 @@ var system = [
                         {
                             label: "维保事项",
                             id: "DTWX1",
+                            param: { tab_code: "dt01" },
                         },
                         {
                             label: "维修事项",
                             id: "DTWX2",
+                            param: { tab_code: "dt02" },
                         },
                     ],
                 },
@@ -515,10 +517,12 @@ var system = [
                         {
                             label: "专项维修",
                             id: "DTZW1",
+                            param: { tab_code: "dt01" },
                         },
                         {
                             label: "其他事项",
                             id: "DTQT",
+                            param: { tab_code: "dt02" },
                         },
                     ],
                 },

+ 7 - 1
src/views/equipment/table/otherTable.vue

@@ -41,7 +41,13 @@ export default {
             tableData: [],
             total: 0,
             currentPage: 1,
-            size: 10
+            size: 10,
+            dataSelect2: [
+                { id: 'test1', name: '选择项' },
+                { id: 'test2', name: '单平米' },
+                { id: 'test3', name: '下级分项' },
+                { id: 'test4', name: '滑动平均滑动平均' }
+            ]
         }
     },
     props: ['major', 'systemName'],