디자인 금액 , 추가

This commit is contained in:
2025-05-28 19:56:10 +09:00
parent 5b80d56c86
commit b7e9ff09af
2 changed files with 18 additions and 3 deletions

View File

@@ -174,8 +174,15 @@ watch(changePage, (newParams) => {
<div class="datatable-wrapper">
<div class="table-container has-slimscroll-x">
<table class="table datatable-table is-fullwidth">
<colgroup>
<col width="180px"/>
<col/>
<col width="210px"/>
<col width="110px"/>
<col width="130px"/>
</colgroup>
<thead>
<th>No</th>
<th>가격조사번호</th>
<th>제목</th>
<th>등록기간</th>
<th>담당자</th>

View File

@@ -125,10 +125,18 @@ watch(changePage, (newParams) => {
<div class="datatable-wrapper">
<div class="table-container has-slimscroll-x">
<table class="table datatable-table is-fullwidth">
<colgroup>
<col width="180px"/>
<col/>
<col width="130px"/>
<col width="110px"/>
<col width="150px"/>
<col width="130px"/>
</colgroup>
<thead>
<th>No</th>
<th>가격조사번호</th>
<th>제목</th>
<th class="text-right">조사금액</th>
<th class="text-right">조사금액()</th>
<th>담당자</th>
<th>등록일시</th>
<th>진행상태</th>