sbd-npm 1.1.53 → 1.1.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/menu.js +1 -0
- package/package.json +1 -1
- package/util.js +1 -1
package/menu.js
CHANGED
@@ -64,6 +64,7 @@ const MenuList = [
|
|
64
64
|
'name': '宏观数据',
|
65
65
|
'icon': 'globe',
|
66
66
|
'menu': [
|
67
|
+
{'key': 'macro_global_economy', 'name': '全球经济总览', 'url': '/b8fd4bd44505109d47a52f30d0f79fe5'},
|
67
68
|
{'key': 'macro_bond_yield', 'name': '十年国债收益率', 'url': '/b3481c3916ef5e907f329c32ad87f7ce'},
|
68
69
|
{'key': 'macro_money_supply', 'name': '货币供应量', 'url': '/30cb50c21d82b67d4442df16cffde341'},
|
69
70
|
{'key': 'macro_currency', 'name': '货币汇率', 'url': '/58ec93ac74847aaec304e4a577c15799'},
|
package/package.json
CHANGED
package/util.js
CHANGED
@@ -780,7 +780,7 @@ const Util = {
|
|
780
780
|
];
|
781
781
|
if (stock_category !== "us") {
|
782
782
|
head_cols.push({"name": "成交金额", "table_sort": 1});
|
783
|
-
head_cols.push({"name": "成交均价"});
|
783
|
+
head_cols.push({"name": "成交均价", "table_sort": 1});
|
784
784
|
head_cols.push({"name": "股东数", "table_sort": 1});
|
785
785
|
head_cols.push({"name": "备注", "id": "remark_title"});
|
786
786
|
}
|