zhulizhen1111 4 éve
szülő
commit
19307120b5

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 366 - 366
src/utils/plugins/components.js


+ 1 - 2
src/views/equipment/table/djspTable.vue

@@ -151,8 +151,7 @@ export default {
         }
     },
     mounted() {
-        console.log('商铺电表数 mounted')
-        this.floor = this.$cookie.get('floorMapId')
+        // this.floor = this.$cookie.get('floorMapId')
         console.log(this.floor)
         this.getList()
     }

+ 10 - 3
src/views/equipment/table/eqListTable.vue

@@ -61,9 +61,9 @@
                 <el-table-column prop='floorcode' label='楼层' width='240' show-overflow-tooltip resizable>
                     <template slot-scope='{row}'>{{row.floorcode || '--'}}</template>
                 </el-table-column>
-                <el-table-column prop='wzjc' label='安装位置' show-overflow-tooltip resizable>
+                <!-- <el-table-column prop='wzjc' label='安装位置' show-overflow-tooltip resizable>
                     <template slot-scope='{row}'>{{row.wzjc || '--'}}</template>
-                </el-table-column>
+                </el-table-column>-->
                 <el-table-column prop='manufacturer' label='生产厂商' show-overflow-tooltip resizable min-width='300'>
                     <template slot-scope='{row}'>{{row.manufacturer || '--'}}</template>
                 </el-table-column>
