|
@@ -58,8 +58,8 @@ export default {
|
|
|
{ title: '序号', dataIndex: 'no', width: '10%', align: 'center' },
|
|
|
{ title: '变更时间', dataIndex: 'updateDate', width: '25%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '变更人', dataIndex: 'creatorName', width: '25%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
- { title: '货位编号-变更前', dataIndex: 'oldStackPlaceCode', width: '20%', align: 'left', customRender: function (text) { return text || '--' } },
|
|
|
- { title: '货位编号-变更后', dataIndex: 'newStackPlaceCode', width: '20%', align: 'left', customRender: function (text) { return text || '--' } }
|
|
|
+ { title: '货位编号-变更前', dataIndex: 'oldStackPlaceCode', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
+ { title: '货位编号-变更后', dataIndex: 'newStackPlaceCode', width: '20%', align: 'center', customRender: function (text) { return text || '--' } }
|
|
|
],
|
|
|
// 加载数据方法 必须为 Promise 对象
|
|
|
loadData: parameter => {
|