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
提交
5c5cf498
提交
5c5cf498
编写于
7月 28, 2021
作者:
jing.rong
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
我的工作台结构
上级
40c86436
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
4 行增加
和
26 行删除
+4
-26
workbench.vue
src/views/IM/diagnosis-admin/workbench.vue
+4
-26
未找到文件。
src/views/IM/diagnosis-admin/workbench.vue
浏览文件 @
5c5cf498
...
@@ -12,15 +12,13 @@
...
@@ -12,15 +12,13 @@
v-model=
"value1"
v-model=
"value1"
type=
"date"
type=
"date"
:clearable=
'false'
:clearable=
'false'
ref=
"picker"
placeholder=
"选择日期"
>
placeholder=
"选择日期"
>
</el-date-picker>
</el-date-picker>
<i
class=
"el-icon-arrow-down"
@
click=
"onfn"
></i>
</div>
</div>
</div>
</div>
</el-row>
</el-row>
<!-- tab栏 -->
<!-- tab栏 -->
<div
class=
"
box
"
v-if=
"isdon ==='1'"
>
<div
class=
"
radio
"
v-if=
"isdon ==='1'"
>
<el-radio-group
v-model=
"tabPosition"
style=
"margin-bottom: 30px;"
>
<el-radio-group
v-model=
"tabPosition"
style=
"margin-bottom: 30px;"
>
<el-radio-button
label=
"all"
>
全部(0)
</el-radio-button>
<el-radio-button
label=
"all"
>
全部(0)
</el-radio-button>
<el-radio-button
label=
"abnormal"
>
异常(0)
</el-radio-button>
<el-radio-button
label=
"abnormal"
>
异常(0)
</el-radio-button>
...
@@ -55,7 +53,7 @@
...
@@ -55,7 +53,7 @@
<div
><i
class=
"el-icon-s-custom"
>
运营A成员(6单)
</i></div>
<div
><i
class=
"el-icon-s-custom"
>
运营A成员(6单)
</i></div>
<div
><i
class=
"el-icon-s-custom"
>
运营B成员(2单)
</i></div>
<div
><i
class=
"el-icon-s-custom"
>
运营B成员(2单)
</i></div>
</div>
</div>
<
!--
<el-empty
description=
"描述文字"
></el-empty>
--
>
<
el-empty
:image-size=
"200"
description=
"描述文字"
></el-empty
>
<!-- 分页 -->
<!-- 分页 -->
<el-row
type=
"flex"
justify=
"end"
>
<el-row
type=
"flex"
justify=
"end"
>
<el-pagination
<el-pagination
...
@@ -82,7 +80,6 @@ export default {
...
@@ -82,7 +80,6 @@ export default {
currentPage4
:
0
,
currentPage4
:
0
,
// 判断是否是管理员
// 判断是否是管理员
isdon
:
'1'
,
isdon
:
'1'
,
name
:
''
}
}
},
},
methods
:{
methods
:{
...
@@ -92,27 +89,9 @@ export default {
...
@@ -92,27 +89,9 @@ export default {
handleCurrentChange
(){
handleCurrentChange
(){
},
},
onfn
(){
this
.
$refs
.
picker
.
focus
();
console
.
log
(
'123'
)
}
},
},
}
}
</
script
>
</
script
>
<
style
lang=
'scss'
scoped
>
#picker
{
::v-deep
{
.el-date-editor
{
padding-left
:
0px
;
.el-input__inner
{
background
:
turquoise
!
important
;
}
}
}
}
</
style
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.diagnosis-list-content
{
.diagnosis-list-content
{
.select-content
{
.select-content
{
...
@@ -126,7 +105,7 @@ export default {
...
@@ -126,7 +105,7 @@ export default {
justify-content
:
flex-start
;
justify-content
:
flex-start
;
align-items
:
center
;
align-items
:
center
;
}
}
.
box
{
.
radio
{
border-bottom
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
.el-radio-group
{
.el-radio-group
{
margin-bottom
:
-1px
!
important
;
margin-bottom
:
-1px
!
important
;
...
@@ -134,7 +113,6 @@ export default {
...
@@ -134,7 +113,6 @@ export default {
}
}
}
}
}
}
.el-row
{
.el-row
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
&
:last-child
{
&
:last-child
{
...
@@ -167,4 +145,4 @@ export default {
...
@@ -167,4 +145,4 @@ export default {
}
}
</
style
>
node
</
style
>
\ No newline at end of file
\ No newline at end of file
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录