Merge pull request #1087 from nanoric/fix_missing_status_button_in_uiStWidget

[Fix] 改回丢失的状态按钮
This commit is contained in:
vn.py 2018-09-05 09:20:09 +08:00 committed by GitHub
commit f3f9f0ea29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -436,7 +436,7 @@ class StAlgoManager(QtWidgets.QTableWidget):
"""初始化表格"""
headers = [u'价差',
u'算法',
u'净持仓'
u'净持仓',
'BuyPrice',
'SellPrice',
'CoverPrice',