Explorar el Código

托书详情页单价字段调整

jbb hace 2 años
padre
commit
0887e2ef35
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'