mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 02:42:49 +09:00
style : 필수값은 빨간 별표로 표시
This commit is contained in:
@@ -337,7 +337,7 @@ const moveDown = (index: number) => {
|
|||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>분야</td>
|
<td>분야<span style="color: red">*</span></td>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<span class="column is-7">
|
<span class="column is-7">
|
||||||
<VField class="pr-2">
|
<VField class="pr-2">
|
||||||
@@ -347,7 +347,7 @@ const moveDown = (index: number) => {
|
|||||||
</VField>
|
</VField>
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>제목</td>
|
<td>제목<span style="color: red">*</span></td>
|
||||||
<td colspan="6">
|
<td colspan="6">
|
||||||
<div class="column is-fullhd">
|
<div class="column is-fullhd">
|
||||||
<VField class="pr-2">
|
<VField class="pr-2">
|
||||||
@@ -363,7 +363,7 @@ const moveDown = (index: number) => {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>내용</td>
|
<td>내용<span style="color: red">*</span></td>
|
||||||
<td colspan="10">
|
<td colspan="10">
|
||||||
<div class="column is-fullhd">
|
<div class="column is-fullhd">
|
||||||
<VField class="pr-2">
|
<VField class="pr-2">
|
||||||
@@ -381,7 +381,7 @@ const moveDown = (index: number) => {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>견적요청</td>
|
<td>견적요청<span style="color: red">*</span></td>
|
||||||
<td colspan="9">
|
<td colspan="9">
|
||||||
<VButton
|
<VButton
|
||||||
color="primary"
|
color="primary"
|
||||||
@@ -430,7 +430,7 @@ const moveDown = (index: number) => {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>규격입력</td>
|
<td>규격입력<span style="color: red">*</span></td>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<VButton
|
<VButton
|
||||||
:color="params.btnChangeFlag? 'success':'primary'"
|
:color="params.btnChangeFlag? 'success':'primary'"
|
||||||
@@ -491,7 +491,7 @@ const moveDown = (index: number) => {
|
|||||||
</template>
|
</template>
|
||||||
</VModal>
|
</VModal>
|
||||||
</td>
|
</td>
|
||||||
<td>등록기간</td>
|
<td>등록기간<span style="color: red">*</span></td>
|
||||||
<td colspan="6">
|
<td colspan="6">
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column is-4">
|
<div class="column is-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user