wsx 9 месяцев назад
Родитель
Сommit
046dde5376
1 измененных файлов с 5 добавлено и 7 удалено
  1. 5 7
      src/views/purchasingManage/purchasePlanManage/components/detailDialog.vue

+ 5 - 7
src/views/purchasingManage/purchasePlanManage/components/detailDialog.vue

@@ -452,9 +452,9 @@
           },
           },
           {
           {
             width: 150,
             width: 150,
-            prop: 'reqTotalCount',
+            prop: 'purchaseCount',
             label: '需求数量',
             label: '需求数量',
-            align: 'center'
+            align: 'center',
           },
           },
           {
           {
             width: 150,
             width: 150,
@@ -516,21 +516,19 @@
             slot: 'specification',
             slot: 'specification',
             align: 'center'
             align: 'center'
           },
           },
-           {
+          {
             minWidth: 120,
             minWidth: 120,
             prop: 'modelKey',
             prop: 'modelKey',
             label: '机型',
             label: '机型',
             showOverflowTooltip: true,
             showOverflowTooltip: true,
-            align: 'center',
-
+            align: 'center'
           },
           },
           {
           {
             minWidth: 120,
             minWidth: 120,
             prop: 'colorKey',
             prop: 'colorKey',
             showOverflowTooltip: true,
             showOverflowTooltip: true,
             label: '颜色',
             label: '颜色',
-            align: 'center',
-
+            align: 'center'
           },
           },
 
 
           {
           {