zhulizhen1111 4 年之前
父节点
当前提交
176d558df1

+ 3 - 3
src/views/equipment/eqDialog.vue

@@ -322,9 +322,9 @@ export default {
 }
 </style>
 <style lang="less" >
-.el-dialog__wrapper {
-    z-index: 20001 !important;
-}
+// .el-dialog__wrapper {
+//     z-index: 20001 !important;
+// }
 .dialog-container {
     .el-dialog__header {
         padding: 16px 24px;

+ 2 - 2
src/views/equipment/table/eqDetaileDialog.vue

@@ -72,7 +72,7 @@
             <el-table-column prop='sbglgs' label='管理归属' show-overflow-tooltip resizable>
                 <template slot-scope='{row}'>{{row.sbglgs || '--'}}</template>
             </el-table-column>
-            <el-table-column prop='sb_status' label='设备状态' width='80'>
+            <el-table-column prop='sb_status' label='设备状态' width='80' show-overflow-tooltip resizable>
                 <template slot-scope='{row}'>{{row.sb_status || '--'}}</template>
             </el-table-column>
             <el-table-column prop='brand' label='品牌' show-overflow-tooltip resizable width='80'>
@@ -81,7 +81,7 @@
             <el-table-column prop='sbxh' label='型号' show-overflow-tooltip resizable width='80'>
                 <template slot-scope='{row}'>{{row.sbxh || '--'}}</template>
             </el-table-column>
-            <el-table-column prop='floor' sortable label='楼层' width='80'>
+            <el-table-column prop='floor' sortable label='楼层' width='80' show-overflow-tooltip resizable>
                 <template slot-scope='{row}'>{{row.floorcode || '--'}}</template>
             </el-table-column>
             <el-table-column prop='wzjc' label='安装位置' show-overflow-tooltip resizable min-width='150'>

+ 2 - 2
src/views/equipment/table/wbTable.vue

@@ -86,10 +86,10 @@
                     <el-table-column prop='model' label='配件名称型号' width='140' show-overflow-tooltip resizable>
                         <template slot-scope='{row}'>{{row.model || '--'}}</template>
                     </el-table-column>
-                    <el-table-column prop='sl' label='数量' width='80'>
+                    <el-table-column prop='sl' label='数量' width='80' show-overflow-tooltip resizable>
                         <template slot-scope='{row}'>{{row.sl>=0?row.sl:'--'}}</template>
                     </el-table-column>
-                    <el-table-column prop='cost' label='费用(万元)' width='80' align='right'>
+                    <el-table-column prop='cost' label='费用(万元)' show-overflow-tooltip resizable width='80' align='right'>
                         <template slot-scope='{row}'>{{number_format(row.cost,2) || '--'}}</template>
                     </el-table-column>
                     <el-table-column prop='source' label='费用出处' show-overflow-tooltip resizable width='100'>

+ 2 - 2
src/views/equipment/table/wxTable.vue

@@ -86,10 +86,10 @@
                     <el-table-column prop='model' label='配件名称型号' width='140' show-overflow-tooltip resizable>
                         <template slot-scope='{row}'>{{row.model || '--'}}</template>
                     </el-table-column>
-                    <el-table-column prop='sl' label='数量' width='80'>
+                    <el-table-column prop='sl' label='数量' width='80' show-overflow-tooltip resizable>
                         <template slot-scope='{row}'>{{row.sl>=0?row.sl:'--'}}</template>
                     </el-table-column>
-                    <el-table-column prop='cost' label='费用(万元)' width='80' align='right'>
+                    <el-table-column prop='cost' label='费用(万元)' width='80' align='right' show-overflow-tooltip resizable>
                         <template slot-scope='{row}'>{{number_format(row.cost,2) || '--'}}</template>
                     </el-table-column>
                     <el-table-column prop='source' label='费用出处' show-overflow-tooltip resizable width='100'>