Handy_Cao 2 vuotta sitten
vanhempi
commit
9141b0810a

+ 1 - 0
src/packages/pc/views/footer/capital/summary/withdraw/index.vue

@@ -10,6 +10,7 @@
             </el-form-item>
             <el-form-item label="提现金额" prop="Amount">
                 <el-input-number placeholder="请输入提现金额" :precision="2" v-model="formData.Amount" />
+                <el-button type="danger" @click="formData.Amount = fund.AvailableOutMoney">全部提现</el-button>
             </el-form-item>
             <template v-for="(item, index) in configs" :key="index">
                 <el-form-item :label="item.fieldname" :prop="item.fieldcode" v-if="item.usabletype === 1 || item.usabletype === userStore.userInfo?.userinfotype">