소스 검색

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

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'
         },
         {