1
0

feat: 移除stock的上市状态,默认库里的股票都是上市的

This commit is contained in:
2025-09-06 20:31:53 +08:00
parent b7c0aaf727
commit a1e6f314a4
4 changed files with 9 additions and 38 deletions

View File

@@ -33,7 +33,6 @@ function StockList() {
inside: {
market: '${filter_market|default:undefined}',
industry: '${filter_industry|default:undefined}',
listed: '${filter_listed|default:true|asArray}',
},
},
page: {
@@ -95,16 +94,6 @@ function StockList() {
checkAll: true,
checkAllBySearch: true,
},
{
name: 'filter_listed',
label: '状态',
...remoteOptions('select', 'stock_listed'),
multiple: true,
extractValue: true,
joinValues: false,
clearable: true,
checkAll: true,
},
],
},
columns: [
@@ -122,13 +111,6 @@ function StockList() {
name: 'fullname',
label: '全名',
},
{
name: 'listed',
label: '状态',
width: 100,
align: 'center',
...remoteMappings('stock_listed', 'listed'),
},
{
name: 'market',
label: '市场',