Browse Source

托书详情页单价字段调整

jbb 2 years ago
parent
commit
0887e2ef35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/book/detailsBookDrawer.vue

+ 1 - 1
src/views/book/detailsBookDrawer.vue

@@ -354,7 +354,7 @@ export default {
         },
           {
           title: '单价',
-          dataIndex: 'price',
+          dataIndex: 'unitPrice',
           width: 120,
           ellipsis: true,
           className: 'replacecolor'