fix:添加时间字段

pg_adapter
wangxy 8 months ago
parent 47f55b94f0
commit e3dee997d5

@ -87,7 +87,7 @@
{ {
field: 'caseName', field: 'caseName',
title: '案件名称', title: '案件名称',
width: '40', width: '35',
widthUnit: '%', widthUnit: '%',
align: "left" align: "left"
}, },
@ -135,6 +135,11 @@
return $.table.selectDictLabel(caseStatus, value); return $.table.selectDictLabel(caseStatus, value);
} }
}, },
{
field: 'createTime',
title: '创建时间',
sortable: true
},
{ {
title: '操作', title: '操作',
align: 'center', align: 'center',

@ -135,6 +135,11 @@
return $.table.selectDictLabel(checkStateDatas, value); return $.table.selectDictLabel(checkStateDatas, value);
} }
}, },
{
field: 'createTime',
title: '创建时间',
sortable: true
},
{ {
title: '操作', title: '操作',
align: 'center', align: 'center',

@ -132,6 +132,11 @@
return $.table.selectDictLabel(checkStateDatas, value); return $.table.selectDictLabel(checkStateDatas, value);
} }
}, },
{
field: 'createTime',
title: '创建时间',
sortable: true
},
{ {
title: '操作', title: '操作',
align: 'center', align: 'center',

@ -71,9 +71,14 @@
{ {
field: 'placeRule', field: 'placeRule',
title: '场所规范', title: '场所规范',
width: '50', width: '45',
widthUnit: '%' widthUnit: '%'
}, },
{
field: 'createTime',
title: '创建时间',
sortable: true
},
{ {
title: '操作', title: '操作',
align: 'center', align: 'center',

@ -139,6 +139,11 @@
field: 'deptName', field: 'deptName',
title: '所属单位', title: '所属单位',
}, },
{
field: 'createTime',
title: '创建时间',
sortable: true
},
{ {
title: '操作', title: '操作',
align: 'center', align: 'center',

@ -113,7 +113,7 @@
}, },
{ {
field: 'recoverDate', field: 'recoverDate',
title: '配发日期' title: '登记日期'
}, },
{ {
title: '操作', title: '操作',

@ -113,7 +113,7 @@
}, },
{ {
field: 'recoverDate', field: 'recoverDate',
title: '配发日期' title: '登记日期'
}, },
{ {
title: '操作', title: '操作',

@ -115,6 +115,11 @@
return $.table.selectDictLabel(meetingType, value); return $.table.selectDictLabel(meetingType, value);
} }
}, },
{
field: 'createTime',
title: '创建时间',
sortable: true
},
{ {
field: 'meetingState', field: 'meetingState',
title: '会议状态', title: '会议状态',

Loading…
Cancel
Save