feat: 자산 관리 가이드 추가 및 테이블 스타일 개선
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { state } from '../../core/state';
|
||||
import { openPcModal } from '../../components/Modal/PCModal';
|
||||
import { formatInline, sortAssets } from '../../core/utils';
|
||||
import { formatInline, sortAssets, formatPrice } from '../../core/utils';
|
||||
import { createIcons, Paperclip, RefreshCcw } from 'lucide';
|
||||
|
||||
export function renderPcList(container: HTMLElement) {
|
||||
@@ -70,7 +70,7 @@ export function renderPcList(container: HTMLElement) {
|
||||
<td>${asset.RAM||''}</td>
|
||||
<td>${formatInline(storage)}</td>
|
||||
<td>${asset.구매일||''}</td>
|
||||
<td>${asset.금액||''}</td>
|
||||
<td>${formatPrice(asset.금액)}</td>
|
||||
<td style="text-align:center;">${asset.품의서명 ? '<i data-lucide="paperclip" class="text-primary"></i>' : '-'}</td>
|
||||
<td><button class="btn btn-outline btn-sm">수정</button></td>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user