Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-IM
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-IM
提交
48530797
提交
48530797
编写于
1月 29, 2021
作者:
huangwensu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式优化
上级
12117d69
变更
7
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
29 行增加
和
23 行删除
+29
-23
down-2.png
src/assets/image/IM/down-2.png
+0
-0
logo-small.png
src/assets/image/IM/logo-small.png
+0
-0
img-size.vue
src/components/IM/img-size.vue
+5
-1
list.vue
src/views/IM/chain-history/list.vue
+11
-11
index.vue
src/views/IM/chain-message/index.vue
+6
-4
detail.vue
src/views/IM/search-message/detail.vue
+3
-3
header.vue
src/views/layout/header.vue
+4
-4
未找到文件。
src/assets/image/IM/down-2.png
0 → 100644
浏览文件 @
48530797
509 字节
src/assets/image/IM/logo-small.png
0 → 100644
浏览文件 @
48530797
2.6 KB
src/components/IM/img-size.vue
浏览文件 @
48530797
...
...
@@ -53,7 +53,11 @@ export default {
lh
=
this
.
imgHeight
;
}
}
else
if
(
this
.
imgProportion
==
0.6
)
{
lh
=
this
.
imgHeight
;
if
(
this
.
imgHeight
>
320
)
{
lh
=
320
;
}
else
{
lh
=
this
.
imgHeight
;
}
lw
=
lh
*
0.6
;
}
else
{
if
(
this
.
imgHeight
>
320
)
{
...
...
src/views/IM/chain-history/list.vue
浏览文件 @
48530797
...
...
@@ -4,38 +4,38 @@
<el-row
:gutter=
"30"
class=
"row"
type=
"flex"
style=
"margin-top: 10px;margin-right:0px;"
>
<el-form
ref=
"serchForm"
inline
:model=
"searchParam"
label-width=
"15px"
style=
"width:100%;text-align:right;"
>
<el-form-item
label=
""
>
<el-input
clearable
v-model=
"searchParam.messageLogId"
size=
"
mini
"
placeholder=
"请输入任务编号"
@
change=
"search(1)"
>
<el-input
clearable
v-model=
"searchParam.messageLogId"
size=
"
small
"
placeholder=
"请输入任务编号"
@
change=
"search(1)"
>
<el-button
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-form-item>
<el-form-item
label=
""
style=
"position:relative;top:-8px;left:0;margin-bottom: 0px;"
>
<el-date-picker
v-model=
"date"
size=
"
mini
"
size=
"
small
"
type=
"date"
placeholder=
"请选择日期"
@
change=
"search(1)"
></el-date-picker>
</el-form-item>
</el-form>
</el-row>
<el-table
:data=
"tableData"
style=
"width:
100%
"
v-loading=
"loading"
>
<el-table-column
prop=
"id"
label=
"任务ID"
min-width=
"50"
align=
"
center
"
></el-table-column>
<el-table-column
prop=
"title"
label=
"任务名"
min-width=
"100"
align=
"
center
"
></el-table-column>
<el-table-column
prop=
"totalNumber"
label=
"群发人数"
min-width=
"50"
align=
"
center
"
></el-table-column>
<el-table-column
label=
"发送日期"
min-width=
"100"
align=
"
center
"
>
<el-table
:data=
"tableData"
style=
"width:
99%;padding: 0 30px;
"
v-loading=
"loading"
>
<el-table-column
prop=
"id"
label=
"任务ID"
min-width=
"50"
align=
"
left
"
></el-table-column>
<el-table-column
prop=
"title"
label=
"任务名"
min-width=
"100"
align=
"
left
"
></el-table-column>
<el-table-column
prop=
"totalNumber"
label=
"群发人数"
min-width=
"50"
align=
"
left
"
></el-table-column>
<el-table-column
label=
"发送日期"
min-width=
"100"
align=
"
left
"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
createdTime
|
dateFilter
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"createdName"
label=
"发送者"
min-width=
"50"
align=
"
center
"
></el-table-column>
<el-table-column
label=
"发送状态"
min-width=
"50"
align=
"
center
"
>
<el-table-column
prop=
"createdName"
label=
"发送者"
min-width=
"50"
align=
"
left
"
></el-table-column>
<el-table-column
label=
"发送状态"
min-width=
"50"
align=
"
left
"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
status
|
statusFilter
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"任务详情"
fixed=
"right"
align=
"
center
"
min-width=
"100"
>
<el-table-column
label=
"任务详情"
fixed=
"right"
align=
"
left
"
min-width=
"100"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"
small
"
@
click=
"edit(scope.row)"
>
查看
</el-button>
<el-button
type=
"text"
size=
"
medium
"
@
click=
"edit(scope.row)"
>
查看
</el-button>
</
template
>
</el-table-column>
<div
slot=
"empty"
>
...
...
src/views/IM/chain-message/index.vue
浏览文件 @
48530797
...
...
@@ -23,7 +23,7 @@
</el-upload>
</el-form-item>
<div
class=
"user-list"
@
click=
"downTemplate"
>
<img
src=
"../../../assets/image/IM/down.png"
/>
<img
src=
"../../../assets/image/IM/down
-2
.png"
/>
<span>
用户列表模板.xsls
</span>
</div>
<div
class=
"content-container"
v-for=
"(item, index) in searchParam.contentModelList"
:key=
"index"
>
...
...
@@ -339,6 +339,7 @@ export default {
background
:
#fff
!
important
;
color
:
#606266
!
important
;
}
.component-content
{
margin
:
20px
20px
0
;
padding
:
10px
;
...
...
@@ -424,10 +425,11 @@ export default {
}
}
}
.confirm-btn
{
.confirm-btn
,
.confirm-btn
:hover
,
.confirm-btn
:focus
{
margin
:
0
10px
;
background
:
#0D9078
;
color
:
#fff
;
background
:
#0D9078
!
important
;
color
:
#fff
!
important
;
border
:
none
;
}
}
}
...
...
src/views/IM/search-message/detail.vue
浏览文件 @
48530797
...
...
@@ -311,7 +311,7 @@ export default {
}
}
.img-content
{
padding
:
1
6px
0
;
padding
:
1
0px
0
16px
;
cursor
:
pointer
;
// & > img {
// width: 170px;
...
...
@@ -320,7 +320,7 @@ export default {
// }
}
.file-content
{
padding
:
1
6px
0
;
padding
:
1
0px
0
16px
;
.file-con
{
display
:
flex
;
flex-direction
:
row
;
...
...
@@ -356,7 +356,7 @@ export default {
}
}
.link-content
{
padding
:
1
6px
0
;
padding
:
1
0px
0
16px
;
.link-text
{
color
:
#2f86f6
;
}
...
...
src/views/layout/header.vue
浏览文件 @
48530797
<
template
>
<div
class=
"header-container"
>
<div
class=
"logo"
>
<
!--
<img
src=
"../../assets/image/index_logoicon.png"
/>
--
>
<
img
src=
"../../assets/image/IM/logo-small.png"
/
>
<p>
云鹊医
</p>
</div>
<div
class=
"user-info"
>
...
...
@@ -141,10 +141,10 @@ export default {
color
:
#fff
;
background
:
#0b2f3f
;
img
{
width
:
24
px
;
width
:
32
px
;
float
:
left
;
margin-left
:
24
px
;
margin-top
:
21
px
;
margin-left
:
19
px
;
margin-top
:
14
px
;
}
p
{
text-align
:
left
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录