|
@@ -49,7 +49,7 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
<el-col :xs="24" :sm="12" :lg="6">
|
|
- <el-form-item label="钱包类型" prop="customerWalletId">
|
|
|
|
|
|
+ <el-form-item :label="bill==='COMMONLY'?'钱包类型':'返利类型'" prop="customerWalletId">
|
|
<el-select class="selectStyle" v-model="searchForm.customerWalletId" placeholder="请选择" filterable>
|
|
<el-select class="selectStyle" v-model="searchForm.customerWalletId" placeholder="请选择" filterable>
|
|
<el-option
|
|
<el-option
|
|
v-for="(v, i) in walletList"
|
|
v-for="(v, i) in walletList"
|