监听状态
{{ status.running ? '运行中' : '未运行' }}
累计扫描
{{ status.totalPolled || 0 }}
已通知
{{ status.totalNotified || 0 }}
未映射
{{ status.totalUnmapped || 0 }}
上次扫描
{{ formatTime(status.lastPollAt) }}
{{ message }}
运行记录
{{ status.status || 'stopped' }}
最近通知
暂无通知记录。
{{ item.billNo || item.orderKey }}
{{ item.customerNumber }} / {{ formatTime(item.notifiedAt) }}
{{ item.message }}
最近错误
暂无错误。
{{ item.billNo || item.customerNumber || '系统' }}
{{ formatTime(item.createdAt) }}
{{ item.message }}