Browse Source

bug 修复

lilei 2 years ago
parent
commit
34bb14ccf9
1 changed files with 1 additions and 1 deletions
  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 : '--') } }
           ]