Commit 65f3b01d authored by 786817560's avatar 786817560

'识别信息不可编辑'

parent a7a631ac
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-10-24 17:45:44
* @LastEditTime: 2019-10-24 19:58:14
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
......@@ -29,7 +29,8 @@
<item>
<div slot="name" >银行卡卡号</div>
<input
slot="content" v-model="bank_lists[0].bank_account_num" type="text" placeholder="上传银行卡自动填充"
slot="content" v-model="bank_lists[0].bank_account_num" type="text" readonly
placeholder="上传银行卡自动填充"
>
</item>
<item>
......@@ -38,7 +39,9 @@
</item>
<item>
<div slot="name" >银行名称</div>
<input slot="content" v-model="bank_lists[0].bank_full_name" type="text" placeholder="请输入银行名称">
<input
slot="content" v-model="bank_lists[0].bank_full_name" readonly type="text"
placeholder="请输入银行名称">
</item>
<item>
<div slot="name" >支行名称</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment