Skip to content

Commit d221a37

Browse files
committed
🎨 代码格式化
1 parent 0da4034 commit d221a37

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/components/Lov/Lov.vue

+5-5
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
>
8383
<!-- <a-spin :spinning="loading"> -->
8484
<div v-if="search" class="table-page-search-wrapper" style="margin-top:15px;">
85-
<a-form :label-col="{ span:8 }" :wrapper-col="{ span: 16 }" >
85+
<a-form :label-col="{ span:8 }" :wrapper-col="{ span: 16 }">
8686
<a-row :gutter="8">
8787
<a-col
8888
v-for="item in searchList"
@@ -133,7 +133,7 @@
133133
</a-col>
134134
</a-row>
135135
</a-form>
136-
</div>
136+
</div>
137137
<div v-if="showSelectAll" style="padding:0 20px;">
138138
<a-form>
139139
<a-form-item read-only style="margin-top:10px;">
@@ -173,12 +173,12 @@
173173
:custom-row="customRow"
174174
@change="handleTableChange"
175175
/>
176-
176+
177177
<!-- </a-spin> -->
178178
<div class="ballcat-model-bottom">
179179
<a-pagination
180180
v-model="pagination.current"
181-
:total="pagination.total"
181+
:total="pagination.total"
182182
:page-size="pagination.pageSize"
183183
:show-total="pagination.showTotal"
184184
show-size-changer
@@ -390,7 +390,7 @@ export default {
390390
}else{
391391
this.reloadTable()
392392
this.visible=true;
393-
}
393+
}
394394
},
395395
load() {
396396
this.loading = true

src/views/system/user/SysUserPage.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
:multiple="true"
1818
:replace-fields="{
1919
title: 'name',
20-
key: 'id',
21-
value: 'id'
20+
key: 'id'
2221
}"
2322
@select="selectOrganization"
2423
@expand="expandOrganization"

0 commit comments

Comments
 (0)