|
@@ -44,8 +44,8 @@
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|
|
|
- <a-form-model-item label="区域/分区">
|
|
|
- <subarea id="priceDifferenceDetailList-allocateTypeSn" ref="subarea" @change="subareaChange"></subarea>
|
|
|
+ <a-form-model-item label="所在区域">
|
|
|
+ <subarea id="priceDifferenceDetailList-allocateTypeSn" placeholder="请选择区域" showLeve="1" ref="subarea" @change="subareaChange"></subarea>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24" v-show="isShowCustomerSearch">
|