福利名单页面列表样式错乱
This commit is contained in:
@@ -212,7 +212,7 @@ layout("/layouts/platform.html"){
|
|||||||
<el-tag type="warning" v-else>暂无</el-tag>
|
<el-tag type="warning" v-else>暂无</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" fixed="right" header-align="center" label="操作" width="200px">
|
<el-table-column align="center" fixed="right" header-align="center" label="操作" width="150px">
|
||||||
<template scope="{row}">
|
<template scope="{row}">
|
||||||
<el-button @click="$refs.updateRemarkRef.onOpen(row)" size="mini" type="primary">备注</el-button>
|
<el-button @click="$refs.updateRemarkRef.onOpen(row)" size="mini" type="primary">备注</el-button>
|
||||||
<el-button @click="doDelete(row)" size="mini" type="danger">删除</el-button>
|
<el-button @click="doDelete(row)" size="mini" type="danger">删除</el-button>
|
||||||
@@ -302,16 +302,16 @@ layout("/layouts/platform.html"){
|
|||||||
sexOptions: ["男", "女"],
|
sexOptions: ["男", "女"],
|
||||||
projectSelectOptions: [],
|
projectSelectOptions: [],
|
||||||
tableColumns: [
|
tableColumns: [
|
||||||
{ prop: "loginname", label: "工号" },
|
// 固定各业务列宽,长单位名称通过表格内部横向滚动和悬浮提示展示,避免挤压操作列。
|
||||||
{ prop: "username", label: "姓名" },
|
{ prop: "loginname", label: "工号", width: 140 },
|
||||||
{ prop: "sex", label: "性别", sortable: true, checked: 0 },
|
{ prop: "username", label: "姓名", width: 120 },
|
||||||
{ prop: "birthday", label: "出生日期", sortable: true, checked: 0 },
|
{ prop: "sex", label: "性别", sortable: true, checked: 0, width: 80 },
|
||||||
{ prop: "personType", label: "人员类型", sortable: true },
|
{ prop: "birthday", label: "出生日期", sortable: true, checked: 0, width: 120 },
|
||||||
{ prop: "userState", label: "在职状态", sortable: true },
|
{ prop: "personType", label: "人员类型", sortable: true, width: 120 },
|
||||||
{ prop: "welfareUnionName", label: "所属工会", sortable: true },
|
{ prop: "userState", label: "在职状态", sortable: true, width: 110 },
|
||||||
{ prop: "welfareUnitName", label: "所属单位", sortable: true },
|
{ prop: "welfareUnionName", label: "所属工会", sortable: true, width: 170 },
|
||||||
{ prop: "threeUnitName", label: "三级单位", sortable: true },
|
{ prop: "welfareUnitName", label: "所属单位", sortable: true, width: 250 },
|
||||||
{ prop: "remark", label: "备注", sortable: true }
|
{ prop: "remark", label: "备注", sortable: true}
|
||||||
],
|
],
|
||||||
|
|
||||||
importData: { fileList: [], isfg: 1 },
|
importData: { fileList: [], isfg: 1 },
|
||||||
|
|||||||
Reference in New Issue
Block a user