From 70cc2652993f8231593b93a6faa154c2cb2f31b0 Mon Sep 17 00:00:00 2001
From: admin <15939171744@163.com>
Date: 星期三, 24 四月 2024 18:30:44 +0800
Subject: [PATCH] -

---
 jcdm-ui/src/views/main/kb/stationTerminal/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue b/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
index b4cd486..cfc464f 100644
--- a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
+++ b/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
@@ -95,11 +95,11 @@
 
 <!--           </el-col>-->
 <!--         </el-row>-->
-         <el-row style="margin-top: 20px">
+         <el-row v-show="showInput" style="margin-top: 20px">
            <el-col></el-col>
              <span style="width: 130px;" class="head-font">棰勮鎬绘垚鍙� : {{headContent.yzSfcCode}}</span>
          </el-row>
-         <el-row style="margin-top: 20px">
+         <el-row v-show="showInput" style="margin-top: 20px">
 <!--             <el-button @click="Release" type="primary">缁戝畾</el-button>-->
            <el-button @click="bindYzSfc" type="primary">缁戝畾</el-button>
 
@@ -322,6 +322,7 @@
   name: "stationTerminal",
   data() {
     return {
+      showInput: true,
       serialPortContent: '',
       // 鏌ヨ鍙傛暟
       formulaChildParams: {
@@ -369,7 +370,7 @@
       },
       content: '',
       activeName: 'first',
-      url: "ws://192.168.1.101:8080/websocket/message/",
+      url: "ws://192.168.1.103:8080/websocket/message/",
       message: "",
       text_content: "",
       ws: null,

--
Gitblit v1.9.3