From a8c0c7f014efc0eaacfcebac489f50f345c8d6ed Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 9 Jun 2020 15:20:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=88=91=E7=9A=84?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/userviews/assets/index.vue | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/userviews/assets/index.vue b/src/userviews/assets/index.vue index 73e7b9700..ae6d982b9 100644 --- a/src/userviews/assets/index.vue +++ b/src/userviews/assets/index.vue @@ -67,12 +67,10 @@ export default { ] }.bind(this) }, - sortable: true, - align: 'center' + sortable: true }, { prop: 'ip', - align: 'center', label: this.$t('assets.ip'), sortable: 'custom' }, @@ -128,13 +126,8 @@ export default { headerActions: { hasExport: false, hasImport: false, - hasRefresh: false, - hasCreate: false, - hasBulkDelete: false, - hasBulkUpdate: false, hasLeftActions: false, - hasSearch: true, - hasRightActions: false + hasSearch: true } } },