Commit 9ac112f6 by suyuchen

feat(notification): 添加站内通知页面并移除工单列表中的待客户状态

- 添加全新的通知页面通知.html,包含完整的UI组件和样式 - 从工单列表中移除批量操作按钮 - 移除工单筛选器中的待客户标签 - 将工单状态从待客户改为处理中 - 移除统计逻辑中的待客户状态计数 - 从图表配置中移除待客户服务指标 - 从状态映射中移除待客户选项
parent ce16bf2f
...@@ -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: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment