Files
UNION_HUTB/target/classes/views/platform/diseaseaid/common/Medical.js
T
2026-09-09 09:14:28 +08:00

9 lines
448 B
JavaScript

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},
]