Commit 655cc428 by liyixun

代码优化

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