fix complaint

This commit is contained in:
Swift
2024-02-24 18:59:06 +03:30
parent 9bf686bbfe
commit d8d95b6069
3 changed files with 19 additions and 2 deletions
+14
View File
@@ -190,6 +190,19 @@
</el-switch>
</div>
<div class="col-lg-4 col-sm-12 mt-4">
<h5 class="mb-2">انتخاب نوع کالا:</h5>
<el-switch
v-model="form.brand"
inactive-color="#03fc3d"
active-color="#0367fc"
style="display: flex; justify-content: space-evenly"
active-text="پاناتک"
inactive-text="وریتی"
>
</el-switch>
</div>
<div class="col-lg-12 col-sm-12 mt-4 d-flex" style="justify-content: center">
<el-button type="primary" @click="sendForm" round>ارسال</el-button>
</div>
@@ -213,6 +226,7 @@ export default {
receptionCode: null,
caption: null,
callType: true,
brand:true
},
validation: {},
hasValidationError: false,