feat: [finance] 일반전표입력 기간 필터에 D-6월, D-7월 버튼 추가
This commit is contained in:
@@ -1218,6 +1218,8 @@ className="rounded-lg border border-stone-200 px-3 py-1.5 text-sm focus:ring-2 f
|
||||
<button onClick={() => setMonthRange(-3)} className="px-2.5 py-1.5 text-xs bg-stone-100 text-stone-600 rounded-lg hover:bg-stone-200 transition-colors font-medium">D-3월</button>
|
||||
<button onClick={() => setMonthRange(-4)} className="px-2.5 py-1.5 text-xs bg-stone-100 text-stone-600 rounded-lg hover:bg-stone-200 transition-colors font-medium">D-4월</button>
|
||||
<button onClick={() => setMonthRange(-5)} className="px-2.5 py-1.5 text-xs bg-stone-100 text-stone-600 rounded-lg hover:bg-stone-200 transition-colors font-medium">D-5월</button>
|
||||
<button onClick={() => setMonthRange(-6)} className="px-2.5 py-1.5 text-xs bg-stone-100 text-stone-600 rounded-lg hover:bg-stone-200 transition-colors font-medium">D-6월</button>
|
||||
<button onClick={() => setMonthRange(-7)} className="px-2.5 py-1.5 text-xs bg-stone-100 text-stone-600 rounded-lg hover:bg-stone-200 transition-colors font-medium">D-7월</button>
|
||||
</div>
|
||||
<button onClick={fetchData} disabled={loading}
|
||||
className="px-4 py-1.5 text-sm bg-emerald-600 text-white rounded-lg hover:bg-emerald-700 transition-colors font-medium flex items-center gap-2 disabled:opacity-50">
|
||||
|
||||
Reference in New Issue
Block a user