feat(sj_1.0.0_beta4): 定时任务名称显示ID进行区分
This commit is contained in:
parent
979559f96a
commit
406b27670a
@ -60,7 +60,7 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<n-button text tag="a" type="primary" onClick={showDetailDrawer} class="ws-normal">
|
<n-button text tag="a" type="primary" onClick={showDetailDrawer} class="ws-normal">
|
||||||
{row.jobName}
|
{`${row.jobName}(${row.id})`}
|
||||||
</n-button>
|
</n-button>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user