From 350de08f8f53627dacc7a984c44384dece166072 Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Sun, 25 May 2025 09:10:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E4=BD=9C=E5=BA=9F=E5=8A=9F=E8=83=BD=E5=B9=B6=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/custom/button-icon.vue | 16 +- src/service/api/workflow/instance.ts | 19 +-- src/typings/api/workflow.api.d.ts | 8 + src/views/workflow/process-instance/index.vue | 152 +++++++----------- 4 files changed, 84 insertions(+), 111 deletions(-) diff --git a/src/components/custom/button-icon.vue b/src/components/custom/button-icon.vue index d7e0b5cb..604a4918 100644 --- a/src/components/custom/button-icon.vue +++ b/src/components/custom/button-icon.vue @@ -1,5 +1,5 @@ @@ -329,7 +352,7 @@ async function edit(instanceId: CommonType.IdType) { :data="data" size="small" :flex-height="!appStore.isMobile" - :scroll-x="1078" + :scroll-x="1400" :loading="loading" remote :row-key="row => row.id" @@ -340,68 +363,3 @@ async function edit(instanceId: CommonType.IdType) { - -