Merge branch 'kpi-statis'
This commit is contained in:
@@ -324,7 +324,12 @@ const summaryCards: MetricCard[] = [
|
|||||||
{ key: 'free_appointment_count', label: '免费挂号', type: 'count' },
|
{ key: 'free_appointment_count', label: '免费挂号', type: 'count' },
|
||||||
{ key: 'interview_count', label: '面诊', type: 'count' },
|
{ key: 'interview_count', label: '面诊', type: 'count' },
|
||||||
{ key: 'completed_order_count', label: '接诊诊单', type: 'count' },
|
{ key: 'completed_order_count', label: '接诊诊单', type: 'count' },
|
||||||
|
{ key: 'paid_appointment_rate', label: '付费挂号率', type: 'percent' },
|
||||||
|
{ key: 'interview_rate', label: '面诊率', type: 'percent' },
|
||||||
|
{ key: 'receive_rate', label: '接诊率', type: 'percent' },
|
||||||
|
{ key: 'interview_receive_rate', label: '面诊接诊率', type: 'percent' },
|
||||||
{ key: 'completed_order_amount', label: '诊单金额', type: 'money' },
|
{ key: 'completed_order_amount', label: '诊单金额', type: 'money' },
|
||||||
|
{ key: 'avg_unit_price', label: '平均单价', type: 'money' },
|
||||||
{ key: 'account_cost', label: '账户消耗', type: 'money' },
|
{ key: 'account_cost', label: '账户消耗', type: 'money' },
|
||||||
{ key: 'cash_cost', label: '现金成本', type: 'money' },
|
{ key: 'cash_cost', label: '现金成本', type: 'money' },
|
||||||
{ key: 'roi', label: 'ROI', type: 'ratio' }
|
{ key: 'roi', label: 'ROI', type: 'ratio' }
|
||||||
@@ -594,7 +599,7 @@ onMounted(async () => {
|
|||||||
|
|
||||||
.stats-kpi-grid {
|
.stats-kpi-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user