Showing
1 changed file
with
3 additions
and
1 deletions
@@ -51,7 +51,9 @@ | @@ -51,7 +51,9 @@ | ||
51 | </template> | 51 | </template> |
52 | <template #name="{ record }"> | 52 | <template #name="{ record }"> |
53 | <div> | 53 | <div> |
54 | - {{ record.name }} | 54 | + <Tooltip :title="record.name" placement="topRight"> |
55 | + {{ record.name }} | ||
56 | + </Tooltip> | ||
55 | </div> | 57 | </div> |
56 | <Tooltip title="设备SN码" placement="topRight"> | 58 | <Tooltip title="设备SN码" placement="topRight"> |
57 | <a-button type="link" @click="copySN(record.sn)" style="padding: 0"> | 59 | <a-button type="link" @click="copySN(record.sn)" style="padding: 0"> |