大宝管理后台代码
jhzh
2024-09-28 bcbd848449b293b70a4376b0b180d872ef2bc543
src/views/product/shares.vue
@@ -12,6 +12,15 @@
                </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="显示状态">
@@ -264,12 +273,12 @@
          align: 'center',
          scopedSlots: { customRender: 'stockName' },
        },
        // {
        //     title: '沪深京股',
        //     dataIndex: 'stockType',
        //     align: 'center',
        //     scopedSlots: { customRender: 'stockType' }
        // },
        {
            title: '股票市场',
            dataIndex: 'stockGid',
            align: 'center',
            scopedSlots: { customRender: 'stockGid' }
        },
        {
          title: '现价',
          dataIndex: 'nowPrice',
@@ -342,6 +351,7 @@
        stockType: undefined,
        showState: undefined,
        lockState: undefined,
        stockGid: undefined
      },
      datalist: [],
      labelCol: {
@@ -435,6 +445,7 @@
        stockType: undefined,
        showState: undefined,
        lockState: undefined,
        stockGid:undefined
      }
    },
    getinit() {