Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-user
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-user
Commits
c58bfa51
提交
c58bfa51
authored
9月 15, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
1d05ffae
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
18 行增加
和
7 行删除
+18
-7
Pie.vue
src/modules/home/components/Pie.vue
+4
-3
UserData.vue
src/modules/home/components/UserData.vue
+13
-3
View.vue
src/modules/user/zws/views/View.vue
+1
-1
没有找到文件。
src/modules/home/components/Pie.vue
浏览文件 @
c58bfa51
...
...
@@ -18,8 +18,9 @@ const init = () => {
text
:
'各系统数据
\
n'
+
'比例分析'
,
x
:
'center'
,
textStyle
:
{
color
:
'#dbbb95'
,
fontSize
:
16
color
:
'#333333'
,
fontSize
:
16
,
lineHeight
:
20
},
top
:
'40%'
},
...
...
@@ -27,7 +28,7 @@ const init = () => {
{
top
:
'bottom'
,
x
:
'center'
,
left
:
'
2
0%'
,
left
:
'
3
0%'
,
orient
:
'vertical'
,
data
:
[{
name
:
'ZWS客户'
},
{
name
:
'院校客户'
},
{
name
:
'渠道客户'
}]
//水平排列。(vertical为垂直排列}}
},
...
...
src/modules/home/components/UserData.vue
浏览文件 @
c58bfa51
...
...
@@ -11,12 +11,22 @@ onMounted(() => {
const
option
=
{
xAxis
:
{
type
:
'category'
,
data
:
props
.
lineList
?.
map
((
item
:
any
)
=>
item
.
date
)
data
:
props
.
lineList
?.
map
((
item
:
any
)
=>
item
.
date
),
axisLine
:
{
lineStyle
:
{
type
:
'dashed'
// 坐标轴线线的类型(solid实线类型;dashed虚线类型;dotted点状类型)
}
},
axisTick
:
{
lineStyle
:
{
color
:
'#FFF'
// 刻度线的颜色
}
}
},
tooltip
:
{
trigger
:
'axis'
,
axisPointer
:
{
type
:
'cross'
,
//
type: 'cross',
label
:
{
backgroundColor
:
'#aa1941'
}
...
...
@@ -62,7 +72,7 @@ onMounted(() => {
symbol
:
'none'
,
areaStyle
:
{
color
:
'#da7559'
,
opacity
:
0.0
4
opacity
:
0.0
1
}
},
{
...
...
src/modules/user/zws/views/View.vue
浏览文件 @
c58bfa51
...
...
@@ -41,7 +41,7 @@ const handleView = () => {
<div
v-permission=
"'customer-xiaoe-view'"
>
<el-button
type=
"primary"
@
click=
"router.push(
{ path: '/user/x
ai
oe/detail', query: { id: zwsInfo?.other_system_customer?.xiaoe } })"
@
click=
"router.push(
{ path: '/user/x
ia
oe/detail', query: { id: zwsInfo?.other_system_customer?.xiaoe } })"
v-if="zwsInfo?.other_system_customer?.xiaoe !== null"
>小鹅通渠道
</el-button
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论