|
@@ -243,7 +243,7 @@ function initTables(datas) {
|
|
|
, { field: 'pictureAuthor', title: '作品作者', width:120}
|
|
|
, { field: 'uploadTime', title: '上传时间', sort: true, }
|
|
|
, { field: 'pictureDescription', title: '描述内容', width: '20%' }
|
|
|
- , { field: 'vestingData', title: '归属日期', }
|
|
|
+ , { field: 'vestingDate', title: '归属日期', }
|
|
|
, { field: 'pictureType', title: '图片类型', sort: true, templet: pictureTypetemplet }
|
|
|
, { field: 'examineState', title: '状态',sort: true, templet: examineStatetemplet }
|
|
|
, { title: '操作', width:250, toolbar: '#barDemo' }
|