@@ -58,6 +58,7 @@ function handleChange(value,context){
:clearable="props.clearable"
:loading="loading"
:minCollapsedNum="1"
+ :tag-props="{closable:false}"
:disabled="props.disabled"
@search="remoteMethod"
@change="handleChange"
@@ -73,13 +73,9 @@ watch(
/>
</t-form-item>
- <t-form-item label="所属客户" name="customer">
- <select-business
- :value="props.data?.EtaBusinessId"
- placeholder="输入社会信用码或客户名称"
- disabled
- v-if="show"
- />
+ <t-form-item label="所属销售" name="customer">
+ <t-select disabled :value="props.data.SellerName">
+ </t-select>
</t-form>
<template #footer>