From b98b55cf23e898dbc88de9413f43199fa93e877c Mon Sep 17 00:00:00 2001 From: nanoric Date: Tue, 4 Sep 2018 01:33:28 -0400 Subject: [PATCH] =?UTF-8?q?[Fix]=20=E6=94=B9=E5=9B=9E=E4=B8=A2=E5=A4=B1?= =?UTF-8?q?=E7=9A=84=E7=8A=B6=E6=80=81=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nanoric --- vnpy/trader/app/spreadTrading/uiStWidget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnpy/trader/app/spreadTrading/uiStWidget.py b/vnpy/trader/app/spreadTrading/uiStWidget.py index 1b77c27d..d206745e 100644 --- a/vnpy/trader/app/spreadTrading/uiStWidget.py +++ b/vnpy/trader/app/spreadTrading/uiStWidget.py @@ -436,7 +436,7 @@ class StAlgoManager(QtWidgets.QTableWidget): """初始化表格""" headers = [u'价差', u'算法', - u'净持仓' + u'净持仓', 'BuyPrice', 'SellPrice', 'CoverPrice',