Commit 2c7634de by wangyanjiao

优化模板引用,减少控制台报错

parent 6127eb82
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
title: 'Drawer', title: 'Drawer',
grp: 'bodgrp', grp: 'bodgrp',
rol: 'drr', rol: 'drr',
}" :disabled="true" @onSeainf="onSeainf"> }" :disabled="true" >
</c-ptap> </c-ptap>
<c-ptap :model="model" :argadr="{ <c-ptap :model="model" :argadr="{
title: 'Drawee', title: 'Drawee',
grp: 'bodgrp', grp: 'bodgrp',
rol: 'dre', rol: 'dre',
}" :disabled="true" @onSeainf="onSeainf"> }" :disabled="true" >
</c-ptap> </c-ptap>
</c-col> </c-col>
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
title: 'Collecting Bank', title: 'Collecting Bank',
grp: 'bodgrp', grp: 'bodgrp',
rol: 'col', rol: 'col',
}" :disabled="true" @onSeainf="onSeainf"> }" :disabled="true" >
</c-ptap> </c-ptap>
</c-col> </c-col>
......
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
:disabledRef="true" :disabledRef="true"
:disabledExtkey="true" :disabledExtkey="true"
:disabled="true" :disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
> >
</c-ptap> </c-ptap>
...@@ -26,8 +24,6 @@ ...@@ -26,8 +24,6 @@
:disabledRef="true" :disabledRef="true"
:disabledExtkey="true" :disabledExtkey="true"
:disabled="true" :disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
...@@ -42,8 +38,6 @@ ...@@ -42,8 +38,6 @@
:disabledRef="true" :disabledRef="true"
:disabledExtkey="true" :disabledExtkey="true"
:disabled="true" :disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onBenpDet"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
......
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
title: 'Drawer', title: 'Drawer',
grp: 'bodgrp', grp: 'bodgrp',
rol: 'drr', rol: 'drr',
}" :disabledRef="false" :disabledExtkey="true" :disabled="true" @onSeainf="onSeainf" @onAplpDet="onBenpDet"> }" :disabledRef="false" :disabledExtkey="true" :disabled="true">
</c-ptap> </c-ptap>
<c-ptap :model="model" :argadr="{ <c-ptap :model="model" :argadr="{
title: 'Drawee', title: 'Drawee',
grp: 'bodgrp', grp: 'bodgrp',
rol: 'dre', rol: 'dre',
}" :disabledRef="true" :disabledExtkey="true" :disabled="true" @onSeainf="onSeainf" @onAplpDet="onBenpDet"> }" :disabledRef="true" :disabledExtkey="true" :disabled="true" >
</c-ptap> </c-ptap>
</c-col> </c-col>
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
title: 'Collecting Bank', title: 'Collecting Bank',
grp: 'bodgrp', grp: 'bodgrp',
rol: 'col', rol: 'col',
}" :disabledRef="true" :disabledExtkey="true" :disabled="true" @onSeainf="onSeainf" @onAplpDet="onBenpDet"> }" :disabledRef="true" :disabledExtkey="true" :disabled="true" >
</c-ptap> </c-ptap>
</c-col> </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