feat(ui): lint

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

View File

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

View File

@@ -58,7 +58,11 @@
/>
<div class="relation-views-right-bar">
<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
>

View File

@@ -18,7 +18,11 @@
属性说明
</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
>
</div>