// RMLWorkorderAdminDashboardView.js // This would be a separate file and view. Vue.component('rml-workorder-admin-dashboard', { template: `
{{ stats.new || 0 }}
{{ stats.in_progress || 0 }}
{{ stats.overdue || 0 }}
{{ stats.completed_30d || 0 }}