bug修改

This commit is contained in:
qiudan 2024-04-11 14:08:15 +08:00
parent 97803e601e
commit d6c3990908
1 changed files with 2 additions and 2 deletions
src/views/general

View File

@ -50,7 +50,7 @@
inactive-text="关">
</el-switch>
</div>
<div v-show="dhcp4">
<div v-show="!dhcp4">
<p class="title">静态地址</p>
<el-button type="primary" @click="addRowsTableData()" style="margin-bottom:10px" v-if="!disable">新增</el-button>
<el-table :data="sizeForm.tableData" border style="width: 95%">
@ -138,7 +138,7 @@
<el-button type="primary" size="small" @click="commit()">保存</el-button>
</el-col>
</el-form-item> -->
<div v-show="dhcp4">
<div v-show="!dhcp4">
<p class="title">默认网关</p>
<el-form-item label="默认网关:" prop="gateway4" class="formItem">
<el-col :span="6">