Update _survey.vue
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<CCard>
|
<CCard>
|
||||||
<CCardBody>
|
<CCardBody>
|
||||||
<CForm>
|
<CForm>
|
||||||
<CInput v-if="survey.code" :value="survey.code" label="شماره پذیرش دایم" disabled />
|
<CInput v-if="survey.code" :value="survey.code" label="شماره پذیرش دائم" disabled />
|
||||||
<CInput
|
<CInput
|
||||||
v-for="item in surveyOptions"
|
v-for="item in surveyOptions"
|
||||||
:key="item.fieldName"
|
:key="item.fieldName"
|
||||||
|
|||||||
Reference in New Issue
Block a user