ソースを参照

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

jbb 2 年 前
コミット
e37d0a14e0
1 ファイル変更1 行追加3 行削除
  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'
         },
         {