Przeglądaj źródła

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-eom into dev

yusheng 9 miesięcy temu
rodzic
commit
0cdb9f2c13

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

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