mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 10:02:09 +08:00
修复协议展示
This commit is contained in:
@@ -422,7 +422,12 @@
|
||||
</el-col>
|
||||
|
||||
<el-col :span="3">
|
||||
<el-input v-model="item.protocol" placeholder="协议类型"></el-input>
|
||||
<el-select v-model="item.protocol">
|
||||
<el-option value="all"></el-option>
|
||||
<el-option value="icmp"></el-option>
|
||||
<el-option value="tcp"></el-option>
|
||||
<el-option value="udp"></el-option>
|
||||
</el-select>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="6">
|
||||
|
Reference in New Issue
Block a user