Commit 46cec1b3 by liushikai

调整

parent 75bb3e89
...@@ -83,8 +83,8 @@ export default { ...@@ -83,8 +83,8 @@ export default {
//this.model.didgrp.rec.inr = rtnmsg.data.didgrp_rec_inr //this.model.didgrp.rec.inr = rtnmsg.data.didgrp_rec_inr
const length = this.model.cfgfil.btnstm.rows.length const length = this.model.cfgfil.btnstm.rows.length
let btnStr = this.model.cfgfil.btnstm.rows let btnStr = this.model.cfgfil.btnstm.rows
let j = 0; // let j = 0;
let m = 0; // let m = 0;
// const buttonIndex = ['信用证修改','减额修改接受','到单','修改通知行'] // const buttonIndex = ['信用证修改','减额修改接受','到单','修改通知行']
for(let i=0; i < length; i++){ for(let i=0; i < length; i++){
//获取数组中每行的数据 //获取数组中每行的数据
......
...@@ -394,7 +394,7 @@ ...@@ -394,7 +394,7 @@
<el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body> <el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body>
<div class="m-list-btns"> <div class="m-list-btns">
<m-busbtn ref="childs" :ownref="ownref" @onChoose="onChoose" <m-busbtn ref="childs" :ownref="ownref" @onChoose="onChoose"
>11</m-busbtn ></m-busbtn
> >
</div> </div>
</el-dialog> </el-dialog>
...@@ -458,7 +458,7 @@ export default { ...@@ -458,7 +458,7 @@ export default {
index: 3, index: 3,
position: 15, position: 15,
width: 140, width: 140,
pattern: "time", pattern: "data",
label: "Opened", label: "Opened",
}, },
//'4 16 "Value" 140', //'4 16 "Value" 140',
...@@ -466,7 +466,7 @@ export default { ...@@ -466,7 +466,7 @@ export default {
index: 4, index: 4,
position: 16, position: 16,
width: 140, width: 140,
pattern: "time", pattern: "data",
label: "Value", label: "Value",
}, },
//'5 17 "Closed" 140', //'5 17 "Closed" 140',
...@@ -474,7 +474,7 @@ export default { ...@@ -474,7 +474,7 @@ export default {
index: 5, index: 5,
position: 17, position: 17,
width: 140, width: 140,
pattern: "time", pattern: "data",
label: "Closed", label: "Closed",
}, },
'20 18 "1.Cur" 80', '20 18 "1.Cur" 80',
......
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="18" :offset="1"> <!-- <c-col :span="18" :offset="1">
<el-form-item label="" prop="infcon.trnstm" label-width="0"> <el-form-item label="" prop="infcon.trnstm" label-width="0">
<c-input type="textarea" :rows="4" v-model="model.infcon.trnstm" show-word-limit <c-input type="textarea" :rows="4" v-model="model.infcon.trnstm" show-word-limit
placeholder="请输入stream for TRN to selected contract"></c-input> placeholder="请输入stream for TRN to selected contract"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col> -->
</c-row> </c-row>
</div> </div>
......
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