Commit 655cc428 by liyixun

代码优化

parent 9f71d95a
...@@ -255,15 +255,16 @@ ...@@ -255,15 +255,16 @@
<!-- 下左 --> <!-- 下左 -->
<c-col :span="12"> <c-col :span="12">
<c-col :span="24"> <c-col :span="24">
<c-form-item label-width="0" prop="liaall.tenstm">
<c-istream-table <c-istream-table
ref="table" ref="table"
:list="model.liaall.tenstm.rows || []" :list="model.liaall.tenstm.rows || []"
:columns="trnData.columns" :columns="trnData.columns"
:showSelection="true" :showSelection="true"
v-on:multipleSelect="multipleSelect" v-on:multipleSelect="multipleSelect"
prop="liaall.tenstm"
> >
</c-istream-table> </c-istream-table>
</c-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<p>Settlement Instructions</p> <p>Settlement Instructions</p>
......
...@@ -507,7 +507,7 @@ ...@@ -507,7 +507,7 @@
type="textarea" type="textarea"
:maxRows="10" :maxRows="10"
:model="model.gitp.indirectswiadd" :model="model.gitp.indirectswiadd"
@change="selectOrCheckboxRule('gitp.indirectswiadd')" @change="commonExecuteRule('gitp.indirectswiadd')"
maxlength="9750" maxlength="9750"
show-word-limit show-word-limit
placeholder="请输入InDirect Swift Add" placeholder="请输入InDirect Swift Add"
......
...@@ -478,7 +478,7 @@ ...@@ -478,7 +478,7 @@
type="textarea" type="textarea"
:maxRows="10" :maxRows="10"
:model="model.gitp.indirectswiadd" :model="model.gitp.indirectswiadd"
@change="selectOrCheckboxRule('gitp.indirectswiadd')" @change="commonExecuteRule('gitp.indirectswiadd')"
maxlength="9750" maxlength="9750"
show-word-limit show-word-limit
placeholder="请输入直接Swift添加" placeholder="请输入直接Swift添加"
......
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