|
@ -15,7 +15,9 @@ |
|
|
height="250" |
|
|
height="250" |
|
|
:data="agencyTableListData" |
|
|
:data="agencyTableListData" |
|
|
style="width: 100%"> |
|
|
style="width: 100%"> |
|
|
<el-table-column prop="agencyName" label="组织名字" width="260"></el-table-column> |
|
|
<el-table-column prop="agencyName" label="下级组织"></el-table-column> |
|
|
|
|
|
<el-table-column prop="contacts" label="联系人"></el-table-column> |
|
|
|
|
|
<el-table-column prop="mobile" label="联系人电话"></el-table-column> |
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> |
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> |
|
|
<template slot="header" slot-scope="scope"> |
|
|
<template slot="header" slot-scope="scope"> |
|
|
<el-button size="mini" |
|
|
<el-button size="mini" |
|
@ -27,7 +29,7 @@ |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-button size="mini" |
|
|
<el-button size="mini" |
|
|
type="warning" |
|
|
type="warning" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-arrow-right" |
|
|
@click="entryAgency(scope.row.agencyId)" |
|
|
@click="entryAgency(scope.row.agencyId)" |
|
|
>进入</el-button> |
|
|
>进入</el-button> |
|
|
</template> |
|
|
</template> |
|
@ -39,7 +41,9 @@ |
|
|
height="250" |
|
|
height="250" |
|
|
:data="departmentTableListData" |
|
|
:data="departmentTableListData" |
|
|
style="width: 100%"> |
|
|
style="width: 100%"> |
|
|
<el-table-column prop="departmentName" label="下级机关单位/基层科室" width="260"></el-table-column> |
|
|
<el-table-column prop="departmentName" label="下级机关单位/基层科室"></el-table-column> |
|
|
|
|
|
<el-table-column prop="contacts" label="联系人"></el-table-column> |
|
|
|
|
|
<el-table-column prop="mobile" label="联系人电话"></el-table-column> |
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> |
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> |
|
|
<template slot="header" slot-scope="scope"> |
|
|
<template slot="header" slot-scope="scope"> |
|
|
<el-button size="mini" |
|
|
<el-button size="mini" |
|
@ -52,7 +56,7 @@ |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="warning" |
|
|
type="warning" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-arrow-right" |
|
|
@click="entryDepartment(scope.row.departmentId)" |
|
|
@click="entryDepartment(scope.row.departmentId)" |
|
|
>进入</el-button> |
|
|
>进入</el-button> |
|
|
</template> |
|
|
</template> |
|
@ -64,7 +68,10 @@ |
|
|
height="250" |
|
|
height="250" |
|
|
:data="gridTableListData" |
|
|
:data="gridTableListData" |
|
|
style="width: 100%"> |
|
|
style="width: 100%"> |
|
|
<el-table-column prop="gridName" label="网格名字" width="260"></el-table-column> |
|
|
<el-table-column prop="gridName" label="直属网格"></el-table-column> |
|
|
|
|
|
<el-table-column prop="gridTypeName" label="网格类型"></el-table-column> |
|
|
|
|
|
<el-table-column prop="contacts" label="联系人"></el-table-column> |
|
|
|
|
|
<el-table-column prop="mobile" label="联系人电话"></el-table-column> |
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> |
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> |
|
|
<template slot="header" slot-scope="scope"> |
|
|
<template slot="header" slot-scope="scope"> |
|
|
<el-button size="mini" |
|
|
<el-button size="mini" |
|
@ -77,7 +84,7 @@ |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="warning" |
|
|
type="warning" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-arrow-right" |
|
|
@click="entryGrid(scope.row.gridId)" |
|
|
@click="entryGrid(scope.row.gridId)" |
|
|
>进入</el-button> |
|
|
>进入</el-button> |
|
|
</template> |
|
|
</template> |
|
@ -107,25 +114,25 @@ |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="warning" |
|
|
type="warning" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-edit" |
|
|
@click="xiuPeo(scope.row)" |
|
|
@click="xiuPeo(scope.row)" |
|
|
>修改</el-button> |
|
|
>修改</el-button> |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="success" |
|
|
type="success" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-view" |
|
|
@click="lookAngency(scope.row)" |
|
|
@click="lookAngency(scope.row)" |
|
|
>查看</el-button> |
|
|
>查看</el-button> |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="info" |
|
|
type="info" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-rank" |
|
|
@click="transfer(scope.row)" |
|
|
@click="transfer(scope.row)" |
|
|
>调动</el-button> |
|
|
>调动</el-button> |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="danger" |
|
|
type="danger" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-circle-close" |
|
|
@click="DisablePeo(scope.row)" |
|
|
@click="DisablePeo(scope.row)" |
|
|
>禁用</el-button> |
|
|
>禁用</el-button> |
|
|
</template> |
|
|
</template> |
|
@ -154,25 +161,25 @@ |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="warning" |
|
|
type="warning" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-edit" |
|
|
@click="xiuCommunityPeo(scope.row)" |
|
|
@click="xiuCommunityPeo(scope.row)" |
|
|
>修改</el-button> |
|
|
>修改</el-button> |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="success" |
|
|
type="success" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-view" |
|
|
@click="lookAngency(scope.row)" |
|
|
@click="lookAngency(scope.row)" |
|
|
>查看</el-button> |
|
|
>查看</el-button> |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="info" |
|
|
type="info" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-rank" |
|
|
@click="transfer(scope.row)" |
|
|
@click="transfer(scope.row)" |
|
|
>调动</el-button> |
|
|
>调动</el-button> |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="danger" |
|
|
type="danger" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-circle-close" |
|
|
@click="DisablePeo(scope.row)" |
|
|
@click="DisablePeo(scope.row)" |
|
|
>禁用</el-button> |
|
|
>禁用</el-button> |
|
|
</template> |
|
|
</template> |
|
@ -202,25 +209,25 @@ |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="warning" |
|
|
type="warning" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-edit" |
|
|
@click="xiuGridPeo(scope.row)" |
|
|
@click="xiuGridPeo(scope.row)" |
|
|
>修改</el-button> |
|
|
>修改</el-button> |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="success" |
|
|
type="success" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-view" |
|
|
@click="lookAngency(scope.row)" |
|
|
@click="lookAngency(scope.row)" |
|
|
>查看</el-button> |
|
|
>查看</el-button> |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="info" |
|
|
type="info" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-rank" |
|
|
@click="transfer(scope.row)" |
|
|
@click="transfer(scope.row)" |
|
|
>调动</el-button> |
|
|
>调动</el-button> |
|
|
<el-button |
|
|
<el-button |
|
|
size="mini" |
|
|
size="mini" |
|
|
type="danger" |
|
|
type="danger" |
|
|
icon="el-icon-plus" |
|
|
icon="el-icon-circle-close" |
|
|
@click="DisablePeo(scope.row)" |
|
|
@click="DisablePeo(scope.row)" |
|
|
>禁用</el-button> |
|
|
>禁用</el-button> |
|
|
</template> |
|
|
</template> |
|
|