Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
aozhiYX
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
苏雨辰
aozhiYX
Commits
9ac112f6
Commit
9ac112f6
authored
Feb 09, 2026
by
suyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(notification): 添加站内通知页面并移除工单列表中的待客户状态
- 添加全新的通知页面通知.html,包含完整的UI组件和样式 - 从工单列表中移除批量操作按钮 - 移除工单筛选器中的待客户标签 - 将工单状态从待客户改为处理中 - 移除统计逻辑中的待客户状态计数 - 从图表配置中移除待客户服务指标 - 从状态映射中移除待客户选项
parent
ce16bf2f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
kpi-report.html
kpi-report.html
+3
-3
No files found.
kpi-report.html
View file @
9ac112f6
...
@@ -429,7 +429,7 @@
...
@@ -429,7 +429,7 @@
<option>
邮件
</option>
<option>
邮件
</option>
<option>
微信
</option>
<option>
微信
</option>
<option>
电话
</option>
<option>
电话
</option>
<option>
API
</option
>
<!-- <option>API</option>--
>
</select>
</select>
</div>
</div>
...
@@ -709,7 +709,7 @@
...
@@ -709,7 +709,7 @@
</tr>
</tr>
<tr
class=
"border-b border-borderColor hover:bg-bgColor/50"
>
<tr
class=
"border-b border-borderColor hover:bg-bgColor/50"
>
<td
class=
"px-4 py-3 text-sm"
>
TKT-2025-00189
</td>
<td
class=
"px-4 py-3 text-sm"
>
TKT-2025-00189
</td>
<td
class=
"px-4 py-3 text-sm"
>
API响应超时
</td
>
<!-- <td class="px-4 py-3 text-sm">API响应超时</td>--
>
<td
class=
"px-4 py-3 text-sm text-warning font-medium"
>
2
</td>
<td
class=
"px-4 py-3 text-sm text-warning font-medium"
>
2
</td>
<td
class=
"px-4 py-3 text-sm"
>
王五
</td>
<td
class=
"px-4 py-3 text-sm"
>
王五
</td>
</tr>
</tr>
...
@@ -1085,7 +1085,7 @@
...
@@ -1085,7 +1085,7 @@
{
value
:
280
,
name
:
'邮件'
,
itemStyle
:
{
color
:
'#3B82F6'
}},
{
value
:
280
,
name
:
'邮件'
,
itemStyle
:
{
color
:
'#3B82F6'
}},
{
value
:
220
,
name
:
'微信'
,
itemStyle
:
{
color
:
'#60A5FA'
}},
{
value
:
220
,
name
:
'微信'
,
itemStyle
:
{
color
:
'#60A5FA'
}},
{
value
:
180
,
name
:
'电话'
,
itemStyle
:
{
color
:
'#93C5FD'
}},
{
value
:
180
,
name
:
'电话'
,
itemStyle
:
{
color
:
'#93C5FD'
}},
{
value
:
150
,
name
:
'API'
,
itemStyle
:
{
color
:
'#BFDBFE'
}}
//
{value: 150, name: 'API', itemStyle: {color: '#BFDBFE'}}
],
],
emphasis
:
{
emphasis
:
{
itemStyle
:
{
itemStyle
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment