diff --git a/src/views/super/bpm/process/personalOffice/myHandleTask/TaskHistoryList.vue b/src/views/super/bpm/process/personalOffice/myHandleTask/TaskHistoryList.vue index 0ff91a1..66d3ecf 100644 --- a/src/views/super/bpm/process/personalOffice/myHandleTask/TaskHistoryList.vue +++ b/src/views/super/bpm/process/personalOffice/myHandleTask/TaskHistoryList.vue @@ -40,7 +40,7 @@ function getTableAction(record) { return [ { - label: '历史', + label: '查看详情', onClick: showHistoryInfo.bind(null, record), }, ];