Skip to content

Commit

Permalink
update web
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohann0617 committed Apr 1, 2024
1 parent 6d1fbb7 commit 2b732cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreign-server/src/main/resources/static/proxyIp.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2>代理IP列表</h2>
v-loading="loading"
stripe
@select="handleSelect" @select-all="handleSelectAll">
<el-table-column type="selection"></el-table-column>
<el-table-column type="selection" fixed="left"></el-table-column>
<el-table-column prop="id" label="ID" width="500">
<template slot-scope="scope">
<el-tag type="info">{{ scope.row.id }}</el-tag>
Expand Down

0 comments on commit 2b732cf

Please sign in to comment.