fix complaint
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user