|
@@ -2,7 +2,7 @@
|
|
|
<div style="margin-top: -30px;padding: 10px;">
|
|
|
<el-button type="text" @click="setValueNull()" > 选择所有部门 </el-button>
|
|
|
<div>
|
|
|
- <h1 align="center"> 机关各科室 </h1>
|
|
|
+ <h4 align="center" class="p10" style="font-size: 25px;"> 机关各科室 </h4>
|
|
|
<el-row>
|
|
|
<el-col :span="8" v-for="item in userDepartments" v-if="item.menuId==0" :key="item.departmentId">
|
|
|
<el-button type="text" @click="selectDepartment(item)" >
|
|
@@ -13,7 +13,7 @@
|
|
|
</el-row>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <h1 align="center"> 局属各单位 </h1>
|
|
|
+ <h4 align="center" class="p10" style="font-size: 25px;"> 局属各单位 </h4>
|
|
|
<el-row>
|
|
|
<el-col :span="8" v-for="item in userDepartments" v-if="item.menuId==1" :key="item.departmentId">
|
|
|
<el-button type="text" @click="selectDepartment(item)" >
|