bug修改
This commit is contained in:
parent
97803e601e
commit
d6c3990908
src/views/general
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue