@@ -48,7 +48,7 @@
<el-button type="info" icon="Search" @click="handleQuery">搜索</el-button>
</el-form-item>
<div style="margin-top: 20px">
- <el-button :disabled="selections.length !== 1" type="primary" @click="handleUpDateFurnace">炉号修改</el-button>
+ <el-button :disabled="selections.length == 0" type="primary" @click="handleUpDateFurnace">炉号修改</el-button>
</div>
</el-form>
<!-- 列表区 -->