heyang 1 ano atrás
pai
commit
4d33cb1b39

+ 1 - 0
src/layout/components/AppMain.vue

@@ -121,6 +121,7 @@ export default {
             //报警
             store.dispatch('settings/setPlanData', data)
             self.selectTriggerInfo();
+
           }
           if(topic == this.mtopicTwo){
             //工作通知

+ 5 - 1
src/views/hazardManagement/gasBottleManage/inventoryInformation/index.vue

@@ -51,7 +51,11 @@
               {{forData(1,scope.row.level)}}/ {{forData(2,scope.row.size)}}
             </template>
           </el-table-column>
-          <el-table-column label="气体余量" prop="gasPressure" width="150" show-overflow-tooltip/>
+          <el-table-column label="气体余量" prop="gasPressure" width="150" show-overflow-tooltip>
+            <template slot-scope="scope">
+              {{scope.row.gasPressure}}Mpa
+            </template>
+          </el-table-column>
           <el-table-column label="学院" prop="collegeName" width="249" show-overflow-tooltip/>
           <el-table-column label="实验地点" prop="subjectName" width="346" show-overflow-tooltip>
             <template slot-scope="scope">