更新报告寄送位置
This commit is contained in:
@@ -45,17 +45,30 @@ export const Sidebar = ({ active, onNavigate, onQuickAction }: SidebarProps) =>
|
||||
<section className='mt-2 p-3 rounded-2xl border bg-gray-50/50'>
|
||||
<div className='text-sm text-gray-700 mb-2'>快捷操作</div>
|
||||
<div className='grid grid-cols-2 gap-2 text-xs'>
|
||||
<Button className='justify-center py-1.5' onClick={() => onQuickAction('meal')}>
|
||||
用餐登记
|
||||
<Button
|
||||
className='min-h-[52px] justify-center py-2 bg-white border-gray-200 hover:bg-gray-50'
|
||||
onClick={() => onQuickAction('meal')}
|
||||
>
|
||||
<div className='flex flex-col leading-tight text-sm text-gray-800'>
|
||||
<span>用餐</span>
|
||||
<span>登记</span>
|
||||
</div>
|
||||
</Button>
|
||||
<Button className='justify-center py-1.5' onClick={() => onQuickAction('vip')}>
|
||||
太平VIP认证
|
||||
<Button
|
||||
className='min-h-[52px] justify-center py-2 bg-white border-gray-200 hover:bg-gray-50'
|
||||
onClick={() => onQuickAction('note')}
|
||||
>
|
||||
<div className='flex flex-col leading-tight text-sm text-gray-800'>
|
||||
<span>备注窗</span>
|
||||
</div>
|
||||
</Button>
|
||||
<Button className='justify-center py-1.5' onClick={() => onQuickAction('delivery')}>
|
||||
报告寄送
|
||||
</Button>
|
||||
<Button className='justify-center py-1.5' onClick={() => onQuickAction('note')}>
|
||||
备注窗
|
||||
<Button
|
||||
className='min-h-[52px] col-span-2 justify-center py-2 bg-white border-gray-200 hover:bg-gray-50'
|
||||
onClick={() => onQuickAction('vip')}
|
||||
>
|
||||
<div className='flex flex-col leading-tight text-sm text-gray-800'>
|
||||
<span>太平VIP认证</span>
|
||||
</div>
|
||||
</Button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user