From 932bae5231e317a04a465f4a0e514fa03475f4c0 Mon Sep 17 00:00:00 2001 From: xingyu Date: Thu, 18 May 2023 20:21:14 +0800 Subject: [PATCH] fix: pay action --- src/views/pay/demo/index.vue | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/views/pay/demo/index.vue b/src/views/pay/demo/index.vue index 67e7ac1..ed929b0 100644 --- a/src/views/pay/demo/index.vue +++ b/src/views/pay/demo/index.vue @@ -8,8 +8,23 @@ @@ -43,6 +58,7 @@ const [registerTable, { reload }] = useTable({ formConfig: { labelWidth: 120, schemas: searchFormSchema }, useSearchForm: true, showTableSetting: true, + showIndexColumn: false, actionColumn: { width: 180, title: t('common.action'),