🐛 bugfix:无法打包问题,原因:import clone 从 unocss 导致
This commit is contained in:
parent
cd86c08e59
commit
f01bb2dc78
@ -20,7 +20,7 @@
|
||||
<script setup lang="ts">
|
||||
import { RankApi, BiRankRespVO } from '@/api/crm/bi/rank'
|
||||
import { EChartsOption } from 'echarts'
|
||||
import { clone } from 'unocss'
|
||||
import { clone } from 'lodash-es'
|
||||
|
||||
defineOptions({ name: 'ContactsCountRank' })
|
||||
const props = defineProps<{ queryParams: any }>() // 搜索参数
|
||||
|
@ -20,7 +20,7 @@
|
||||
<script setup lang="ts">
|
||||
import { RankApi, BiRankRespVO } from '@/api/crm/bi/rank'
|
||||
import { EChartsOption } from 'echarts'
|
||||
import { clone } from 'unocss'
|
||||
import { clone } from 'lodash-es'
|
||||
|
||||
defineOptions({ name: 'ContractCountRank' })
|
||||
const props = defineProps<{ queryParams: any }>() // 搜索参数
|
||||
|
@ -20,7 +20,7 @@
|
||||
<script setup lang="ts">
|
||||
import { RankApi, BiRankRespVO } from '@/api/crm/bi/rank'
|
||||
import { EChartsOption } from 'echarts'
|
||||
import { clone } from 'unocss'
|
||||
import { clone } from 'lodash-es'
|
||||
|
||||
defineOptions({ name: 'ContractPriceRank' })
|
||||
const props = defineProps<{ queryParams: any }>() // 搜索参数
|
||||
|
@ -20,7 +20,7 @@
|
||||
<script setup lang="ts">
|
||||
import { RankApi, BiRankRespVO } from '@/api/crm/bi/rank'
|
||||
import { EChartsOption } from 'echarts'
|
||||
import { clone } from 'unocss'
|
||||
import { clone } from 'lodash-es'
|
||||
|
||||
defineOptions({ name: 'CustomerCountRank' })
|
||||
const props = defineProps<{ queryParams: any }>() // 搜索参数
|
||||
|
@ -20,7 +20,7 @@
|
||||
<script setup lang="ts">
|
||||
import { RankApi, BiRankRespVO } from '@/api/crm/bi/rank'
|
||||
import { EChartsOption } from 'echarts'
|
||||
import { clone } from 'unocss'
|
||||
import { clone } from 'lodash-es'
|
||||
|
||||
defineOptions({ name: 'FollowCountRank' })
|
||||
const props = defineProps<{ queryParams: any }>() // 搜索参数
|
||||
|
@ -20,7 +20,7 @@
|
||||
<script setup lang="ts">
|
||||
import { RankApi, BiRankRespVO } from '@/api/crm/bi/rank'
|
||||
import { EChartsOption } from 'echarts'
|
||||
import { clone } from 'unocss'
|
||||
import { clone } from 'lodash-es'
|
||||
|
||||
defineOptions({ name: 'FollowCustomerCountRank' })
|
||||
const props = defineProps<{ queryParams: any }>() // 搜索参数
|
||||
|
@ -20,7 +20,7 @@
|
||||
<script setup lang="ts">
|
||||
import { RankApi, BiRankRespVO } from '@/api/crm/bi/rank'
|
||||
import { EChartsOption } from 'echarts'
|
||||
import { clone } from 'unocss'
|
||||
import { clone } from 'lodash-es'
|
||||
|
||||
defineOptions({ name: 'ProductSalesRank' })
|
||||
const props = defineProps<{ queryParams: any }>() // 搜索参数
|
||||
|
@ -20,7 +20,7 @@
|
||||
<script setup lang="ts">
|
||||
import { RankApi, BiRankRespVO } from '@/api/crm/bi/rank'
|
||||
import { EChartsOption } from 'echarts'
|
||||
import { clone } from 'unocss'
|
||||
import { clone } from 'lodash-es'
|
||||
|
||||
defineOptions({ name: 'ReceivablePriceRank' })
|
||||
const props = defineProps<{ queryParams: any }>() // 搜索参数
|
||||
|
@ -154,7 +154,7 @@ import * as UserApi from '@/api/system/user'
|
||||
import * as ContactApi from '@/api/crm/contact'
|
||||
import * as BusinessApi from '@/api/crm/business'
|
||||
import ProductList from '@/views/crm/contract/components/ProductList.vue'
|
||||
import BPMLModel from '@/views/crm/contract/components/BPMLModel.vue'
|
||||
// import BPMLModel from '@/views/crm/contract/components/BPMLModel.vue'
|
||||
|
||||
defineOptions({ name: 'ContractDetailOA' })
|
||||
const props = defineProps<{ id?: number }>()
|
||||
|
Loading…
Reference in New Issue
Block a user