yxk-20260714

已办列表 TaskHistoryList 操作栏按钮从“历史”改为“查看详情”。
This commit is contained in:
ye1023
2026-07-14 15:42:56 +08:00
parent 897fa21e31
commit c9a5ba0846
@@ -40,7 +40,7 @@
function getTableAction(record) { function getTableAction(record) {
return [ return [
{ {
label: '历史', label: '查看详情',
onClick: showHistoryInfo.bind(null, record), onClick: showHistoryInfo.bind(null, record),
}, },
]; ];