feat(sj_1.0.0_beta4): 定时任务名称显示ID进行区分

This commit is contained in:
dhb52 2024-06-04 18:28:59 +08:00
parent 979559f96a
commit 406b27670a

View File

@ -60,7 +60,7 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP
return (
<n-button text tag="a" type="primary" onClick={showDetailDrawer} class="ws-normal">
{row.jobName}
{`${row.jobName}(${row.id})`}
</n-button>
);
}