Skip to content

Commit

Permalink
修复协议展示
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdgyc committed Sep 9, 2024
1 parent 567f0e8 commit 2ba3625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.1
0.12.2
7 changes: 1 addition & 6 deletions web/src/pages/group/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -422,12 +422,7 @@
</el-col>

<el-col :span="3">
<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-input placeholder="协议" v-model="item.protocol">
</el-col>

<el-col :span="6">
Expand Down

0 comments on commit 2ba3625

Please sign in to comment.