gaoluyang
2 天以前 787ccc59ba89bacc075562a161ecf02bc76ebadc
src/views/crm/business/modules/form.vue
@@ -3,8 +3,8 @@
import { computed, ref } from 'vue';
import { useVbenModal } from '..\..\..\..\packages\effects\common-ui\src';
import { erpPriceMultiply } from '..\..\..\..\packages\utils\src';
import { useVbenModal } from '@vben/common-ui';
import { erpPriceMultiply } from '@vben/utils';
import { message } from 'ant-design-vue';
@@ -105,7 +105,7 @@
</script>
<template>
  <Modal :title="getTitle" class="w-1/2">
  <Modal :title="getTitle" class="w-3/4">
    <Form class="mx-4">
      <template #product="slotProps">
        <ProductEditTable