mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 07:33:32 +09:00
fix : 가격조사 완료 버튼 조건 처리
This commit is contained in:
@@ -407,8 +407,7 @@ function minAmtCalc (est) {
|
||||
</td>
|
||||
<td colspan="3">
|
||||
<slot name="status"
|
||||
v-if="params.stCd === '0200'&& params.svyYn">
|
||||
<!-- v-if="params.stCd === '0200' && params.svyYn=true"-->
|
||||
v-if="params.stCd === '0200'&& !params.svyYn">
|
||||
<div>
|
||||
<VButton
|
||||
color="info"
|
||||
|
||||
Reference in New Issue
Block a user