|
|
|
@ -96,7 +96,7 @@ export default{ |
|
|
|
|
}, |
|
|
|
|
myTable: { |
|
|
|
|
146: { |
|
|
|
|
prop: 'currency',//币种 |
|
|
|
|
prop: 'currencyType',//币种 |
|
|
|
|
type: '1' |
|
|
|
|
}, |
|
|
|
|
147: { |
|
|
|
@ -104,23 +104,23 @@ export default{ |
|
|
|
|
type: '1' |
|
|
|
|
}, |
|
|
|
|
148: { |
|
|
|
|
prop: 'certificateType',//定存编号 |
|
|
|
|
prop: 'depositNumber',//定存编号 |
|
|
|
|
type: '3' |
|
|
|
|
}, |
|
|
|
|
149: { |
|
|
|
|
prop: 'clientNumber',//本金 |
|
|
|
|
prop: 'capital',//本金 |
|
|
|
|
type: '3' |
|
|
|
|
}, |
|
|
|
|
150: { |
|
|
|
|
prop: 'clientNumber',//支取金额 |
|
|
|
|
prop: 'withdrawAmount',//支取金额 |
|
|
|
|
type: '3' |
|
|
|
|
}, |
|
|
|
|
151: { |
|
|
|
|
prop: 'clientNumber',//支取类别 |
|
|
|
|
prop: 'withdrawType',//支取类别 |
|
|
|
|
type: '1' |
|
|
|
|
}, |
|
|
|
|
153: { |
|
|
|
|
prop: 'clientNumber',//支取方式 |
|
|
|
|
prop: 'withdrawWay',//支取方式 |
|
|
|
|
type: '1' |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
@ -130,7 +130,7 @@ export default{ |
|
|
|
|
type: '3' |
|
|
|
|
}, |
|
|
|
|
152: { |
|
|
|
|
prop: 'voucherType',//利息 |
|
|
|
|
prop: 'interest',//利息 |
|
|
|
|
type: '3' |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|