Commit 277d6eec by wangweidong

wwd

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