Commit ac0ba9eb by lianyang

litopn详情页anyBank的名称地址栏修改

parent 711f53ff
......@@ -45,9 +45,16 @@
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="名称地址" prop="lidgrp.avb.pts.adrblk">
<el-form-item label="名称地址" prop="lidgrp.avb.pts.adrblk"
v-if="model.lidgrp.rec.avbwth != 'O'">
<c-input type="textarea" v-model="model.lidgrp.avb.pts.adrblk" maxlength="135" :rows="4" show-word-limit placeholder="请输入名称地址"
:disabled="model.lidgrp.avb.pts.extkey !== ''"></c-input>
:disabled="model.lidgrp.rec.avbwth !== ''"></c-input>
</el-form-item>
</c-col>
<c-col :span="24" v-if="model.lidgrp.rec.avbwth == 'O'">
<el-form-item label="Available in" prop="lidgrp.blk.avbwthtxt">
<c-input
type="textarea" v-model="model.lidgrp.blk.avbwthtxt" maxlength="135" :rows="4" show-word-limit placeholder="请输入Available in" ></c-input>
</el-form-item>
</c-col>
......
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