feat(ui): lint

This commit is contained in:
pycook 2023-12-18 19:25:22 +08:00
parent 4ea947f741
commit 9894c77300
6 changed files with 42 additions and 35 deletions

View File

@ -30,7 +30,6 @@ export function getAuthDataEnable() {
}) })
} }
export function testLDAP(test_type, data) { export function testLDAP(test_type, data) {
return axios({ return axios({
url: `/common-setting/v1/auth_config/LDAP/test?test_type=${test_type}`, url: `/common-setting/v1/auth_config/LDAP/test?test_type=${test_type}`,

View File

@ -58,7 +58,11 @@
/> />
<div class="relation-views-right-bar"> <div class="relation-views-right-bar">
<a-space> <a-space>
<a-button v-if="isLeaf" type="primary" size="small" @click="$refs.create.handleOpen(true, 'create')" <a-button
v-if="isLeaf"
type="primary"
size="small"
@click="$refs.create.handleOpen(true, 'create')"
>新建</a-button >新建</a-button
> >

View File

@ -18,7 +18,11 @@
属性说明 属性说明
</span> </span>
</span> </span>
<a-button size="small" icon="plus" type="primary" @click="$refs.create.handleOpen(true, 'create')" <a-button
size="small"
icon="plus"
type="primary"
@click="$refs.create.handleOpen(true, 'create')"
>新建</a-button >新建</a-button
> >
</div> </div>