27 lines
1.0 KiB
JavaScript
27 lines
1.0 KiB
JavaScript
|
|
|
||
|
|
export const formLabel = [
|
||
|
|
{ f_label: '关键字', f_model: 'keywords', f_type: 'date' },
|
||
|
|
{ f_label: '关键字', f_model: 'keywords', f_type: 'ipt' },
|
||
|
|
{ f_label: '状态', f_model: 'keywords', f_type: 'sel' },
|
||
|
|
]
|
||
|
|
export const columnsList = [
|
||
|
|
{ t_props: 'scrapNum', t_label: '协议签订时间', },
|
||
|
|
{ t_props: '', t_label: '协议编号' },
|
||
|
|
{ t_props: 'repairNum', t_label: '合同编号' },
|
||
|
|
{ t_props: 'unitName', t_label: '租赁单位', },
|
||
|
|
{ t_props: 'projectName', t_label: '租赁工程', },
|
||
|
|
{ t_props: 'itemType', t_label: '开始日期', },
|
||
|
|
{ t_props: 'itemType', t_label: '租赁期限(天)', },
|
||
|
|
{ t_props: 'itemType', t_label: '授权人', },
|
||
|
|
{ t_props: 'itemType', t_label: '授权人电话', },
|
||
|
|
{ t_props: 'itemType', t_label: '租赁单位类型', },
|
||
|
|
{ t_props: 'itemType', t_label: '附件图片', },
|
||
|
|
{ t_props: 'itemType', t_label: '备注', },
|
||
|
|
]
|
||
|
|
|
||
|
|
export const dialogConfig = {
|
||
|
|
outerWidth: '70%',
|
||
|
|
outerTitle: '',
|
||
|
|
outerVisible: false,
|
||
|
|
}
|