File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
contract/oa/ContractDetail Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 20
20
<script setup lang="ts">
21
21
import { RankApi , BiRankRespVO } from ' @/api/crm/bi/rank'
22
22
import { EChartsOption } from ' echarts'
23
- import { clone } from ' unocss '
23
+ import { clone } from ' lodash-es '
24
24
25
25
defineOptions ({ name: ' ContactsCountRank' })
26
26
const props = defineProps <{ queryParams: any }>() // 搜索参数
Original file line number Diff line number Diff line change 20
20
<script setup lang="ts">
21
21
import { RankApi , BiRankRespVO } from ' @/api/crm/bi/rank'
22
22
import { EChartsOption } from ' echarts'
23
- import { clone } from ' unocss '
23
+ import { clone } from ' lodash-es '
24
24
25
25
defineOptions ({ name: ' ContractCountRank' })
26
26
const props = defineProps <{ queryParams: any }>() // 搜索参数
Original file line number Diff line number Diff line change 20
20
<script setup lang="ts">
21
21
import { RankApi , BiRankRespVO } from ' @/api/crm/bi/rank'
22
22
import { EChartsOption } from ' echarts'
23
- import { clone } from ' unocss '
23
+ import { clone } from ' lodash-es '
24
24
25
25
defineOptions ({ name: ' ContractPriceRank' })
26
26
const props = defineProps <{ queryParams: any }>() // 搜索参数
Original file line number Diff line number Diff line change 20
20
<script setup lang="ts">
21
21
import { RankApi , BiRankRespVO } from ' @/api/crm/bi/rank'
22
22
import { EChartsOption } from ' echarts'
23
- import { clone } from ' unocss '
23
+ import { clone } from ' lodash-es '
24
24
25
25
defineOptions ({ name: ' CustomerCountRank' })
26
26
const props = defineProps <{ queryParams: any }>() // 搜索参数
Original file line number Diff line number Diff line change 20
20
<script setup lang="ts">
21
21
import { RankApi , BiRankRespVO } from ' @/api/crm/bi/rank'
22
22
import { EChartsOption } from ' echarts'
23
- import { clone } from ' unocss '
23
+ import { clone } from ' lodash-es '
24
24
25
25
defineOptions ({ name: ' FollowCountRank' })
26
26
const props = defineProps <{ queryParams: any }>() // 搜索参数
Original file line number Diff line number Diff line change 20
20
<script setup lang="ts">
21
21
import { RankApi , BiRankRespVO } from ' @/api/crm/bi/rank'
22
22
import { EChartsOption } from ' echarts'
23
- import { clone } from ' unocss '
23
+ import { clone } from ' lodash-es '
24
24
25
25
defineOptions ({ name: ' FollowCustomerCountRank' })
26
26
const props = defineProps <{ queryParams: any }>() // 搜索参数
Original file line number Diff line number Diff line change 20
20
<script setup lang="ts">
21
21
import { RankApi , BiRankRespVO } from ' @/api/crm/bi/rank'
22
22
import { EChartsOption } from ' echarts'
23
- import { clone } from ' unocss '
23
+ import { clone } from ' lodash-es '
24
24
25
25
defineOptions ({ name: ' ProductSalesRank' })
26
26
const props = defineProps <{ queryParams: any }>() // 搜索参数
Original file line number Diff line number Diff line change 20
20
<script setup lang="ts">
21
21
import { RankApi , BiRankRespVO } from ' @/api/crm/bi/rank'
22
22
import { EChartsOption } from ' echarts'
23
- import { clone } from ' unocss '
23
+ import { clone } from ' lodash-es '
24
24
25
25
defineOptions ({ name: ' ReceivablePriceRank' })
26
26
const props = defineProps <{ queryParams: any }>() // 搜索参数
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ import * as UserApi from '@/api/system/user'
154
154
import * as ContactApi from ' @/api/crm/contact'
155
155
import * as BusinessApi from ' @/api/crm/business'
156
156
import ProductList from ' @/views/crm/contract/components/ProductList.vue'
157
- import BPMLModel from ' @/views/crm/contract/components/BPMLModel.vue'
157
+ // import BPMLModel from '@/views/crm/contract/components/BPMLModel.vue'
158
158
159
159
defineOptions ({ name: ' ContractDetailOA' })
160
160
const props = defineProps <{ id? : number }>()
You can’t perform that action at this time.
0 commit comments