diff --git a/src/components/ActionBar/index.vue b/src/components/ActionBar/index.vue index 226e598d..5dcb6fcc 100644 --- a/src/components/ActionBar/index.vue +++ b/src/components/ActionBar/index.vue @@ -58,7 +58,7 @@ - + @@ -66,7 +66,7 @@ - + @@ -74,7 +74,7 @@ - + @@ -82,7 +82,7 @@ - + @@ -90,7 +90,7 @@ - + @@ -98,7 +98,7 @@ - + @@ -167,6 +167,11 @@ type: String, default: 'vertical', }, + // 显示的按钮集合 + showBtns: { + type: Array, + default: ['save', 'submit', 'copy', 'print', 'next', 'last'] + } }, emits: ['copy'], components: { diff --git a/src/views/approve/paid/components/mainActionBar.vue b/src/views/approve/paid/components/mainActionBar.vue index 656e3006..2ab4ad4c 100644 --- a/src/views/approve/paid/components/mainActionBar.vue +++ b/src/views/approve/paid/components/mainActionBar.vue @@ -8,9 +8,6 @@ {{ searchFlag? '隐藏查询' : '显示查询' }} 审核通过 驳回提交 - - -