Z пре 2 година
родитељ
комит
1e127bd587
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/bpm/handleTask/components/purchaseOrder/detailDialog.vue

+ 1 - 1
src/views/bpm/handleTask/components/purchaseOrder/detailDialog.vue

@@ -401,7 +401,7 @@
           {
             width: 120,
             prop: 'totalPrice',
-            label: '销售总金额',
+            label: '采购总金额',
             slot: 'totalPrice',
             formatter: (_row, _column, cellValue) => {
               return _row.totalPrice + '元';