Authored by jiran.zhao

'申请提现金额可编辑异常修复'

1 export default function() { 1 export default function() {
2 return { 2 return {
3 showLoading: true, 3 showLoading: true,
  4 + isAble: true,
4 data: { 5 data: {
5 applyType: 0, 6 applyType: 0,
6 }, 7 },
@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 /> 32 />
33 </Form-item> 33 </Form-item>
34 <Form-item label="提现金额" prop="withdrawAmount"> 34 <Form-item label="提现金额" prop="withdrawAmount">
35 - <input v-model="data.withdrawAmount" disabled placeholder="请选择日期获取提现金额" /> 35 + <input v-model="data.withdrawAmount" :disabled="isAble" placeholder="请选择日期获取提现金额" />
36 </Form-item> 36 </Form-item>
37 <Form-item label="提现到帐号"> 37 <Form-item label="提现到帐号">
38 <span>{{ data.withdrawAccount }}</span> 38 <span>{{ data.withdrawAccount }}</span>