作者 shenhailong

修改 阀开指令 0为开

... ... @@ -251,7 +251,7 @@
</div>
</el-dialog>
<!--水表实时信息-->
<el-dialog title="水表实信息" :visible.sync="waterMeterVisible" :close-on-click-modal="false">
<el-dialog title="水表实信息" :visible.sync="waterMeterVisible" :close-on-click-modal="false">
<el-form :model="waterMaterForm" label-width="100px" ref="waterMaterForm">
<el-form-item label="水表编号" prop="wmId">
<el-input v-model="waterMaterForm.wmId" auto-complete="off"></el-input>
... ... @@ -283,7 +283,7 @@
</div>
</el-dialog>
<!--电表实时信息-->
<el-dialog title="电表实信息" :visible.sync="electrixityeditFormVisible" :close-on-click-modal="false">
<el-dialog title="电表实信息" :visible.sync="electrixityeditFormVisible" :close-on-click-modal="false">
<el-form v-loading="electrixityLoading" :model="electricityForm" label-width="100px" ref="waterMaterForm">
<el-form-item label="电表编号" prop="deviceId">
<el-input v-model="electricityForm.deviceId" auto-complete="off"></el-input>
... ... @@ -993,4 +993,4 @@
<style scoped>
</style>
\ No newline at end of file
</style>
... ...