Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-consultation
提交
5a7a19ab
提交
5a7a19ab
编写于
7月 29, 2021
作者:
jing.rong
浏览文件
操作
浏览文件
下载
差异文件
分支冲突
上级
1bdbc89a
cd705616
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
46 行增加
和
27 行删除
+46
-27
router.js
src/router/router.js
+2
-3
diagnosis-im.vue
src/views/IM/diagnosis-admin/diagnosis-im.vue
+1
-0
workbench.vue
src/views/IM/diagnosis-admin/workbench.vue
+43
-24
未找到文件。
src/router/router.js
浏览文件 @
5a7a19ab
...
...
@@ -11,7 +11,6 @@ const diagnosisListNew = r => require.ensure([], () => r(require('../views/IM/di
const
downList
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/IM/diagnosis-admin/down-list.vue'
)),
'downList'
)
const
operation
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/IM/diagnosis-admin/operation.vue'
)),
'downList'
)
const
workbench
=
r
=>
require
.
ensure
([],
()
=>
r
(
require
(
'../views/IM/diagnosis-admin/workbench.vue'
)),
'workbench'
)
export
default
[{
path
:
'/'
,
component
:
App
,
...
...
@@ -52,8 +51,8 @@ export default [{
component
:
operation
},
{
path
:
'/workbench'
,
component
:
workbench
path
:
'/workbench'
,
component
:
workbench
}
]
}]
src/views/IM/diagnosis-admin/diagnosis-im.vue
浏览文件 @
5a7a19ab
...
...
@@ -271,6 +271,7 @@ export default {
created
()
{
_this
=
this
;
console
.
log
(
_this
);
this
.
picakfAccId
=
getPicaKFAccid
();
this
.
tid
=
this
.
$route
.
query
.
tid
||
''
;
this
.
getFiveContentList
();
...
...
src/views/IM/diagnosis-admin/workbench.vue
浏览文件 @
5a7a19ab
...
...
@@ -11,16 +11,14 @@
<el-date-picker
v-model=
"value1"
type=
"date"
:clearable=
'false'
ref=
"picker"
placeholder=
"选择日期"
>
clear-icon=
"el-input-icon"
:clearable=
'false'
>
</el-date-picker>
<i
class=
"el-icon-arrow-down"
@
click=
"onfn"
></i>
</div>
</div>
</el-row>
<!-- tab栏 -->
<div
class=
"box
"
v-if=
"isdon ==='1'"
>
<div
id=
"radio
"
v-if=
"isdon ==='1'"
>
<el-radio-group
v-model=
"tabPosition"
style=
"margin-bottom: 30px;"
>
<el-radio-button
label=
"all"
>
全部(0)
</el-radio-button>
<el-radio-button
label=
"abnormal"
>
异常(0)
</el-radio-button>
...
...
@@ -29,6 +27,14 @@
<el-radio-button
label=
"Hasended"
>
已结束(0)
</el-radio-button>
<el-radio-button
label=
"Cancelled"
>
已取消(0)
</el-radio-button>
</el-radio-group>
<el-row
:gutter=
"25"
>
<el-col
style=
"margin-bottom: 20px;"
:span=
"8"
v-for=
"item in 9 "
:key=
"item"
>
<div
class=
"grid-content bg-purple"
>
<div
class=
"for"
></div>
</div>
</el-col>
</el-row>
</div>
<div
class=
"lfet"
v-else
>
...
...
@@ -51,13 +57,27 @@
<span>
0单
</span>
</div>
</el-col>
</el-row>
<div
><i
class=
"el-icon-s-custom"
>
运营A成员(6单)
</i></div>
<el-row
:gutter=
"25"
>
<el-col
style=
"margin-bottom: 20px;"
:span=
"8"
v-for=
"item in 6 "
:key=
"item"
>
<div
class=
"grid-content bg-purple"
>
<div
class=
"for"
></div>
</div>
</el-col>
</el-row>
<div
><i
class=
"el-icon-s-custom"
>
运营A成员(6单)
</i></div>
<div
><i
class=
"el-icon-s-custom"
>
运营B成员(2单)
</i></div>
</div>
<!--
<el-empty
description=
"描述文字"
></el-empty>
-->
<div
><i
class=
"el-icon-s-custom"
>
运营B成员(2单)
</i></div>
<el-row
:gutter=
"25"
>
<el-col
style=
"margin-bottom: 20px;"
:span=
"8"
v-for=
"item in 6 "
:key=
"item"
>
<div
class=
"grid-content bg-purple"
>
<div
class=
"for"
></div>
</div>
</el-col>
</el-row>
</div>
<!--
<el-empty
:image-size=
"200"
description=
"描述文字"
></el-empty>
-->
<!-- 分页 -->
<el-row
type=
"flex"
justify=
"end"
>
<el-row
type=
"flex"
justify=
"end"
>
<el-pagination
background
@
size-change=
"handleSizeChange"
...
...
@@ -89,6 +109,9 @@ export default {
}
},
created
(){
console
.
log
(
this
);
},
methods
:{
handleSizeChange
(){
...
...
@@ -96,25 +119,22 @@ export default {
handleCurrentChange
(){
},
onfn
(){
this
.
$refs
.
picker
.
focus
();
console
.
log
(
'123'
)
}
},
}
</
script
>
<
style
lang=
'scss'
scoped
>
#picker
{
::v-deep
{
.el-date-editor
{
padding-left
:
0px
;
.el-input__inner
{
background
:
turquoise
!
important
;
}
::v-deep
{
.el-date-editor
{
.el-input__inner
{
background
:red
;
}
}
}
.for
{
width
:
100%
;
height
:
200px
;
background
:
#ccc
;
}
</
style
>
<
style
lang=
"scss"
scoped
>
...
...
@@ -130,7 +150,7 @@ export default {
justify-content
:
flex-start
;
align-items
:
center
;
}
.
box
{
.
radio
{
border-bottom
:
1px
solid
#ccc
;
.el-radio-group
{
margin-bottom
:
-1px
!
important
;
...
...
@@ -138,7 +158,6 @@ export default {
}
}
}
.el-row
{
margin-bottom
:
20px
;
&
:last-child
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录