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