first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
const commonColumns = [
|
||||
{prop: 'loginname', label: '工号'},
|
||||
{prop: 'username', label: '姓名'},
|
||||
{prop: 'sex', label: '性别', sortable: true, width: '100px'},
|
||||
{prop: 'personType', label: '人员类型', sortable: true},
|
||||
{prop: 'userState', label: '在职状态', sortable: true},
|
||||
{prop: 'unitname', label: '所在单位', sortable: true},
|
||||
{prop: 'unionname', label: '所属工会', sortable: true},
|
||||
{prop: 'aidFundMemberJoinTime', label: '加入时间', sortable: true}
|
||||
]
|
||||
@@ -0,0 +1,9 @@
|
||||
const commonColumns = [
|
||||
{prop: 'loginname', label: '工号', sortable: true},
|
||||
{prop: 'user_name', label: '姓名', sortable: true},
|
||||
{prop: 'unit_name', label: '所属部门', sortable: true},
|
||||
{prop: 'apply_time', label: '申请时间', sortable: true},
|
||||
{prop: 'disease_diagnosis', label: '疾病诊断'},
|
||||
{prop: 'type', label: '补助类型', sortable: true},
|
||||
{prop: 'state_id', label: '申请状态', sortable: true},
|
||||
]
|
||||
Reference in New Issue
Block a user