lilei há 1 ano atrás
pai
commit
5bbfb758bd

+ 4 - 6
src/views/productManagement/shelfNoManage/changeRecordModal.vue

@@ -56,12 +56,10 @@ export default {
       isShow: this.openModal,
       columns: [
         { title: '序号', dataIndex: 'no', width: '10%', align: 'center' },
-        { title: '变更时间', dataIndex: 'updateDate', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '变更人', dataIndex: 'creatorName', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '仓库名称-变更前', dataIndex: 'oldWarehouseName', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '仓库名称-变更后', dataIndex: 'newWarehouseName', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '货位编号-变更前', dataIndex: 'oldStackPlaceCode', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '货位编号-变更后', dataIndex: 'newStackPlaceCode', width: '15%', align: 'center', customRender: function (text) { return text || '--' } }
+        { title: '变更时间', dataIndex: 'updateDate', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '变更人', dataIndex: 'creatorName', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '货位编号-变更前', dataIndex: 'oldStackPlaceCode', width: '25%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '货位编号-变更后', dataIndex: 'newStackPlaceCode', width: '25%', align: 'center', customRender: function (text) { return text || '--' } }
       ],
       // 加载数据方法 必须为 Promise 对象
       loadData: parameter => {