|
|
@@ -2381,6 +2381,8 @@ values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_
|
|
|
insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
|
|
|
values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_make_deal', 'tradeqty', '成交数量', '0', 40, 1, 1, '', '', 'tradeqty', 0, 0, '');
|
|
|
insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
|
|
|
+values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_make_deal', 'charge', '手续费', '0', 40, 1, 1, '', '', 'charge', 0, 0, '');
|
|
|
+insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
|
|
|
values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_make_deal', 'tradeid', '成交单号', '0', 50, 1, 1, '', '', 'tradeid', 0, 0, '');
|
|
|
insert into TableColumnConfig (AutoID, TableKey, ColumnField, ColumnTitle, ColumnWidth, OrderIndex, IsShow, AlignType, FormatterType, FormatterString, Remark, NeedSummary, SummaryType, GroupName)
|
|
|
values (seq_TableColumnConfig.Nextval, 'table_pcweb_spot_trade_bottom_commodity_contract_make_deal', 'matchaccountid', '成交对手', '0', 60, 1, 1, '', '', 'matchaccountid', 0, 0, '');
|