添加供应商功能及修改员工头像问题
This commit is contained in:
parent
a180010fb8
commit
c49b432cd1
|
|
@ -27,11 +27,12 @@
|
|||
</a-form>
|
||||
</div>
|
||||
<!-- <div style="width:100%;"> -->
|
||||
<a-row :span="24" style="justify-content: space-between;margin-top:-14px;">
|
||||
<a-row :span="24" style=" margin-top:-14px;">
|
||||
<a-col :span="24" style="margin-top:14px;">
|
||||
<div style="font-weight: 700;">供应商列表</div>
|
||||
</a-col>
|
||||
<a-col v-for="item in dataList" :key="item.id" :span="8" class="radio-item" style="max-width: 32.5% !important;">
|
||||
<a-col v-for="item in dataList" :key="item.id" :span="8" class="radio-item"
|
||||
style="max-width: 30.5% !important;white-space: nowrap;margin: 8px 15px;">
|
||||
<a-radio-group v-model:value="suppliersId" @change="handleChangeRadio" class="radio-group">
|
||||
<a-radio :value="item.id" >
|
||||
{{ item.suppliersName }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue