lilei 3 år sedan
förälder
incheckning
7629726470
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      public/version.json
  2. 1 1
      src/views/salesManagement/salesQuery/detail.vue

+ 1 - 1
public/version.json

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

+ 1 - 1
src/views/salesManagement/salesQuery/detail.vue

@@ -210,7 +210,7 @@ export default {
       ]
       // 实际总成本
       if (this.showCost) {
-        arr.splice(11, 0, { slots: { title: 'costTitle' }, dataIndex: 'cost', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
+        arr.splice(11, 0, { slots: { title: 'costTitle' }, dataIndex: 'totalCost', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
       } else {
         arr.splice(11, 1)
       }