<template><divclass="eibs-tab"><c-col:span="12"><el-form-itemlabel="Instructions from the Bank"prop="instxt"><c-inputtype="textarea"v-model="model.instxt"maxlength="65":rows="8"show-word-limitplaceholder="请输入Instructions from the Bank"></c-input></el-form-item></c-col></div></template><script>importApifrom"~/service/Api"importcommonProcessfrom"~/mixin/commonProcess";importCodeTablefrom"~/config/CodeTable"importEventfrom"~/model/Gitcrj/Event"exportdefault{inject:['root'],props:["model","codes"],mixins:[commonProcess],data(){return{}},methods:{...Event},created:function(){}}</script><style></style>