Update _survey.vue

This commit is contained in:
Swift
2024-02-25 14:40:55 +03:30
parent 8ccd95506b
commit 0a505466a9
+1 -1
View File
@@ -9,7 +9,7 @@
<CCard>
<CCardBody>
<CForm>
<CInput v-if="survey.code" :value="survey.code" label="شماره پذیرش دایم" disabled />
<CInput v-if="survey.code" :value="survey.code" label="شماره پذیرش دائم" disabled />
<CInput
v-for="item in surveyOptions"
:key="item.fieldName"