|
@@ -33,12 +33,11 @@
|
|
|
<el-select v-if="tabs_index != 1" @change="handleSelectChange" style="margin-right: 20px; width: 220px" v-model="payInfo" placeholder="付款项目" clearable>
|
|
|
<el-option v-for="item in paymentProjectList" :key="item" :label="item" :value="item"> </el-option>
|
|
|
</el-select>
|
|
|
- <el-select v-if="tabs_index != 1" @change="handleSelectChange" style="margin-right: 20px; width: 220px" v-model="paymentType" placeholder="支付渠道" clearable>
|
|
|
+ <el-select @change="handleSelectChange" style="margin-right: 20px; width: 220px" v-model="paymentType" placeholder="支付渠道" clearable>
|
|
|
<el-option v-for="item in paymentTypeList" :key="item.key" :label="item.lable" :value="item.key"> </el-option>
|
|
|
</el-select>
|
|
|
|
|
|
<el-cascader
|
|
|
- v-if="tabs_index != 1"
|
|
|
v-model="salesRai"
|
|
|
placeholder="推荐人"
|
|
|
style="width: 220px; margin: 0 20px 20px 0"
|