新增企业 新增联系人加透传
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<a-input autocomplete="off" @click="chooseBusiness" :value="value[valueKey]" v-bind="$attrs"></a-input>
|
||||
</a-col>
|
||||
<a-col :span="4">
|
||||
<a-button icon="plus" @click="addCompany"></a-button>
|
||||
<a-button icon="plus" v-bind="$attrs" @click="addCompany"></a-button>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<business-select ref="businessSelect" @ok="setCompanyVal" v-bind="$attrs"></business-select>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<a-input @click="chooseBusiness" :value="value[valueKey]" v-bind="$attrs" :readOnly="true"></a-input>
|
||||
</a-col>
|
||||
<a-col :span="4" class="form-btn" v-if="canAdd">
|
||||
<a-button icon="plus" @click="addCompany"></a-button>
|
||||
<a-button v-bind="$attrs" icon="plus" @click="addCompany"></a-button>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</a-select>
|
||||
</a-col>
|
||||
<a-col :span="4" class="form-btn">
|
||||
<a-button icon="plus" @click="addContacts"></a-button>
|
||||
<a-button icon="plus" v-bind="$attrs" @click="addContacts"></a-button>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<contact-management-module ref="contactForm"
|
||||
|
||||
Reference in New Issue
Block a user