first commit
This commit is contained in:
@@ -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