ui(expense): 승인완료 엑셀 다운 버튼 제거 + zip 버튼 검정(primary)

- 엑셀은 zip에 동봉되므로 별도 버튼 삭제
- 전부 다운로드(zip) 버튼 erp-btn-primary(검정 배경/흰 글씨)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 18:01:54 +09:00
parent 5b0fe2f1a1
commit b678d7c37f
@@ -10,8 +10,7 @@
<input type="month" name="month" value="{{ month }}" /> <input type="month" name="month" value="{{ month }}" />
<button type="submit" class="erp-btn erp-btn-outline">조회</button> <button type="submit" class="erp-btn erp-btn-outline">조회</button>
</form> </form>
<a class="erp-btn erp-btn-primary" href="/expense/api/approved/export.xlsx?month={{ month }}">엑셀 다운</a> <a class="erp-btn erp-btn-primary" href="/expense/api/approved/attachments.zip?month={{ month }}">전부 다운로드(zip)</a>
<a class="erp-btn erp-btn-outline" href="/expense/api/approved/attachments.zip?month={{ month }}">전부 다운로드(zip)</a>
</div> </div>
<!-- ── 직원별 합계 ── --> <!-- ── 직원별 합계 ── -->