支持连续端口,比如1234-5678

This commit is contained in:
huweishan
2024-04-08 16:13:52 +08:00
parent 38b8f0b2aa
commit 15573a6ef3
3 changed files with 38 additions and 13 deletions

View File

@@ -362,7 +362,7 @@
</el-input>
</el-col>
<el-col :span="6">
<el-input v-model="item.port_str" type="textarea" :autosize="{ minRows: 1, maxRows: 2}" placeholder="多端口,号分隔"></el-input>
<el-input type="textarea" :autosize="{ minRows: 1, maxRows: 2}" v-model="item.port_str" placeholder="多端口,号分隔"></el-input>
</el-col>
<el-col :span="6">
<el-input v-model="item.note" placeholder="备注"></el-input>