<template> <div class="eibs-tab"> <c-row> <c-col :span="24"> <c-col :span="12" style="padding-right: 20px"> <!-- ==========================为swift格式左边============================================ --> <c-col :span="24"> <c-col :span="24"> <c-ptap :model="model" :disabledExtkey="true" :disabled="true" :argadr="{title: $t('getopn.申请人'), grp: 'gidgrp', rol: 'apl'}" ptytyp="C" bchinr='00000047' ></c-ptap> </c-col> <!-- <c-col :span="24"> <c-ptap :model="model" :disabledExtkey="true" :disabled="true" :argadr="{title: '账户/对象', grp: 'gidgrp', rol: 'con'}" ptytyp="B" bchinr='00000047' ></c-ptap> </c-col> --> </c-col> </c-col> <c-col :span="12" style="padding-left: 20px"> <!-- ============================为swift格式右边================================= --> <c-col :span="24"> <c-ptap :model="model" :disabledRef = "model.gidgrp.ben.pts.extkey == ''" :disabledExtkey="true" :disabled="true" :argadr="{title: $t('getopn.受益人'), grp: 'gidgrp', rol: 'ben'}" ptytyp="C" bchinr='00000047' ></c-ptap> </c-col> <c-col :span="24"> <c-ptap :model="model" :disabledRef = "model.gidgrp.iss.pts.extkey == ''" :disabledExtkey="true" :disabled="true" :argadr="{title: $t('getame.开证行'), grp: 'gidgrp', rol: 'iss'}" ptytyp="B" bchinr='00000036' ></c-ptap> </c-col> </c-col> <!-- <c-col :span="24"> <el-form-item :label="$t('getadd.可录入保函项下其他关联方')"> <c-edit-table v-model="model.ptsptaList" keyCode="gidgrp" :roleList="codes.infled_role"></c-edit-table> </el-form-item> </c-col> --> </c-col> </c-row> </div> </template> <script> import event from "../event"; export default { inject: ["root"], props: ["model", "codes"], mixins: [event], data() { return { }; }, methods: {}, }; </script> <style></style>