| | |
| | | </a-select> |
| | | </a-form-item> |
| | | </a-col> |
| | | |
| | | <a-col :md="12" :lg="6" :sm="24"> |
| | | <a-form-item label="股票市场"> |
| | | <a-select v-model="queryParam.stockGid" placeholder="请选择股票市场"> |
| | | <a-select-option value="nse">nse</a-select-option> |
| | | <a-select-option value="bse">bse</a-select-option> |
| | | </a-select> |
| | | </a-form-item> |
| | | </a-col> |
| | | |
| | | <a-col :md="12" :lg="6" :sm="24"> |
| | | <a-form-item label="显示状态"> |
| | |
| | | align: 'center', |
| | | scopedSlots: { customRender: 'stockName' }, |
| | | }, |
| | | // { |
| | | // title: '沪深京股', |
| | | // dataIndex: 'stockType', |
| | | // align: 'center', |
| | | // scopedSlots: { customRender: 'stockType' } |
| | | // }, |
| | | { |
| | | title: '股票市场', |
| | | dataIndex: 'stockGid', |
| | | align: 'center', |
| | | scopedSlots: { customRender: 'stockGid' } |
| | | }, |
| | | { |
| | | title: '现价', |
| | | dataIndex: 'nowPrice', |
| | |
| | | stockType: undefined, |
| | | showState: undefined, |
| | | lockState: undefined, |
| | | stockGid: undefined |
| | | }, |
| | | datalist: [], |
| | | labelCol: { |
| | |
| | | stockType: undefined, |
| | | showState: undefined, |
| | | lockState: undefined, |
| | | stockGid:undefined |
| | | } |
| | | }, |
| | | getinit() { |