From ccdaf8b8a7bdaa021bbfb0b01cf7f31a369f13a3 Mon Sep 17 00:00:00 2001
From: whycwx <1272078254@qq.com>
Date: 星期一, 19 七月 2021 17:01:55 +0800
Subject: [PATCH] 修改开关

---
 src/pages/switchboard/js/gridCircuitDiagram.js |   20 ++++++++++----------
 src/pages/switchboard/switchboard.vue          |    4 ++--
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/pages/switchboard/js/gridCircuitDiagram.js b/src/pages/switchboard/js/gridCircuitDiagram.js
index 628f499..a96b761 100644
--- a/src/pages/switchboard/js/gridCircuitDiagram.js
+++ b/src/pages/switchboard/js/gridCircuitDiagram.js
@@ -4,7 +4,7 @@
 
 const lineWidth = 2;
 const lineWidth2 = 1;
-const lineStrokeColor = '#105b96';
+const lineStrokeColor = '#ccc'//'#105b96';
 const lineStrokeColor2 = '#ccc';
 // const frequencyWidth = 96;
 // const ACWidth = 124;
@@ -66,7 +66,7 @@
         lineWidth: lineWidth,
         points: [
             [line2[0][0],line2[0][1]],
-            [line1[1][0]-20, line1[0][1]]
+            [line1[1][0], line1[0][1]]
         ]
     });
     let line4 = diagram.line({
@@ -134,7 +134,7 @@
     });
     let text1 = diagram.text({
         id: "text1",
-        text: '鍙樺帇绠�1',
+        text: '鍙樺帇绠盇',
         fillStyle: '#fff',
         fontSize: 12,
         type:true,
@@ -147,7 +147,7 @@
     });
     let text2 = diagram.text({
         id: "text2",
-        text: '   浣庡帇&鎺ョ嚎鏌�1',
+        text: '   浣庡帇&鎺ョ嚎鏌淎',
         fillStyle: '#fff',
         fontSize: 12,
         fontWidth:1,
@@ -161,7 +161,7 @@
     });
     let text3 = diagram.text({
         id: "text3",
-        text: '鏁存祦鏌�1',
+        text: '鏁存祦鏌淎',
         fillStyle: '#fff',
         fontSize: 12,
         fontWidth:1,
@@ -175,7 +175,7 @@
     });
     let text4 = diagram.text({
         id: "text4",
-        text: '    鐩存祦&杈撳嚭鏌�1',
+        text: '    鐩存祦&杈撳嚭鏌淎',
         fillStyle: '#fff',
         fontSize: 12,
         fontWidth:1,
@@ -192,7 +192,7 @@
 
     let text5 = diagram.text({
         id: "text5",
-        text: '鍙樺帇鏌�2',
+        text: '鍙樺帇鏌淏',
         fillStyle: '#fff',
         fontSize: 12,
         fontWidth:1,
@@ -206,7 +206,7 @@
     });
     let text6 = diagram.text({
         id: "text6",
-        text: '    浣庡帇&鎺ョ嚎鏌�2',
+        text: '    浣庡帇&鎺ョ嚎鏌淏',
         fillStyle: '#fff',
         fontSize: 12,
         fontWidth:1,
@@ -220,7 +220,7 @@
     });
     let text7 = diagram.text({
         id: "text7",
-        text: '鏁存祦鏌�2',
+        text: '鏁存祦鏌淏',
         fillStyle: '#fff',
         fontSize: 12,
         fontWidth:1,
@@ -234,7 +234,7 @@
     });
     let text8 = diagram.text({
         id: "text8",
-        text: '    鐩存祦&杈撳嚭鏌�2',
+        text: '    鐩存祦&杈撳嚭鏌淏',
         fillStyle: '#fff',
         fontSize: 12,
         fontWidth:1,
diff --git a/src/pages/switchboard/switchboard.vue b/src/pages/switchboard/switchboard.vue
index edf2ac5..34e944f 100644
--- a/src/pages/switchboard/switchboard.vue
+++ b/src/pages/switchboard/switchboard.vue
@@ -26,9 +26,9 @@
                         <el-input size="mini" v-model="formData.thisInfo.btdy" style="width:100px"></el-input>
                     </el-form-item>
                 </el-col>
-                <el-form-item label="鐩存祦閰嶇數鏉匡細">
+                <!-- <el-form-item label="鐩存祦閰嶇數鏉匡細">
                     <el-input size="mini" v-model="formData.thisInfo.zlpdb" style="width:100px"></el-input>
-                </el-form-item>
+                </el-form-item> -->
             </el-form>
         </div>
         <div class="content_cent">

--
Gitblit v1.9.1