fix(b09): 원가계산서·요율표 탭 단추 variant 를 ghost 로 · 「금액을 못 세운 줄 N건」·「미확정 N건」 표현을 내역서와 한 벌로
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BW6Jdsh18WPtYUR6THZJqn
This commit is contained in:
@@ -94,7 +94,7 @@ function drawPanel(ctx: B09TabContext): void {
|
||||
select.append(option);
|
||||
}
|
||||
pick.append(select);
|
||||
const edit = createButton({ label: "수 정", variant: "outlined", disabled: true });
|
||||
const edit = createButton({ label: "수 정", variant: "ghost", disabled: true });
|
||||
edit.title = "요율 수정은 원가계산이 프로젝트 요율을 받는 칸이 선 뒤에 열림";
|
||||
box.append(
|
||||
pick,
|
||||
@@ -102,7 +102,7 @@ function drawPanel(ctx: B09TabContext): void {
|
||||
el("span", "b09rt__meta", "요율은 조달청 제비율 판 그대로 — 지금은 보기 전용"),
|
||||
createButton({
|
||||
label: "원가계산서",
|
||||
variant: "outlined",
|
||||
variant: "ghost",
|
||||
onClick: () => ctx.open("cost_sheet"),
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user