@@ -196,7 +196,7 @@ export default {
         }
     },
     mounted() {
-        this.floor = this.$cookie.get('floorMapId')
+        // this.floor = this.$cookie.get('floorMapId')
         this.getList()
         this.$nextTick(() => {
             // 页面渲染完成后的回调
@@ -234,4 +234,11 @@ export default {
         margin-top: 5vh !important;
     }
 }
+</style>
+<style lang="less">
+.eq-list {
+    /deep/.el-table tr {
+        cursor: pointer;
+    }
+}
 </style>

+ 8 - 1
src/views/equipment/table/standTable.vue

@@ -199,7 +199,7 @@ export default {
         }
     },
     mounted() {
-        this.floor = this.$cookie.get('floorMapId')
+        // this.floor = this.$cookie.get('floorMapId')
         this.getList()
         this.$nextTick(() => {
             // 页面渲染完成后的回调
@@ -238,4 +238,11 @@ export default {
         margin-top: 5vh !important;
     }
 }
+</style>
+<style lang="less">
+.stand-list {
+    /deep/.el-table tr {
+        cursor: pointer;
+    }
+}
 </style>

+ 7 - 4
src/views/equipment/table/wbTable.vue

@@ -13,7 +13,7 @@
                 style='width:192px;margin-right:12px'
             ></el-input>
             <el-input
-                placeholder='搜索重要事项记录描述'
+                placeholder='搜索事项类型事项描述'
                 size='small'
                 @keyup.enter.native='getList'
                 @blur='getList'
@@ -70,13 +70,13 @@
                 <el-table-column prop='sbmc' label='设备名称' show-overflow-tooltip resizable width='460'>
                     <template slot-scope='{row}'>{{row.sbmc || '--'}}</template>
                 </el-table-column>
-                <el-table-column prop='assetnum' label='设备码' show-overflow-tooltip resizable width='80'>
+                <el-table-column prop='assetnum' label='设备码' show-overflow-tooltip resizable width='80'>
                     <template slot-scope='{row}'>{{row.assetnum || '--'}}</template>
                 </el-table-column>
-                <el-table-column prop='matters' label='重要事项记录' width='180' show-overflow-tooltip resizable>
+                <el-table-column prop='matters' label='事项类型' width='180' show-overflow-tooltip resizable>
                     <template slot-scope='{row}'>{{row.matters || '--'}}</template>
                 </el-table-column>
-                <el-table-column prop='description' label='描述' show-overflow-tooltip resizable min-width='340'>
+                <el-table-column prop='description' label='事项描述' show-overflow-tooltip resizable min-width='340'>
                     <template slot-scope='{row}'>{{row.description || '--'}}</template>
                 </el-table-column>
                 <el-table-column label='更换配件信息' align='center'>
@@ -352,5 +352,8 @@ export default {
             color: rgb(31, 36, 41);
         }
     }
+    /deep/.el-table tr {
+        cursor: pointer;
+    }
 }
 </style>

+ 11 - 4
src/views/equipment/table/wxTable.vue

@@ -13,7 +13,7 @@
                 style='width:192px;margin-right:12px'
             ></el-input>
             <el-input
-                placeholder='搜索重要事项记录描述'
+                placeholder='搜索事项类型事项描述'
                 size='small'
                 clearable
                 @keyup.enter.native='getList'
@@ -70,13 +70,13 @@
                 <el-table-column prop='sbmc' label='设备名称' show-overflow-tooltip resizable min-width='460'>
                     <template slot-scope='{row}'>{{row.sbmc || '--'}}</template>
                 </el-table-column>
-                <el-table-column prop='assetnum' label='设备码' show-overflow-tooltip resizable width='80'>
+                <el-table-column prop='assetnum' label='设备码' show-overflow-tooltip resizable width='80'>
                     <template slot-scope='{row}'>{{row.assetnum || '--'}}</template>
                 </el-table-column>
-                <el-table-column prop='matters' label='重要事项记录' width='180' show-overflow-tooltip resizable>
+                <el-table-column prop='matters' label='事项类型' width='180' show-overflow-tooltip resizable>
                     <template slot-scope='{row}'>{{row.matters || '--'}}</template>
                 </el-table-column>
-                <el-table-column prop='description' label='描述' show-overflow-tooltip resizable min-width='340'>
+                <el-table-column prop='description' label='事项描述' show-overflow-tooltip resizable min-width='340'>
                     <template slot-scope='{row}'>{{row.description || '--'}}</template>
                 </el-table-column>
                 <el-table-column label='更换配件信息' align='center'>
@@ -268,6 +268,10 @@ export default {
             if (newV !== oldV) {
                 // this.tabFind()
                 this.getList()
+                this.$nextTick(() => {
+                    // 页面渲染完成后的回调
+                    this.tableMaxHeight = this.$refs.tableBox.offsetHeight
+                })
             }
         },
         ischange() {
@@ -339,5 +343,8 @@ export default {
             color: rgb(31, 36, 41);
         }
     }
+    /deep/.el-table tr {
+        cursor: pointer;
+    }
 }
 </style>

+ 1 - 1
src/views/room/index.vue

@@ -157,7 +157,7 @@
                                 clearable
                                 @keyup.enter.native='Index3'
                                 @blur='Index3'
-                                placeholder='搜索重要事项记录、描述'
+                                placeholder='搜索事项类型、事项描述'
                                 size='small'
                                 prefix-icon='el-icon-search'
                                 v-model='zysxInput4'

+ 2 - 2
src/views/room/room4.vue

@@ -17,10 +17,10 @@
                 <el-table-column prop label='设备编号' show-overflow-tooltip resizable width='80'>
                     <template slot-scope='{row}'>{{row.location||'--'}}</template>
                 </el-table-column>
-                <el-table-column prop label='重要事项记录' show-overflow-tooltip resizable min-width='120'>
+                <el-table-column prop label='事项类型' show-overflow-tooltip resizable min-width='120'>
                     <template slot-scope='{row}'>{{row.matters||'--'}}</template>
                 </el-table-column>
-                <el-table-column prop label='描述' show-overflow-tooltip resizable min-width='310'>
+                <el-table-column prop label='事项描述' show-overflow-tooltip resizable min-width='310'>
                     <template slot-scope='{row}'>{{row.description||'--'}}</template>
                 </el-table-column>
                 <el-table-column prop label='更换配件信息' align='center' show-overflow-tooltip resizable>