Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f01bb2dc
authored
Feb 18, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐛
bugfix:无法打包问题,原因:import clone 从 unocss 导致
parent
cd86c08e
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
src/views/crm/bi/rank/ContactsCountRank.vue
+1
-1
src/views/crm/bi/rank/ContractCountRank.vue
+1
-1
src/views/crm/bi/rank/ContractPriceRank.vue
+1
-1
src/views/crm/bi/rank/CustomerCountRank.vue
+1
-1
src/views/crm/bi/rank/FollowCountRank.vue
+1
-1
src/views/crm/bi/rank/FollowCustomerCountRank.vue
+1
-1
src/views/crm/bi/rank/ProductSalesRank.vue
+1
-1
src/views/crm/bi/rank/ReceivablePriceRank.vue
+1
-1
src/views/crm/contract/oa/ContractDetail/index.vue
+1
-1
No files found.
src/views/crm/bi/rank/ContactsCountRank.vue
View file @
f01bb2dc
...
...
@@ -20,7 +20,7 @@
<
script
setup
lang=
"ts"
>
import
{
RankApi
,
BiRankRespVO
}
from
'@/api/crm/bi/rank'
import
{
EChartsOption
}
from
'echarts'
import
{
clone
}
from
'
unocs
s'
import
{
clone
}
from
'
lodash-e
s'
defineOptions
({
name
:
'ContactsCountRank'
})
const
props
=
defineProps
<
{
queryParams
:
any
}
>
()
// 搜索参数
...
...
src/views/crm/bi/rank/ContractCountRank.vue
View file @
f01bb2dc
...
...
@@ -20,7 +20,7 @@
<
script
setup
lang=
"ts"
>
import
{
RankApi
,
BiRankRespVO
}
from
'@/api/crm/bi/rank'
import
{
EChartsOption
}
from
'echarts'
import
{
clone
}
from
'
unocs
s'
import
{
clone
}
from
'
lodash-e
s'
defineOptions
({
name
:
'ContractCountRank'
})
const
props
=
defineProps
<
{
queryParams
:
any
}
>
()
// 搜索参数
...
...
src/views/crm/bi/rank/ContractPriceRank.vue
View file @
f01bb2dc
...
...
@@ -20,7 +20,7 @@
<
script
setup
lang=
"ts"
>
import
{
RankApi
,
BiRankRespVO
}
from
'@/api/crm/bi/rank'
import
{
EChartsOption
}
from
'echarts'
import
{
clone
}
from
'
unocs
s'
import
{
clone
}
from
'
lodash-e
s'
defineOptions
({
name
:
'ContractPriceRank'
})
const
props
=
defineProps
<
{
queryParams
:
any
}
>
()
// 搜索参数
...
...
src/views/crm/bi/rank/CustomerCountRank.vue
View file @
f01bb2dc
...
...
@@ -20,7 +20,7 @@
<
script
setup
lang=
"ts"
>
import
{
RankApi
,
BiRankRespVO
}
from
'@/api/crm/bi/rank'
import
{
EChartsOption
}
from
'echarts'
import
{
clone
}
from
'
unocs
s'
import
{
clone
}
from
'
lodash-e
s'
defineOptions
({
name
:
'CustomerCountRank'
})
const
props
=
defineProps
<
{
queryParams
:
any
}
>
()
// 搜索参数
...
...
src/views/crm/bi/rank/FollowCountRank.vue
View file @
f01bb2dc
...
...
@@ -20,7 +20,7 @@
<
script
setup
lang=
"ts"
>
import
{
RankApi
,
BiRankRespVO
}
from
'@/api/crm/bi/rank'
import
{
EChartsOption
}
from
'echarts'
import
{
clone
}
from
'
unocs
s'
import
{
clone
}
from
'
lodash-e
s'
defineOptions
({
name
:
'FollowCountRank'
})
const
props
=
defineProps
<
{
queryParams
:
any
}
>
()
// 搜索参数
...
...
src/views/crm/bi/rank/FollowCustomerCountRank.vue
View file @
f01bb2dc
...
...
@@ -20,7 +20,7 @@
<
script
setup
lang=
"ts"
>
import
{
RankApi
,
BiRankRespVO
}
from
'@/api/crm/bi/rank'
import
{
EChartsOption
}
from
'echarts'
import
{
clone
}
from
'
unocs
s'
import
{
clone
}
from
'
lodash-e
s'
defineOptions
({
name
:
'FollowCustomerCountRank'
})
const
props
=
defineProps
<
{
queryParams
:
any
}
>
()
// 搜索参数
...
...
src/views/crm/bi/rank/ProductSalesRank.vue
View file @
f01bb2dc
...
...
@@ -20,7 +20,7 @@
<
script
setup
lang=
"ts"
>
import
{
RankApi
,
BiRankRespVO
}
from
'@/api/crm/bi/rank'
import
{
EChartsOption
}
from
'echarts'
import
{
clone
}
from
'
unocs
s'
import
{
clone
}
from
'
lodash-e
s'
defineOptions
({
name
:
'ProductSalesRank'
})
const
props
=
defineProps
<
{
queryParams
:
any
}
>
()
// 搜索参数
...
...
src/views/crm/bi/rank/ReceivablePriceRank.vue
View file @
f01bb2dc
...
...
@@ -20,7 +20,7 @@
<
script
setup
lang=
"ts"
>
import
{
RankApi
,
BiRankRespVO
}
from
'@/api/crm/bi/rank'
import
{
EChartsOption
}
from
'echarts'
import
{
clone
}
from
'
unocs
s'
import
{
clone
}
from
'
lodash-e
s'
defineOptions
({
name
:
'ReceivablePriceRank'
})
const
props
=
defineProps
<
{
queryParams
:
any
}
>
()
// 搜索参数
...
...
src/views/crm/contract/oa/ContractDetail/index.vue
View file @
f01bb2dc
...
...
@@ -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
}
>
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment