소스 검색

bug 修复

lilei 2 년 전
부모
커밋
34bb14ccf9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/chainReportData/chainSalesDetailsCountReport/list.vue

+ 1 - 1
src/views/chainReportData/chainSalesDetailsCountReport/list.vue

@@ -91,7 +91,7 @@ export default {
       exportLoading: false,
       columns: [
         { title: '门店', dataIndex: 'salesTargetName', width: '16%', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
-        { title: '箭牌冠牌',
+        { title: '箭牌冠牌',
           children: [
             { title: '滤清器', dataIndex: 'lqqAmount', width: '8.4%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } }
           ]