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
提交
07a56291
提交
07a56291
编写于
1月 26, 2021
作者:
huangwensu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
页面优化
上级
c335cc26
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
28 行增加
和
20 行删除
+28
-20
detail.vue
src/views/IM/chain-history/detail.vue
+2
-1
index.vue
src/views/IM/chain-message/index.vue
+22
-17
detail.vue
src/views/IM/search-message/detail.vue
+4
-2
未找到文件。
src/views/IM/chain-history/detail.vue
浏览文件 @
07a56291
<
template
>
<div
class=
"chain-history-detail"
>
<bread-crumb
:curmbFirst=
"curmbFirst"
:curmbSecond=
"curmbSecond"
></bread-crumb>
<bread-crumb
:curmbFirst=
"curmbFirst"
:curmbSecond=
"curmbSecond"
:jumPathThird=
"jumPathThird"
></bread-crumb>
<div
class=
"component-content screenSet"
id=
"screenSet"
>
<div
class=
"title"
>
群发标题:
<span>
{{
detailData
.
title
}}
</span></div>
<div
class=
"user-list"
>
目标用户:
<span
@
click=
"downFile"
>
{{
detailData
.
fileName
}}
</span></div>
...
...
@@ -40,6 +40,7 @@ export default {
},
data
()
{
return
{
jumPathThird
:
'/chain-history-list'
,
curmbFirst
:
"历史群发"
,
curmbSecond
:
"任务详情"
,
detailData
:
{
...
...
src/views/IM/chain-message/index.vue
浏览文件 @
07a56291
...
...
@@ -302,25 +302,30 @@ export default {
}
}
}
this
.
POST
(
"/im/group/messages"
,
req
).
then
(
res
=>
{
this
.
loading
=
false
;
if
(
res
.
code
==
'000000'
)
{
if
(
res
.
data
.
status
==
1
)
{
this
.
searchParam
.
title
=
""
;
this
.
searchParam
.
fileModel
=
{};
this
.
searchParam
.
contentModelList
=
[];
this
.
excelfileName
=
''
;
}
else
{
this
.
$message
({
message
:
res
.
data
.
message
,
type
:
'error'
});
this
.
$confirm
(
'点击“确定”,将开始执行群发任务,请务必确认内容无误'
,
'群发确认'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(()
=>
{
this
.
POST
(
"/im/group/messages"
,
req
).
then
(
res
=>
{
this
.
loading
=
false
;
if
(
res
.
code
==
'000000'
)
{
if
(
res
.
data
.
status
==
1
)
{
this
.
searchParam
.
title
=
""
;
this
.
searchParam
.
fileModel
=
{};
this
.
searchParam
.
contentModelList
=
[];
this
.
excelfileName
=
''
;
}
else
{
this
.
$message
({
message
:
res
.
data
.
message
,
type
:
'error'
});
}
}
}
});
});
})
}
}
}
};
</
script
>
<
style
lang=
"scss"
>
...
...
src/views/IM/search-message/detail.vue
浏览文件 @
07a56291
...
...
@@ -37,7 +37,7 @@
</div>
</div>
<div
v-if=
"item.content.bizType == 19"
class=
"link-content"
>
<div
class=
"link-text"
>
{{
item
.
content
.
content
}}
</div>
<div
>
{{
item
.
content
.
content
}}
<span
class=
"link-text"
>
{{
item
.
content
.
suffix
}}
</span>
</div>
</div>
<div
v-if=
"item.content.bizType != -1 && item.content.bizType != 19 && item.content.bizType != 18"
class=
"text-content pc-no-support"
>
<img
src=
"../../../assets/image/IM/icon-warning-circle.png"
alt
/>
...
...
@@ -399,7 +399,9 @@ export default {
}
.link-content
{
padding
:
16px
0
;
color
:
#2f86f6
;
.link-text
{
color
:
#2f86f6
;
}
}
}
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录