chenminghua 2 lat temu
rodzic
commit
e617cd6308

+ 1 - 2
public/static/config/modeConfig.js

@@ -21,8 +21,7 @@ const showModuleName = 0;
 if (localTest) {
     // baseURL = "http://192.168.10.13:8082/" // 联机调试 - 石林
     // baseURL = "http://10.155.32.33:9001/" // 联机调试 - 谢生杰
-    // baseURL = "http://192.168.10.8:8082/" // 联机调试 - 王昌盛
-    baseURL = "http:192.168.10.13:8082/" // 联机调试 - 王波
+    baseURL = "http://192.168.10.8:8082/" // 联机调试 - 王昌盛
 
     tilesUrl = "http://localhost:8080/static/cesium/Assets/Textures/NaturalEarthII";
 } else {

+ 5 - 5
src/views/Decision/Decision2Xldb.vue

@@ -4,7 +4,7 @@
       <div class="query-items">
         <div class="query-item">
           <div class="lable">场站:</div>
-          <div class="search-input">
+          <div class="search-input" style="width: 200px">
             <el-select
               v-model="value1"
               @change="ChangZhanChange(value1)"
@@ -24,7 +24,7 @@
         </div>
         <div class="query-item">
           <div class="lable">项目:</div>
-          <div class="search-input">
+          <div class="search-input" style="width: 200px">
             <el-select
               v-model="value2"
               @change="XiangMuChange(value2)"
@@ -44,7 +44,7 @@
         </div>
         <div class="query-item">
           <div class="lable">线路:</div>
-          <div class="search-input">
+          <div class="search-input" style="width: 200px">
             <el-select
               v-model="value3"
               @change="XianLuChange(value3)"
@@ -64,7 +64,7 @@
         </div>
         <div class="query-item">
           <div class="lable">开始日期:</div>
-          <div class="search-input">
+          <div class="search-input" style="width: 200px">
             <el-date-picker
               v-model="value4"
               @change="BeginChange(value4)"
@@ -78,7 +78,7 @@
         </div>
         <div class="query-item">
           <div class="lable">结束日期:</div>
-          <div class="search-input">
+          <div class="search-input" style="width: 200px">
             <el-date-picker
               v-model="value5"
               @change="EndChange(value5)"

+ 1 - 1
src/views/NewPages/alarm-center-1.vue

@@ -63,7 +63,7 @@
         <div class="query-actions">
           <button class="btn green" @click="searchData">搜索</button>
           <button class="btn green" @click="searchTree">筛选</button>
-          <button class="btn green" @click="fx">分析</button>
+          <!-- <button class="btn green" @click="fx">分析</button> -->
         </div>
       </div>
     </div>

+ 3 - 3
src/views/NewPages/alarm-center-2.vue

@@ -31,7 +31,7 @@
         <div class="query-actions">
           <button class="btn green" @click="searchData">搜索</button>
           <!-- <button class="btn green">导出</button> -->
-		  <button class="btn green" @click="fx">分析</button>
+		      <!-- <button class="btn green" @click="fx">分析</button> -->
         </div>
       </div>
     </div>
@@ -168,7 +168,7 @@ export default {
     },
     async searchTree () {
       const { data } = await this.API.requestData({
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.14:8075/",
         subUrl: "Stoptype/treeType",
       });
 
@@ -198,7 +198,7 @@ export default {
 		let enddate = new Date(Date.parse(new Date(this.enddate)) + (24*3600*1000)).formatDate("yyyy-MM-dd");
       const { data } = await this.API.requestData({
 		  showLoading:true,
-        baseURL: "http://192.168.1.18:8075/",
+        baseURL: "http://192.168.1.14:8075/",
         subUrl: "shutdown/list",
         data: {
           stId: this.wpvalue,

+ 1 - 1
src/views/allLifeManage/tab1.vue

@@ -86,7 +86,7 @@ export default {
       dateArea: [
         this.fmtDate(
           new Date(
-            new Date().setTime(new Date().getTime() - 3600 * 1000 * 24 * 30)
+            new Date().setTime(1625040257239)
           )
         ),
         this.fmtDate(new Date()),

+ 1 - 1
src/views/allLifeManage/tab3.vue

@@ -84,7 +84,7 @@ export default {
         label: "故障",
         value: "故障"
       }],
-      starttime: new Date().formatDate("yyyy-MM") + "-01",
+      starttime: new Date(new Date().setTime(1625040257239)).formatDate("yyyy-MM") + "-01",
       endtime: new Date().formatDate("yyyy-MM-dd"),
       tableData: {
         column: [

+ 10 - 10
src/views/layout/Menu.vue

@@ -181,11 +181,11 @@ export default {
                   icon: "svg-matrix",
                   path: "/decision/decision3db",
                 },
-                {
-                  text: "操作指令统计",
-                  icon: "svg-matrix",
-                  path: "/decision/decision4czzl",
-                },
+                // {
+                //   text: "操作指令统计",
+                //   icon: "svg-matrix",
+                //   path: "/decision/decision4czzl",
+                // },
               ],
             },
             {
@@ -225,11 +225,11 @@ export default {
                   icon: "svg-wind-site",
                   path: "/decision/totalPowerRank",
                 },
-                {
-                  text: "报警排行",
-                  icon: "svg-wind-site",
-                  path: "/decision/warningRank",
-                },
+                // {
+                //   text: "报警排行",
+                //   icon: "svg-wind-site",
+                //   path: "/decision/warningRank",
+                // },
               ],
             },
             {

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

@@ -96,7 +96,7 @@ export default {
         },
         {
           id: "3",
-          name: "按厂家统",
+          name: "按厂家统",
         },
       ],
       typeId: "1",