Showing
2 changed files
with
2 additions
and
1 deletions
@@ -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> |
-
Please register or login to post a comment