Skip to content

Commit

Permalink
修复协议展示
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdgyc committed Sep 6, 2024
1 parent ad18857 commit 567f0e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/src/pages/group/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 567f0e8

Please sign in to comment.