|
|
|
@ -36,7 +36,7 @@ export const columns: BasicColumn[] = [ |
|
|
|
|
dataIndex: 'proDept_dictText' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title: '使用单位', |
|
|
|
|
title: '服务单位', |
|
|
|
|
align: "center", |
|
|
|
|
dataIndex: 'applyDept_dictText' |
|
|
|
|
}, |
|
|
|
@ -85,7 +85,7 @@ export const superQuerySchema = { |
|
|
|
|
proMoney: {title: '申领金额',order: 3,view: 'number', type: 'number',}, |
|
|
|
|
attachment: {title: '附件',order: 4,view: 'file', type: 'string',}, |
|
|
|
|
proDept: {title: '申领单位',order: 5,view: 'sel_depart', type: 'string',}, |
|
|
|
|
applyDept: {title: '使用单位',order: 6,view: 'sel_depart', type: 'string',}, |
|
|
|
|
applyDept: {title: '服务单位',order: 6,view: 'sel_depart', type: 'string',}, |
|
|
|
|
sfState: {title: '是否同意',order: 7,view: 'list', type: 'string',dictCode: 'cxq_sf_sta',}, |
|
|
|
|
state: {title: '审核状态',order: 8,view: 'list', type: 'string',dictCode: 'in_exam_status',}, |
|
|
|
|
useState: {title: '使用状态',order: 9,view: 'list', type: 'string',dictCode: 'cxq_use_sta',}, |
|
|
|
|