lilei %!s(int64=3) %!d(string=hai) anos
pai
achega
7629726470
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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": "发现有新版本发布,确定更新系统?",
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
   "vendorJsVersion": "",
-  "version": 1655795421128
+  "version": 1655945219541
 }
 }

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

@@ -210,7 +210,7 @@ export default {
       ]
       ]
       // 实际总成本
       // 实际总成本
       if (this.showCost) {
       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 {
       } else {
         arr.splice(11, 1)
         arr.splice(11, 1)
       }
       }