chenrui 3 år sedan
förälder
incheckning
3be2627ef8
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/reportData/allocationDetails/list.vue

+ 1 - 1
src/views/reportData/allocationDetails/list.vue

@@ -235,7 +235,7 @@ export default {
         { title: '毛利', dataIndex: 'grossProfit', width: 120, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '仓库', dataIndex: 'warehouseName', width: 200, align: 'center', sorter: true, customRender: function (text) { return text || '--' } },
         { title: '仓位', dataIndex: 'warehouseLocationName', width: 200, align: 'center', sorter: true, customRender: function (text) { return text || '--' } },
-        { title: '操作员', dataIndex: 'creatorName', width: 150, align: 'center', sorter: true, customRender: function (text) { return text || '--' }, ellipsis: true },
+        { title: '操作员', dataIndex: 'creatorName', width: 150, align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '调拨类型', dataIndex: 'allocateTypeName', width: 140, align: 'center', customRender: function (text) { return text || '--' } }
       ],
       // 加载数据方法 必须为 Promise 对象