Commit 277d6eec by wangweidong

wwd

parent 57ef0c5b
......@@ -166,34 +166,59 @@ export default {
width: "180px",
},
{
label: "币种",
prop: "seacur",
width: "120px",
label: "平盘类型",
prop: "bnktyp",
width: "180px",
},
{
label: "日期",
label: "成交日期",
prop: "opndat",
width: "120px",
},
{
label: "交易金额",
prop: "seaamt",
label: "起息日",
prop: "valdat",
width: "120px",
},
{
label: "机构编号",
prop: "bchkeyinr",
label: "平盘牌价",
prop: "rat",
width: "120px",
},
{
label: "机构编码",
prop: "branchinr",
label: "中间价",
prop: "midrat",
width: "120px",
},
{
label: "平盘类型",
prop: "fxtyp",
label: "询价编号",
prop: "quoref",
width: "120px",
},
{
label: "资金部编号",
prop: "fudref",
width: "120px",
},
{
label: "远期交割日",
prop: "setdat",
width: "120px",
},
{
label: "择期交割起始日",
prop: "setdatfrm",
width: "120px",
},
{
label: "择期交割截止日",
prop: "setdatto",
width: "120px",
},
{
label: "交易主体",
prop: "trnman",
width: "120px",
},
{
......@@ -201,6 +226,7 @@ export default {
prop: "trdint",
width: "120px",
},
{
label: "外币结算账号",
prop: "acc",
......
......@@ -21,7 +21,7 @@
</c-col>
<c-col :span="8">
<el-form-item
label="交易有效日期"
label="开立有效日期"
prop="opndatfrom"
style="width: 100%"
>
......
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