修复协议展示

This commit is contained in:
bjdgyc 2024-09-09 15:11:36 +08:00
parent 567f0e8adb
commit 2ba3625885
2 changed files with 2 additions and 7 deletions
version
web/src/pages/group

View File

@ -1 +1 @@
0.13.1 0.12.2

View File

@ -422,12 +422,7 @@
</el-col> </el-col>
<el-col :span="3"> <el-col :span="3">
<el-select v-model="item.protocol"> <el-input placeholder="协议" 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>
<el-col :span="6"> <el-col :span="6">