Commit 46cec1b3 by lsk

调整

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