diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue index c662fac..b15ac3e 100644 --- a/src/views/system/tenant/index.vue +++ b/src/views/system/tenant/index.vue @@ -99,7 +99,7 @@ { label: '创建账号', icon:'Plus', - type: 'warning', + type: 'primary', onClick: handleAddAccount.bind(null, record), auth:['sys:tenant:account'] },