diff --git a/src/components/table/index.vue b/src/components/table/index.vue index b73e9da7e2402c6fd4f8af197f280667523194dc..dc7e5a6f8f4a0f9f4212d71bbc711ac6144ae512 100644 --- a/src/components/table/index.vue +++ b/src/components/table/index.vue @@ -76,13 +76,8 @@ const initQuery = { export default { props: { url: String, - buttons: { - type: Array, - default: () => [], - }, - addBtn: { - type: Object, - }, + buttons: { type: Array, default: () => [] }, + addBtn: { type: Object }, formatData: Function, noPage: Boolean, }, diff --git a/src/pages/system/view/log/login_log/index.vue b/src/pages/system/view/log/login_log/index.vue index e8c9cdd05b42451b54b9489089f5847a45383012..74a7dc47cd42a5b0fbe5e6613b1ad60fc3f9e498 100644 --- a/src/pages/system/view/log/login_log/index.vue +++ b/src/pages/system/view/log/login_log/index.vue @@ -1,10 +1,32 @@