lilei 1 year ago
parent
commit
ed0fc2cef1

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
 {
   "message": "发现有新版本发布,确定更新系统?",
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
   "vendorJsVersion": "",
-  "version": 1693383865079
+  "version": 1695123959558
 }
 }

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

@@ -135,7 +135,7 @@ export default {
         {
         {
           title: '轮胎',
           title: '轮胎',
           children: [
           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: '轮胎',
           title: '轮胎',
           children: [
           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: '轮胎',
           title: '轮胎',
           children: [
           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) : '--') } }
           ]
           ]
         },
         },
         {
         {