From 9c6c494b8059f0af712262ac622a5141b722b08b Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 11 May 2024 21:37:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 4 ++-- src/views/projectdemand/demandcollection/add.vue | 10 +++++----- src/views/projectdemand/demandcollection/detail.vue | 5 +++-- src/views/workflow/common/InstanceDetails.vue | 2 +- src/views/workflow/common/OperationRender.vue | 1 + 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 3a37363..bd72a33 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -105,7 +105,7 @@ const todoNum = ref(20) const tableConfig = reactive({ columns: [ { - prop: 'userName', + prop: 'taskId', label: '单据编号', align: 'center', }, @@ -143,7 +143,7 @@ const tableConfig = reactive({ } } ], - api: '', + api: '/workflow/process/task', params: {}, }) diff --git a/src/views/projectdemand/demandcollection/add.vue b/src/views/projectdemand/demandcollection/add.vue index 3a80b0a..88234cb 100644 --- a/src/views/projectdemand/demandcollection/add.vue +++ b/src/views/projectdemand/demandcollection/add.vue @@ -1,13 +1,13 @@