commit
This commit is contained in:
-1
@@ -145,7 +145,6 @@ public class MemberStatisticsServiceImpl extends BaseServiceImpl<Sys_user> imple
|
||||
u.idCardType,
|
||||
u.idCard,
|
||||
u.mobile,
|
||||
u.welfareMobile,
|
||||
u.education,
|
||||
u.academicDegree,
|
||||
u.technicalTitle,
|
||||
|
||||
+22
-2
@@ -72,7 +72,9 @@ const MEMBER_STATISTICS_COMPREHENSIVE_QUERY_FORM = {
|
||||
|
||||
<el-row type="flex" align="middle" class="query-row query-row-tag">
|
||||
<el-col class="query-row-title">人员类型:</el-col>
|
||||
<el-col class="query-row-content query-row-content-tag">
|
||||
<el-col class="query-row-content query-row-content-tag"
|
||||
:style="{ height: personTypeExtend ? 'auto' : '24px', 'overflow-y': 'hidden' }"
|
||||
>
|
||||
<el-tag
|
||||
size="small"
|
||||
style="cursor: pointer;margin: 0;"
|
||||
@@ -94,6 +96,13 @@ const MEMBER_STATISTICS_COMPREHENSIVE_QUERY_FORM = {
|
||||
type="success">全部
|
||||
</el-link>
|
||||
</el-col>
|
||||
<el-col style="width: 40px">
|
||||
<el-link type="primary"
|
||||
:underline="false"
|
||||
@click="personTypeExtend = !personTypeExtend">
|
||||
{{personTypeExtend ? '收起' : '展开'}}
|
||||
</el-link>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-row type="flex" align="middle" class="query-row query-row-tag">
|
||||
@@ -124,7 +133,9 @@ const MEMBER_STATISTICS_COMPREHENSIVE_QUERY_FORM = {
|
||||
|
||||
<el-row type="flex" align="middle" class="query-row query-row-tag">
|
||||
<el-col class="query-row-title">在职状态:</el-col>
|
||||
<el-col class="query-row-content query-row-content-tag">
|
||||
<el-col class="query-row-content query-row-content-tag"
|
||||
:style="{ height: userStateExtend ? 'auto' : '24px', 'overflow-y': 'hidden' }"
|
||||
>
|
||||
<el-tag
|
||||
size="small"
|
||||
style="cursor: pointer;margin: 0;"
|
||||
@@ -146,6 +157,13 @@ const MEMBER_STATISTICS_COMPREHENSIVE_QUERY_FORM = {
|
||||
type="success">全部
|
||||
</el-link>
|
||||
</el-col>
|
||||
<el-col style="width: 40px">
|
||||
<el-link type="primary"
|
||||
:underline="false"
|
||||
@click="userStateExtend = !userStateExtend">
|
||||
{{userStateExtend ? '收起' : '展开'}}
|
||||
</el-link>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-row class="query-row" type="flex" align="middle">
|
||||
@@ -394,6 +412,8 @@ const MEMBER_STATISTICS_COMPREHENSIVE_QUERY_FORM = {
|
||||
store,
|
||||
data() {
|
||||
return {
|
||||
personTypeExtend: false,
|
||||
userStateExtend: false,
|
||||
pageForm: {
|
||||
isUnit: "",
|
||||
isUnion: "",
|
||||
|
||||
Reference in New Issue
Block a user