From c9a5ba08468fb679ca71273fc47c320df3909b6e Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Tue, 14 Jul 2026 15:42:56 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260714=20=E5=B7=B2=E5=8A=9E=E5=88=97?= =?UTF-8?q?=E8=A1=A8=20TaskHistoryList=20=E6=93=8D=E4=BD=9C=E6=A0=8F?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E4=BB=8E=E2=80=9C=E5=8E=86=E5=8F=B2=E2=80=9D?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E2=80=9C=E6=9F=A5=E7=9C=8B=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E2=80=9D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bpm/process/personalOffice/myHandleTask/TaskHistoryList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }, ];