From 63b3fbb1d233735dcb1924431b00e7c3b648eae8 Mon Sep 17 00:00:00 2001 From: ssc <273702440@qq.com> Date: Mon, 20 Dec 2021 13:44:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=81=E7=A8=8B=E5=9B=BE=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E5=B9=B6=E8=A1=8C=E8=8A=82=E7=82=B9=E6=97=B6=E5=BE=85?= =?UTF-8?q?=E5=8A=9E=E9=A2=9C=E8=89=B2=E6=A0=87=E8=AE=B0=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plugin/workflow/mixins/ex-form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/plugin/workflow/mixins/ex-form.js b/src/views/plugin/workflow/mixins/ex-form.js index de7a0b8..1e0577a 100644 --- a/src/views/plugin/workflow/mixins/ex-form.js +++ b/src/views/plugin/workflow/mixins/ex-form.js @@ -338,7 +338,7 @@ export default { const { assigneeName, createTime, endTime, comments } = f const ff = { id: f.historyActivityId, - class: !endTime ? 'nodePrimary': '' + class: (!endTime && f.historyActivityType != 'candidate') ? 'nodePrimary': '' } let tooltip = '' if (assigneeName) {