支付宝绑定分账用户去掉微信文字描述;

This commit is contained in:
terrfly 2023-10-07 09:07:43 +08:00
parent a0f1f2ad94
commit 7400a45a4d
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
<template slot="accTypeSlot" slot-scope="record">
<a-select style="width: 110px" v-model="record.accType" placeholder="账号类型" default-value="0">
<a-select-option value="0">个人</a-select-option>
<a-select-option value="1">微信商户</a-select-option>
<a-select-option value="1">商户</a-select-option>
</a-select>
</template>