feat(sj_1.1.0-beta2): 去掉定时任务列表的任务名称的id
This commit is contained in:
parent
d68358ffc4
commit
4f068790cb
@ -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.id})`}
|
{`${row.jobName}`}
|
||||||
</n-button>
|
</n-button>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user