lilei 1 年之前
父節點
當前提交
5bbfb758bd
共有 1 個文件被更改,包括 4 次插入6 次删除
  1. 4 6
      src/views/productManagement/shelfNoManage/changeRecordModal.vue

+ 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 => {