优化ip分配

This commit is contained in:
bjdgyc
2024-10-23 17:34:03 +08:00
parent c0c15815f9
commit a0569b09f2
2 changed files with 96 additions and 50 deletions

View File

@@ -48,6 +48,7 @@
label="唯一MAC">
<template slot-scope="scope">
<el-tag v-if="scope.row.unique_mac" type="success"></el-tag>
<el-tag v-else type="info"></el-tag>
</template>
</el-table-column>