#{include file="../Header.html"}
#{include file="../Toolbar.html"}

工单概览

#{include file="../Component/StatCard.html" accent="warning" icon="fa-clock" label="待客服处理" vclass="ticket-stat-pending" value="—"} #{include file="../Component/StatCard.html" accent="primary" icon="fa-comment" label="等待用户" vclass="ticket-stat-user" value="—"} #{include file="../Component/StatCard.html" accent="success" icon="fa-circle-check" label="已解决" vclass="ticket-stat-resolved" value="—"} #{include file="../Component/StatCard.html" accent="secondary" icon="fa-lock-keyhole" label="已关闭" vclass="ticket-stat-closed" value="—"} #{include file="../Component/StatCard.html" accent="info" icon="fa-sparkles" label="今日新增" vclass="ticket-stat-today" value="—"}

工单列表

服务工单

优先处理高优先级和用户最新补充的工单

#{ready("/assets/admin/controller/user/ticket.js")} #{include file="../Footer.html"}