tongshanglei 2 years ago
parent
commit
c008a0c1b9

+ 1 - 1
src/views/map/queryRouteMap.vue

@@ -455,7 +455,7 @@ export default {
   display: inline-block;
 }
 .searchbox-content-common1{
-  width:150px !important;
+  width:140px !important;
   display: inline-block;
 }
 

+ 1 - 1
src/views/yunying/station/deviceList.vue

@@ -44,7 +44,7 @@
         :show-overflow-tooltip="true"
       />
       <el-table-column
-        prop="RF_STAT"
+        prop="RF_STAT_TEXT"
         label="状态"
         align="center"
         :show-overflow-tooltip="true"

+ 2 - 2
src/views/yunying/station/index.vue

@@ -213,7 +213,7 @@
         </template>
       </el-table-column>
     </el-table>
-    <el-button
+    <!-- <el-button
       type="primary"
       icon="el-icon-plus"
       v-action="'Station@save'"
@@ -247,7 +247,7 @@
       style="margin-top:15px"
       v-action="'Station@delete'"
       @click="handleMultiDelete()"
-    >删除</el-button>
+    >删除</el-button> -->
     <el-pagination
       background
       class="pagination-container"