lilei 2 vuotta sitten
vanhempi
commit
34bb14ccf9

+ 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 : '--') } }
           ]