yxk-20260714
已办列表 TaskHistoryList 操作栏按钮从“历史”改为“查看详情”。
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
function getTableAction(record) {
|
function getTableAction(record) {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
label: '历史',
|
label: '查看详情',
|
||||||
onClick: showHistoryInfo.bind(null, record),
|
onClick: showHistoryInfo.bind(null, record),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user