lilei 2 年之前
父节点
当前提交
b18df143e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/reportData/salesDetails/list.vue

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

@@ -252,7 +252,7 @@ export default {
         arr.push({ title: '折后单价', dataIndex: 'discountedPrice', width: 70, align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } })
         arr.push({ title: '折扣金额', dataIndex: 'discountAmount', width: 70, align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } })
       }
-      arr.push({ title: '操作员', dataIndex: 'operatorName', width: 100, align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true })
+      arr.push({ title: '操作员', dataIndex: 'operatorName', width: 150, align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true })
       return arr
     }
   },