|
@@ -126,6 +126,7 @@
|
|
@change="changeCustomerFn($event, scope.$index)"
|
|
@change="changeCustomerFn($event, scope.$index)"
|
|
v-model="scope.row.customerId"
|
|
v-model="scope.row.customerId"
|
|
placeholder="请选择"
|
|
placeholder="请选择"
|
|
|
|
+ filterable
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
v-for="(item, i) in customerList"
|
|
v-for="(item, i) in customerList"
|
|
@@ -178,7 +179,11 @@
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <el-select v-model="scope.row.walletId" placeholder="请选择">
|
|
|
|
|
|
+ <el-select
|
|
|
|
+ filterable
|
|
|
|
+ v-model="scope.row.walletId"
|
|
|
|
+ placeholder="请选择"
|
|
|
|
+ >
|
|
<el-option
|
|
<el-option
|
|
v-for="item in scope.row.walletList"
|
|
v-for="item in scope.row.walletList"
|
|
:key="item.customerWalletId"
|
|
:key="item.customerWalletId"
|