fix(任务中心): 系统任务列表 id 提示
This commit is contained in:
parent
9fad95a6f3
commit
9821e2bd64
|
@ -22,7 +22,7 @@
|
|||
>
|
||||
<template #num="{ record }">
|
||||
<a-button type="text" class="max-w-full justify-start px-0" @click="checkDetail(record)">
|
||||
<a-tooltip :content="record.id">
|
||||
<a-tooltip :content="record.num">
|
||||
<div class="one-line-text">
|
||||
{{ record.num }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue