|
|
@ -5,7 +5,9 @@ |
|
|
|
:inline="true" |
|
|
|
:model="searchFormData" |
|
|
|
ref="ref_searchform" |
|
|
|
:label-width="'110px'"> |
|
|
|
:label-width="'110px'" |
|
|
|
style="margin-top: 10px;" |
|
|
|
> |
|
|
|
|
|
|
|
<el-form-item label="所属组织" prop="orgId"> |
|
|
|
<el-cascader |
|
|
@ -109,7 +111,7 @@ |
|
|
|
border |
|
|
|
@select-all="handleSelectAll" |
|
|
|
@selection-change="handleTableRowsSelected" |
|
|
|
style="width: 100%"> |
|
|
|
style="width: 100%;margin-top: 10px;"> |
|
|
|
|
|
|
|
<el-table-column |
|
|
|
type="selection" |
|
|
@ -119,12 +121,14 @@ |
|
|
|
<el-table-column |
|
|
|
prop="agencyName" |
|
|
|
label="所属组织" |
|
|
|
width="180"> |
|
|
|
show-overflow-tooltip |
|
|
|
width="120"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
show-overflow-tooltip |
|
|
|
prop="gridName" |
|
|
|
label="所属网格" |
|
|
|
width="180"> |
|
|
|
width="120"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
prop="name" |
|
|
@ -482,4 +486,7 @@ export default { |
|
|
|
color: #f56c6c; |
|
|
|
margin-right: 4px; |
|
|
|
} |
|
|
|
.scroll-h{ |
|
|
|
padding: 10px 0 0; |
|
|
|
} |
|
|
|
</style> |
|
|
|