Browse Source

fix:修改产品列表引用货币组件地址错误

liuzl 2 năm trước cách đây
mục cha
commit
bc2343bdd7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/contract/components/ProductTable.vue

+ 1 - 1
src/views/contract/components/ProductTable.vue

@@ -43,7 +43,7 @@
 </template>
 
 <script>
-  import AmountInput from '@/components/amountInput'
+  import AmountInput from '@/components/currency'
 
   export default {
     name: 'ProductTable',