mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 01:22:33 +09:00
디자인 금액 , 추가
This commit is contained in:
@@ -174,8 +174,15 @@ watch(changePage, (newParams) => {
|
|||||||
<div class="datatable-wrapper">
|
<div class="datatable-wrapper">
|
||||||
<div class="table-container has-slimscroll-x">
|
<div class="table-container has-slimscroll-x">
|
||||||
<table class="table datatable-table is-fullwidth">
|
<table class="table datatable-table is-fullwidth">
|
||||||
|
<colgroup>
|
||||||
|
<col width="180px"/>
|
||||||
|
<col/>
|
||||||
|
<col width="210px"/>
|
||||||
|
<col width="110px"/>
|
||||||
|
<col width="130px"/>
|
||||||
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<th>No</th>
|
<th>가격조사번호</th>
|
||||||
<th>제목</th>
|
<th>제목</th>
|
||||||
<th>등록기간</th>
|
<th>등록기간</th>
|
||||||
<th>담당자</th>
|
<th>담당자</th>
|
||||||
|
|||||||
@@ -125,10 +125,18 @@ watch(changePage, (newParams) => {
|
|||||||
<div class="datatable-wrapper">
|
<div class="datatable-wrapper">
|
||||||
<div class="table-container has-slimscroll-x">
|
<div class="table-container has-slimscroll-x">
|
||||||
<table class="table datatable-table is-fullwidth">
|
<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>
|
<thead>
|
||||||
<th>No</th>
|
<th>가격조사번호</th>
|
||||||
<th>제목</th>
|
<th>제목</th>
|
||||||
<th class="text-right">조사금액</th>
|
<th class="text-right">조사금액(원)</th>
|
||||||
<th>담당자</th>
|
<th>담당자</th>
|
||||||
<th>등록일시</th>
|
<th>등록일시</th>
|
||||||
<th>진행상태</th>
|
<th>진행상태</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user