Browse Source

调整字段宽度

459242451@qq.com 3 years ago
parent
commit
a327b47ba0

+ 2 - 2
ruoyi-ui/src/components/map/index.vue

@@ -210,7 +210,7 @@
             <el-table :header-cell-style="{ background: '#e4eafc'}" ref="singleTable" :data="tableData.main" highlight-current-row height="200px" style="width: 100%" class="tableSc">
               <el-table-column type="index" label="序号" width="50">
               </el-table-column>
-              <el-table-column property="monitorPointName" label="监测点" width="100">
+              <el-table-column property="monitorPointName" label="监测设备" width="150">
               </el-table-column>
               <el-table-column :label="'硫含量'">
                 <template slot-scope="scope">
@@ -230,7 +230,7 @@
               </el-table-column>
               <el-table-column
                 property="createTime"
-                label="监测时间">
+                label="监测时间" width="150">
               </el-table-column>
             </el-table>
 

+ 6 - 3
ruoyi-ui/src/views/components/table/liuTable.vue

@@ -257,7 +257,8 @@
       <!--      </el-table-column>-->
       <el-table-column
         prop="deviceName"
-        label="设备名称">
+        label="设备名称"
+        width="200">
       </el-table-column>
       <el-table-column
         prop="orgName"
@@ -265,7 +266,8 @@
       </el-table-column>
       <el-table-column
         prop="createTime"
-        label="监测时间">
+        label="监测时间"
+        width="180">
       </el-table-column>
       <el-table-column
         prop="so2Percent"
@@ -302,7 +304,8 @@
       <el-table-column
         prop="expectTime"
         label="预抵/预离时间"
-        v-if="tableShow == 1">
+        v-if="tableShow == 1"
+        width="170">
       </el-table-column>
       <el-table-column
         prop="berthName"

+ 3 - 3
ruoyi-ui/src/views/home.vue

@@ -124,7 +124,7 @@
           <img style="width:20px;vertical-align: middle;margin-right:2px" src="../assets/images/gpsb@2x.png"/>嗅探
         </a></div>
       <div style="display: inline-block;margin-right:9rem">
-        <a target="view_window" :href="gosubsys('http://198.17.23.29:8090','readwrite','OaUcu1jYZ4a',1)">
+        <a target="view_window" :href="gosubsys('/heiyansonsystem','readwrite','OaUcu1jYZ4a',1)">
           <img style="width:20px;vertical-align: middle;margin-right:2px" src="../assets/images/heiyan@2x.png"/>黑烟
         </a>
       </div>
@@ -143,10 +143,10 @@
       <liuTable v-if="showTable==6"></liuTable>
       <roleTable v-if="showTable==7"></roleTable>
       <homeTable v-if="showTable==8"></homeTable>
-      <!-- 9黑烟;10光谱http://101.133.159.237:8087/device.html?opt=1;11嗅探 -->
+      <!-- 9黑烟(http://198.17.23.29:8091/?opt=1);10光谱http://101.133.159.237:8087/device.html?opt=1;11嗅探 -->
       <iframe style="height:350rem;width:100%" v-show="showTable==9" marginwidth="0" marginheight="0" vspace="0"
               hspace="0" allowtransparency="true" scrolling="no" allowfullscreen="true" frameborder="0" name="showHere"
-              src="http://198.17.23.29:8091/?opt=1"
+              src="/heiyandevice/?opt=1"
       ></iframe>
       <iframe style="height:350rem;width:100%" v-show="showTable==10" marginwidth="0" marginheight="0" vspace="0"
               hspace="0" allowtransparency="true" scrolling="no" allowfullscreen="true" frameborder="0" name="showHere"