This commit is contained in:
@jyuhsin
2025-05-13 17:26:27 +08:00
parent 993f64a835
commit a116a0c61c
3 changed files with 11 additions and 16 deletions
@@ -117,7 +117,8 @@ public class MemberGroupInfoController {
marriage, marriage,
education, education,
hometown, hometown,
nation nation,
remark
from from
user user
$condition $condition
@@ -295,19 +295,17 @@ layout("/layouts/platform.html"){
{prop: 'idcard', label: '身份证号', width: 170}, {prop: 'idcard', label: '身份证号', width: 170},
{prop: 'position', label: '职务', sortable: true, checked: 0}, {prop: 'position', label: '职务', sortable: true, checked: 0},
{prop: 'jobTitle', label: '职称', sortable: true, checked: 0}, {prop: 'jobTitle', label: '职称', sortable: true, checked: 0},
{prop: 'personType', label: '人员类型', sortable: true},
{prop: 'userState', label: '在职状态', sortable: true}, {prop: 'userState', label: '在职状态', sortable: true},
{prop: 'political', label: '政治面貌', sortable: true}, {prop: 'personType', label: '人员类型', sortable: true},
{prop: 'unionname', label: '所属工会', sortable: true}, {prop: 'unionname', label: '所属工会', sortable: true},
{prop: 'unitname', label: '所属单位', sortable: true}, {prop: 'unitname', label: '所属单位', sortable: true},
{prop: 'threeUnitName', label: '所在科室', sortable: true, checked: 0},
{prop: 'unionGroupName', label: '工会小组', sortable: true, checked: 0},
{prop: 'campusName', label: '所属校区', sortable: true, checked: 0}, {prop: 'campusName', label: '所属校区', sortable: true, checked: 0},
{prop: 'marriage', label: '婚否', checked: 0}, {prop: 'marriage', label: '婚否', checked: 0},
{prop: 'education', label: '学历', checked: 0}, {prop: 'education', label: '学历', checked: 0},
{prop: 'hometown', label: '籍贯', checked: 0}, {prop: 'hometown', label: '籍贯', checked: 0},
{prop: 'nation', label: '民族', checked: 0}, {prop: 'nation', label: '民族', checked: 0},
{prop: 'memberNumber', label: '会员号', checked: 0}, {prop: 'political', label: '政治面貌', checked: 0},
{prop: 'remark', label: '备注', checked: 0},
], ],
personTypeOptions: [], personTypeOptions: [],
userStateOptions: [], userStateOptions: [],
@@ -53,7 +53,7 @@ layout("/layouts/platform.html"){
display: none; display: none;
} }
} }
.monthStyle{ .monthStyle{
.el-date-picker__header--bordered { .el-date-picker__header--bordered {
display: none !important; display: none !important;
@@ -287,8 +287,8 @@ layout("/layouts/platform.html"){
</el-link> </el-link>
</el-col> </el-col>
</el-row> </el-row>
<el-row type="flex" align="middle" class="query-row"> <el-row type="flex" align="middle" class="query-row">
<el-col class="query-row-title">费用类型:</el-col> <el-col class="query-row-title">费用类型:</el-col>
<el-col class="query-row-content"> <el-col class="query-row-content">
@@ -301,7 +301,7 @@ layout("/layouts/platform.html"){
@click="tagClick('personalStatus',item.name)"> @click="tagClick('personalStatus',item.name)">
{{ item.name }} {{ item.name }}
</el-tag> </el-tag>
<el-link type="danger" <el-link type="danger"
v-if="personalStatusOptions.length&&pageForm.personalStatus.length" v-if="personalStatusOptions.length&&pageForm.personalStatus.length"
:underline="false" :underline="false"
@@ -313,7 +313,7 @@ layout("/layouts/platform.html"){
</el-link> </el-link>
</el-col> </el-col>
</el-row> </el-row>
<el-row type="flex" align="middle" class="query-row"> <el-row type="flex" align="middle" class="query-row">
<el-col class="query-row-title">系统角色:</el-col> <el-col class="query-row-title">系统角色:</el-col>
<el-col class="query-row-content"> <el-col class="query-row-content">
@@ -643,20 +643,16 @@ layout("/layouts/platform.html"){
{prop: 'position', label: '职务', sortable: true, checked: 0}, {prop: 'position', label: '职务', sortable: true, checked: 0},
{prop: 'jobTitle', label: '职称', sortable: true, checked: 0}, {prop: 'jobTitle', label: '职称', sortable: true, checked: 0},
{prop: 'userState', label: '在职状态', sortable: true}, {prop: 'userState', label: '在职状态', sortable: true},
{prop: 'personType', label: '人员类型', sortable: true},
{prop: 'preparedBy', label: '人员性质', sortable: true}, {prop: 'preparedBy', label: '人员性质', sortable: true},
{prop: 'unionname', label: '所属工会', sortable: true}, {prop: 'unionname', label: '所属工会', sortable: true},
{prop: 'unitname', label: '所属单位', sortable: true}, {prop: 'unitname', label: '所属单位', sortable: true},
{prop: 'threeUnitName', label: '所在科室', sortable: true},
{prop: 'unionGroupName', label: '工会小组', sortable: true},
{prop: 'campusName', label: '所属校区', sortable: true, checked: 0}, {prop: 'campusName', label: '所属校区', sortable: true, checked: 0},
{prop: 'marriage', label: '婚否', checked: 0}, {prop: 'marriage', label: '婚否', checked: 0},
{prop: 'education', label: '学历', checked: 0}, {prop: 'education', label: '学历', checked: 0},
{prop: 'hometown', label: '籍贯', checked: 0}, {prop: 'hometown', label: '籍贯', checked: 0},
{prop: 'nation', label: '民族', checked: 0}, {prop: 'nation', label: '民族', checked: 0},
{prop: 'political', label: '政治面貌', checked: 0}, {prop: 'political', label: '政治面貌', checked: 0},
{prop: 'memberJoinTime', label: '入会时间', checked: 0}, {prop: 'remark', label: '备注', checked: 0},
{prop: 'memberNumber', label: '会员号', checked: 0},
], ],
welfareMemberLoading: false, welfareMemberLoading: false,
} }