Ver Fonte

【修改】调整

zhouhao há 2 anos atrás
pai
commit
460646ffad
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/finance/standbook_list.vue

+ 1 - 1
src/views/finance/standbook_list.vue

@@ -49,7 +49,7 @@
                 </el-form-item>
               </el-col>
               <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-option
                       v-for="(v, i) in walletList"