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? '隐藏查询' : '显示查询' }}
审核通过
驳回提交
-
-
-