|
@@ -57,8 +57,14 @@
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|
|
|
- <a-form-item label="客户类型">
|
|
|
- <dealerType id="shortageStatisticsCList-dealerType" changeOnSelect v-model="dealerType" @change="getDealerType" allowClear placeholder="请选择客户类型"></dealertype>
|
|
|
+ <a-form-item label="商户类型">
|
|
|
+ <dealerType
|
|
|
+ id="shortageStatisticsCList-dealerType"
|
|
|
+ changeOnSelect
|
|
|
+ v-model="dealerType"
|
|
|
+ @change="getDealerType"
|
|
|
+ allowClear
|
|
|
+ placeholder="请选择商户类型"></dealertype>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|