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