Selaa lähdekoodia

预托书详情页金额字段调整

jbb 2 vuotta sitten
vanhempi
commit
e37d0a14e0
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      src/views/pre-book/detailsPreBookDrawer.vue

+ 1 - 3
src/views/pre-book/detailsPreBookDrawer.vue

@@ -254,16 +254,14 @@ export default {
         // },
         {
           title: '金额',
-          key: 'totalPrice',
+          dataIndex: 'totalPrice',
           width: 120,
-
           className: 'replacecolor'
         },
         {
           title: '预发货日期',
           dataIndex: 'preDeliveryDate',
           width: 120,
-
           className: 'replacecolor'
         },
         {