Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
company_app
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
毛细亚
company_app
Commits
50031316
提交
50031316
authored
1月 20, 2026
作者:
施汉文
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修复部分展示问题
上级
f65cd2db
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
29 行增加
和
20 行删除
+29
-20
AreaTransferApply.vue
src/views/components/ApplyRecords/AreaTransferApply.vue
+5
-3
TerminaTranfer.vue
src/views/components/ApplyRecords/TerminaTranfer.vue
+5
-3
errorHandle.vue
src/views/components/ApplyRecords/errorHandle.vue
+4
-2
report.vue
src/views/components/roleInfo/report.vue
+5
-3
index.vue
src/views/userAgency/index.vue
+10
-9
没有找到文件。
src/views/components/ApplyRecords/AreaTransferApply.vue
浏览文件 @
50031316
...
@@ -261,7 +261,7 @@
...
@@ -261,7 +261,7 @@
items.extra_attribution &&
items.extra_attribution &&
items.extra_attribution.remark
items.extra_attribution.remark
? items.extra_attribution.remark
? items.extra_attribution.remark
: ''
: ''
,
)
)
"
"
><
/div
>
><
/div
>
...
@@ -505,7 +505,7 @@ export default {
...
@@ -505,7 +505,7 @@ export default {
// ...this.pageInfo
// ...this.pageInfo
//
}
//
}
const
related_task_info
=
JSON
.
parse
(
const
related_task_info
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"related_task_info"
)
sessionStorage
.
getItem
(
"related_task_info"
)
,
);
);
let
data
;
let
data
;
...
@@ -516,7 +516,9 @@ export default {
...
@@ -516,7 +516,9 @@ export default {
this
.
dateValue
=
[];
this
.
dateValue
=
[];
//展示一次后清除携带过来的id
//展示一次后清除携带过来的id
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
sessionStorage
.
removeItem
(
"related_task_info"
);
setTimeout
(()
=>
{
sessionStorage
.
removeItem
(
"related_task_info"
);
}
,
200
);
}
);
}
);
}
else
{
}
else
{
data
=
{
data
=
{
...
...
src/views/components/ApplyRecords/TerminaTranfer.vue
浏览文件 @
50031316
...
@@ -227,7 +227,7 @@
...
@@ -227,7 +227,7 @@
items.extra_attribution &&
items.extra_attribution &&
items.extra_attribution.remark
items.extra_attribution.remark
? items.extra_attribution.remark
? items.extra_attribution.remark
: ''
: ''
,
)
)
"
"
><
/div
>
><
/div
>
...
@@ -472,7 +472,7 @@ export default {
...
@@ -472,7 +472,7 @@ export default {
// ...this.pageInfo
// ...this.pageInfo
//
}
//
}
const
related_task_info
=
JSON
.
parse
(
const
related_task_info
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"related_task_info"
)
sessionStorage
.
getItem
(
"related_task_info"
)
,
);
);
let
data
=
{
}
;
let
data
=
{
}
;
if
(
related_task_info
&&
related_task_info
.
related_task_type
===
13
)
{
if
(
related_task_info
&&
related_task_info
.
related_task_type
===
13
)
{
...
@@ -482,7 +482,9 @@ export default {
...
@@ -482,7 +482,9 @@ export default {
this
.
dateValue
=
[];
this
.
dateValue
=
[];
//展示一次后清除携带过来的id
//展示一次后清除携带过来的id
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
sessionStorage
.
removeItem
(
"related_task_info"
);
setTimeout
(()
=>
{
sessionStorage
.
removeItem
(
"related_task_info"
);
}
,
200
);
}
);
}
);
}
else
{
}
else
{
data
=
{
data
=
{
...
...
src/views/components/ApplyRecords/errorHandle.vue
浏览文件 @
50031316
...
@@ -357,7 +357,7 @@ export default {
...
@@ -357,7 +357,7 @@ export default {
// ...this.pageInfo
// ...this.pageInfo
// }
// }
const
related_task_info
=
JSON
.
parse
(
const
related_task_info
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"related_task_info"
)
sessionStorage
.
getItem
(
"related_task_info"
)
,
);
);
const
data
=
related_task_info
const
data
=
related_task_info
?
{
...
this
.
pageInfo
,
id
:
related_task_info
.
related_task_id
}
?
{
...
this
.
pageInfo
,
id
:
related_task_info
.
related_task_id
}
...
@@ -371,7 +371,9 @@ export default {
...
@@ -371,7 +371,9 @@ export default {
};
};
//展示一次后清除携带过来的id
//展示一次后清除携带过来的id
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
sessionStorage
.
removeItem
(
"related_task_info"
);
setTimeout
(()
=>
{
sessionStorage
.
removeItem
(
"related_task_info"
);
},
200
);
});
});
misoperationIndex
(
data
).
then
((
res
)
=>
{
misoperationIndex
(
data
).
then
((
res
)
=>
{
if
(
res
.
data
.
data
&&
res
.
data
.
data
.
length
<
20
)
{
if
(
res
.
data
.
data
&&
res
.
data
.
data
.
length
<
20
)
{
...
...
src/views/components/roleInfo/report.vue
浏览文件 @
50031316
...
@@ -289,7 +289,7 @@
...
@@ -289,7 +289,7 @@
items.extra_attribution &&
items.extra_attribution &&
items.extra_attribution.remark
items.extra_attribution.remark
? items.extra_attribution.remark
? items.extra_attribution.remark
: ''
: ''
,
)
)
"
"
><
/div
>
><
/div
>
...
@@ -552,7 +552,7 @@ export default {
...
@@ -552,7 +552,7 @@ export default {
this
.
reportForm
;
this
.
reportForm
;
// const
{
id
}
=
this
.
userInfo
// const
{
id
}
=
this
.
userInfo
const
related_task_info
=
JSON
.
parse
(
const
related_task_info
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"related_task_info"
)
sessionStorage
.
getItem
(
"related_task_info"
)
,
);
);
let
data
;
let
data
;
...
@@ -561,7 +561,9 @@ export default {
...
@@ -561,7 +561,9 @@ export default {
this
.
reportForm
.
register_type
=
""
;
this
.
reportForm
.
register_type
=
""
;
//展示一次后清除携带过来的id
//展示一次后清除携带过来的id
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
sessionStorage
.
removeItem
(
"related_task_info"
);
setTimeout
(()
=>
{
sessionStorage
.
removeItem
(
"related_task_info"
);
}
,
200
);
}
);
}
);
}
else
{
}
else
{
data
=
{
data
=
{
...
...
src/views/userAgency/index.vue
浏览文件 @
50031316
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
class=
"w-[56px] text-[#86909C]"
class=
"w-[56px] text-[#86909C]"
:class=
"
{ 'user-agency': value.status === 0 }"
:class=
"
{ 'user-agency': value.status === 0 }"
>
>
<el-tag
:type=
"['success', 'info'][value.status]"
>
<el-tag
:type=
"['success', '
success', '
info'][value.status]"
>
{{
value
.
status_text
}}
{{
value
.
status_text
}}
</el-tag>
</el-tag>
</div>
</div>
...
@@ -47,7 +47,6 @@
...
@@ -47,7 +47,6 @@
{{
value
.
detail
}}
{{
value
.
detail
}}
</div>
</div>
<div
<div
v-if=
"value.shouldShowMore"
class=
"bg-white absolute bottom-0 right-0 cursor-pointer flex items-center pl-[16px]"
class=
"bg-white absolute bottom-0 right-0 cursor-pointer flex items-center pl-[16px]"
@
click=
"toggleShowMore(index)"
@
click=
"toggleShowMore(index)"
>
>
...
@@ -66,7 +65,7 @@
...
@@ -66,7 +65,7 @@
{{
value
.
created_at
}}
{{
value
.
created_at
}}
</div>
</div>
</div>
</div>
<div
class=
"flex space-x-[16px] text-[#323335]"
>
<div
class=
"flex space-x-[16px] text-[#323335]"
v-if=
"value.showMore"
>
<div
class=
"w-[56px] text-[#86909C]"
>
归属客服
</div>
<div
class=
"w-[56px] text-[#86909C]"
>
归属客服
</div>
<div
class=
"flex-1 flex items-center text-[14px] break-words"
>
<div
class=
"flex-1 flex items-center text-[14px] break-words"
>
{{
value
.
cser_name
}}
{{
value
.
cser_name
}}
...
@@ -74,7 +73,7 @@
...
@@ -74,7 +73,7 @@
</div>
</div>
<div
<div
class=
"flex space-x-[16px] text-[#323335]"
class=
"flex space-x-[16px] text-[#323335]"
v-if=
"value.source_session.allot_time"
v-if=
"value.source_session.allot_time
&& value.showMore
"
>
>
<div
class=
"w-[56px] text-[#86909C]"
>
来源会话
</div>
<div
class=
"w-[56px] text-[#86909C]"
>
来源会话
</div>
<div
class=
"flex-1 flex items-center text-[14px] break-words"
>
<div
class=
"flex-1 flex items-center text-[14px] break-words"
>
...
@@ -83,13 +82,14 @@
...
@@ -83,13 +82,14 @@
}}
}}
</div>
</div>
</div>
</div>
<div
class=
"flex space-x-[16px] text-[#323335]"
>
<div
class=
"flex space-x-[16px] text-[#323335]"
v-if=
"value.showMore"
>
<div
class=
"w-[56px] text-[#86909C]"
>
关联工单
</div>
<div
class=
"w-[56px] text-[#86909C]"
>
关联工单
</div>
<div
class=
"flex-1 flex items-center text-[14px] break-words"
>
<div
class=
"flex-1 flex items-center text-[14px] break-words"
>
玩家申诉(通过)
<el-button
{{
related_task_type_text
[
value
.
related_task_type
]
}}
<el-button
v-if=
"value.related_task_id"
v-if=
"value.related_task_id"
type=
"text"
type=
"text"
class=
"!py-0"
class=
"!py-0
pl-[12px]
"
@
click=
"handleClick(value)"
@
click=
"handleClick(value)"
>
工单详情
</el-button
>
工单详情
</el-button
>
>
...
@@ -104,17 +104,18 @@
...
@@ -104,17 +104,18 @@
class=
"flex-1 flex items-center text-[14px] break-words flex-wrap gap-[6px]"
class=
"flex-1 flex items-center text-[14px] break-words flex-wrap gap-[6px]"
>
>
<div
class=
"px-[6px] bg-[#F2F3F5] rounded-[4px] shrink-0"
>
<div
class=
"px-[6px] bg-[#F2F3F5] rounded-[4px] shrink-0"
>
{{
related_task_type_text
[
value
.
related_task_type
]
}}
{{
value
.
category_name
}}
</div>
</div>
</div>
</div>
</div>
</div>
<div
<div
class=
"flex space-x-[16px] text-[#323335]"
class=
"flex space-x-[16px] text-[#323335]"
v-if=
"value.
complete_session.allot_tim
e"
v-if=
"value.
status !== 0 && value.showMor
e"
>
>
<div
class=
"w-[56px] text-[#86909C]"
>
完成会话
</div>
<div
class=
"w-[56px] text-[#86909C]"
>
完成会话
</div>
<div
<div
class=
"flex-1 flex items-center text-[14px] break-words flex-wrap gap-[6px]"
class=
"flex-1 flex items-center text-[14px] break-words flex-wrap gap-[6px]"
v-if=
"value.complete_session.allot_time"
>
>
{{
value
.
complete_session
.
allot_time
}}
至
{{
{{
value
.
complete_session
.
allot_time
}}
至
{{
value
.
complete_session
.
close_time
value
.
complete_session
.
close_time
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论