修改docker代码

This commit is contained in:
bjdgyc
2024-10-24 11:20:45 +08:00
parent 49b40b5ee4
commit 772b1118eb
6 changed files with 31 additions and 10 deletions

View File

@@ -86,6 +86,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>