chengsc
2025-01-16 8b0d749cfbec8bf0afe71a8956bfeeed6f27cdfc
Web/src/views/device/deviceInfo/index.vue
@@ -185,6 +185,16 @@
                                 </el-form-item>
                              </el-col>
                              
                              <el-col :span="6">
                                 <el-form-item label="缠膜信号">
                                    <el-input v-model="stationValue.chanMo" disabled style="width: 200px; margin-right: 10px;"></el-input>
                                 </el-form-item>
                              </el-col>
                              <el-col :span="6">
                                 <el-form-item label="拆膜信号">
                                    <el-input v-model="stationValue.chaiMo" disabled style="width: 200px; margin-right: 10px;"></el-input>
                                 </el-form-item>
                              </el-col>
                           </el-row>   
                        </el-form>
                     </div>
@@ -232,6 +242,10 @@
   endPai:'',
   endLie:'',
   endCeng:'',
   chanMo:'',
   chaiMo:'',
});