merge(bjlp,plzl):合并代码
Showing
2 changed files
with
3 additions
and
2 deletions
... | @@ -33,7 +33,7 @@ | ... | @@ -33,7 +33,7 @@ |
33 | <el-button class="radioBtn" label="3" border @click="plhVisible=true">批量户</el-button> | 33 | <el-button class="radioBtn" label="3" border @click="plhVisible=true">批量户</el-button> |
34 | <el-button class="radioBtn" label="4" border @click="plcVisible=true">批量层</el-button> | 34 | <el-button class="radioBtn" label="4" border @click="plcVisible=true">批量层</el-button> |
35 | <el-button class="radioBtn" label="5" border @click="plShVisible=true">批量室号</el-button> | 35 | <el-button class="radioBtn" label="5" border @click="plShVisible=true">批量室号</el-button> |
36 | <el-button class="radioBtn" label="6" border>批量坐落</el-button> | 36 | <el-button class="radioBtn" label="6" border @click="plzlVisible=true">批量坐落</el-button> |
37 | <el-button class="radioBtn" label="7" border>批量单元号</el-button> | 37 | <el-button class="radioBtn" label="7" border>批量单元号</el-button> |
38 | </div> | 38 | </div> |
39 | </el-col> | 39 | </el-col> |
... | @@ -161,6 +161,7 @@ export default { | ... | @@ -161,6 +161,7 @@ export default { |
161 | plcVisible:false, | 161 | plcVisible:false, |
162 | plhVisible:false, | 162 | plhVisible:false, |
163 | plShVisible:false, | 163 | plShVisible:false, |
164 | plzlVisible:false, | ||
164 | hbjVisible:false, | 165 | hbjVisible:false, |
165 | tabPosition:1, | 166 | tabPosition:1, |
166 | radio1: "", | 167 | radio1: "", | ... | ... |
-
Please register or sign in to post a comment