浏览代码

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

liuzl 2 年之前
父节点
当前提交
bc2343bdd7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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',