Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
x-training
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
x-training
Commits
ebec6eb0
提交
ebec6eb0
authored
1月 22, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改样式
上级
2cece18b
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
13 行增加
和
6 行删除
+13
-6
index.vue
src/pages/productAnalysis/index.vue
+9
-3
index.vue
src/pages/score/index.vue
+4
-3
没有找到文件。
src/pages/productAnalysis/index.vue
浏览文件 @
ebec6eb0
...
...
@@ -8,7 +8,7 @@
<div
class=
"table-boxs"
>
<div
class=
"table"
>
<el-table
:data=
"tableData"
:data=
"table
Param.table
Data"
:span-method=
"objectSpanMethod"
:header-cell-style=
"
{background: '#F7F8FA'}"
border
...
...
@@ -35,7 +35,7 @@
<div
class=
"table2"
>
<el-table
:cell-style=
"{background: '#F7F8FA'}"
:data=
"tableData2"
:data=
"table
Param.table
Data2"
:span-method=
"objectSpanMethod"
border
style=
"width: 100%;"
>
...
...
@@ -65,7 +65,7 @@
</div>
<div
class=
"table3"
>
<el-table
:data=
"tableData3"
:data=
"table
Param.table
Data3"
:span-method=
"objectSpanMethod"
:header-cell-style=
"{background: '#F7F8FA'}"
border
...
...
@@ -105,6 +105,7 @@ export default {
data
()
{
return
{
isCaseDialogs
:
false
,
tableParam
:
{
tableData
:
[{
type
:
'产品概况'
,
info
:
'基金名称'
,
...
...
@@ -232,10 +233,15 @@ export default {
}
]
}
}
},
mounted
()
{
this
.
tableParam
=
JSON
.
parse
(
window
.
sessionStorage
.
tableParam
)
},
methods
:
{
goPage
()
{
this
.
isCaseDialogs
=
true
window
.
sessionStorage
.
tableParam
=
JSON
.
stringify
(
this
.
tableParam
)
},
caseDialogClose
()
{
this
.
isCaseDialogs
=
false
...
...
src/pages/score/index.vue
浏览文件 @
ebec6eb0
...
...
@@ -8,7 +8,7 @@
<ul
class=
"score-content"
>
<li>
<div
class=
"name"
>
产品
概况
产品
分析
</div>
<div
class=
"right-con"
>
<div
class=
"title"
>
...
...
@@ -23,7 +23,7 @@
</li>
<li
class=
"active"
>
<div
class=
"name"
>
产品概况
用户分析
</div>
<div
class=
"right-con"
>
<div
class=
"title"
>
...
...
@@ -31,7 +31,7 @@
<div
class=
"m-branch"
>
满分30分
</div>
</div>
<div
class=
"content"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/
d420c12a4f4b7eed0121da6d5db5e59b
.png"
alt=
""
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/
73d0769700eaaf59b7c4ac5a4a0cfd76
.png"
alt=
""
>
<div
class=
"text"
>
您离满分很近了!
</div>
</div>
</div>
...
...
@@ -171,6 +171,7 @@ export default {
}
}
.text
{
width
:
150px
;
font-size
:
18px
;
font-weight
:
bold
;
color
:
#222222
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论