Browse Source

Merge remote-tracking branch 'origin/master'

ZaiZai 2 năm trước cách đây
mục cha
commit
5b5f28de87
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/static/project.vue

+ 1 - 1
src/views/static/project.vue

@@ -196,7 +196,7 @@ const rowNameClick = ({projectId, projectName}) => {
 //费用分类
 const tableColumn1 = [
     {key: 'costTypeValue', name: '费用分类', align: 'center'},
-    {key: 'allProjectCost', name: '测算费用(元)', align: 'center'},
+    {key: 'budgetCost', name: '测算费用(元)', align: 'center'},
     {key: 'practicalCost', name: '实际费用(元)', align: 'center'},
     {key: 'detail', name: '费用明细', align: 'center'},
     {key: 'total', name: '总计', align: 'center'},