浏览代码

Merge branch 'develop_yh23-05' of jianguan-web/qpls-md-html into pre-release

李磊 1 年之前
父节点
当前提交
a7fd9a0e3e

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

@@ -135,7 +135,7 @@ export default {
         {
           title: '轮胎',
           children: [
-            { title: 'RUNTEK', dataIndex: 'ltAmount', width: '8.4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
+            { title: '箭冠', dataIndex: 'ltAmount', width: '8.4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
           ]
         },
         {

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

@@ -129,7 +129,7 @@ export default {
         {
           title: '轮胎',
           children: [
-            { title: 'RUNTEK', dataIndex: 'ltAmount', width: '8.4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
+            { title: '箭冠', dataIndex: 'ltAmount', width: '8.4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
           ]
         },
         {

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

@@ -147,7 +147,7 @@ export default {
         {
           title: '轮胎',
           children: [
-            { title: 'RUNTEK', dataIndex: 'ltAmount', width: '8.4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
+            { title: '箭冠', dataIndex: 'ltAmount', width: '8.4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
           ]
         },
         {