Bläddra i källkod

添加返回按钮

小王 1 år sedan
förälder
incheckning
d0ec429e76
4 ändrade filer med 35 tillägg och 12 borttagningar
  1. 1 1
      src/views/rqdd/rqddjh.vue
  2. 21 2
      src/views/xndc/index.vue
  3. 10 9
      src/views/xtpzyrz/xtpz/xtpz.vue
  4. 3 0
      src/views/xtpzyrz/xtpzyrz.vue

+ 1 - 1
src/views/rqdd/rqddjh.vue

@@ -54,7 +54,7 @@ export default {
                 current: 1,
                 size: 10
             },
-            tableData: ''
+            tableData: []
         }
     },
     methods: {},

+ 21 - 2
src/views/xndc/index.vue

@@ -39,7 +39,13 @@
                 </div>
             </div>
             <div class="partition" style="left: 54%"/>
-            <div class="crumb-c" style="left: 55.1%">
+            <div class="crumb left55">
+                <div class="textCrumb1" onclick="window.open('/path#/xtpz','_self')">
+                    系统配置与监控
+                </div>
+            </div>
+            <div class="partition" style="left: 65%"/>
+            <div class="crumb-c" style="left: 66%">
                 <div class="textCrumb-c" @click="showDialog()">
                     虚拟电厂指令切换
                 </div>
@@ -268,7 +274,11 @@ export default {
 }
 
 .left44 {
-    left: 44.2%;
+    left: 44%;
+}
+
+.left55 {
+    left: 55%;
 }
 
 .textCrumb {
@@ -280,6 +290,15 @@ export default {
     font-weight: bold;
 }
 
+.textCrumb1 {
+    display: flex;
+    /*align-items: center;*/
+    margin-left: 16.5%;
+    margin-top: 2.5%;
+    font-size: 18px;
+    font-weight: bold;
+}
+
 .crumb-c {
     position: absolute;
     top: 5px;

+ 10 - 9
src/views/xtpzyrz/xtpz/xtpz.vue

@@ -100,14 +100,14 @@
                 <el-row>
                     <el-col :span="12" style="width: 40%; float: left;">
                         <el-form-item label="断面名称:" style="width: 100%; float: left;color: white">
-                            <el-input v-model="xtpzName" placeholder="汗海-庆云断面" style="width: 100%;">启用
-                            </el-input>
+                            <el-input placeholder="汗海-庆云断面" style="width: 100%;">启用
+                            </el-input> <!--v-model="xtpzName"-->
                         </el-form-item>
                     </el-col>
                     <el-col :span="12" style="width: 40%; float: left;">
                         <el-form-item label="状态:" style="width: 100%; float: right;">
-                            <el-input v-model="xtpzStatus" placeholder="状态"
-                                      style="width: 100%; text-align: center;"></el-input>
+                            <el-input placeholder="状态"
+                                      style="width: 100%; text-align: center;"></el-input><!--v-model="xtpzStatus"-->
                         </el-form-item>
                     </el-col>
                 </el-row>
@@ -115,14 +115,15 @@
                 <el-row>
                     <el-col :span="12" style="width: 40%; float: left;">
                         <el-form-item label="from节点:" style="width: 100%; float: left;">
-                            <el-input v-model="from" placeholder="汗海"
+                            <el-input placeholder="汗海"
                                       style="width: 100%;float: left;">汗海
-                            </el-input>
+                            </el-input><!--v-model="from"-->
                         </el-form-item>
                     </el-col>
                     <el-col :span="12" style="width: 40%; float: left;">
                         <el-form-item label="to节点:" style="width: 100%; float: left;">
-                            <el-input v-model="to" placeholder="庆云" style="width: 100%;float: left;">庆云</el-input>
+                            <el-input placeholder="庆云" style="width: 100%;float: left;">庆云</el-input>
+                            <!--v-model="to"-->
                         </el-form-item>
                     </el-col>
                 </el-row>
@@ -130,12 +131,12 @@
                 <el-row>
                     <el-col :span="12" style="width: 40%; float: left;">
                         <el-form-item label="负限:" style="width: 100%; float: left;">
-                            <el-input v-model="low" placeholder="250" style="width: 100%;">250</el-input>
+                            <el-input placeholder="250" style="width: 100%;">250</el-input><!--v-model="low"-->
                         </el-form-item>
                     </el-col>
                     <el-col :span="12" style="width: 40%; float: left;">
                         <el-form-item label="正限:" style="width: 100%; float: right;">
-                            <el-input v-model="height" placeholder="200" style="width: 100%;">200</el-input>
+                            <el-input placeholder="200" style="width: 100%;">200</el-input><!--v-model="height"-->
                         </el-form-item>
                     </el-col>
                 </el-row>

+ 3 - 0
src/views/xtpzyrz/xtpzyrz.vue

@@ -1,5 +1,8 @@
 <template>
     <div class="page">
+        <div style="position: absolute;right: 19%;top: 12px">
+            <img alt="" onclick="window.open('/path#/xndc','_self')" src="../ssddjk/img/返回首页.png">
+        </div>
         <div id="iframe0" class="pos_2" style="">
             <iframe src="/#/xtpznav" style="width: 100%;height: 100%">
             </iframe>