From 7710c3cac325fc8705b28990e34c20a5840f5f15 Mon Sep 17 00:00:00 2001 From: opensnail <598092184@qq.com> Date: Thu, 23 May 2024 15:26:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.0.0):=20=E4=BF=AE=E5=A4=8D=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81id=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workflow/batch/index.vue | 7 +------ src/views/workflow/task/index.vue | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/views/workflow/batch/index.vue b/src/views/workflow/batch/index.vue index 2379da3..01e7188 100644 --- a/src/views/workflow/batch/index.vue +++ b/src/views/workflow/batch/index.vue @@ -28,13 +28,8 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP taskBatchStatus: null }, columns: () => [ - // { - // type: 'selection', - // align: 'center', - // width: 48 - // }, { - key: 'index', + key: 'id', title: $t('common.index'), align: 'center', width: 120 diff --git a/src/views/workflow/task/index.vue b/src/views/workflow/task/index.vue index 1b63625..6c23fb9 100644 --- a/src/views/workflow/task/index.vue +++ b/src/views/workflow/task/index.vue @@ -38,7 +38,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP // width: 48 // }, { - key: 'index', + key: 'id', title: $t('common.index'), align: 'center', width: 120