From 08ea93854a1e647518a751db4e1fbded7b381a6c Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Mon, 08 Jul 2024 16:16:57 +0800
Subject: [PATCH] vip抢筹秘钥修改
---
src/views/product/shares.vue | 32 ++++----------------------------
1 files changed, 4 insertions(+), 28 deletions(-)
diff --git a/src/views/product/shares.vue b/src/views/product/shares.vue
index 04978c8..2895371 100644
--- a/src/views/product/shares.vue
+++ b/src/views/product/shares.vue
@@ -4,25 +4,6 @@
<div class="table-page-search-wrapper">
<a-form layout="inline">
<a-row :gutter="48">
- <!-- <a-col :md="12" :lg="6" :sm="24">
- <a-form-item label="股票类型">
- <a-select v-model="queryParam.stockPlate" placeholder="请选择股票类型">
- <a-select-option :value="'A股'">股票</a-select-option>
- <a-select-option :value="'科创'">科创</a-select-option>
- </a-select>
- </a-form-item>
- </a-col> -->
- <!-- <a-col :md="12" :lg="6" :sm="24">
- <a-form-item label="沪深股">
- <a-select v-model="queryParam.stockType" placeholder="请选择显示状态">
- <a-select-option value="sh">沪股</a-select-option>
- <a-select-option value="sz">深股</a-select-option>
- <a-select-option value="bj">京股</a-select-option>
- <a-select-option value="hk">港股</a-select-option>
- <a-select-option value="us">美股</a-select-option>
- </a-select>
- </a-form-item>
- </a-col> -->
<a-col :md="12" :lg="6" :sm="24">
<a-form-item label="锁定状态">
<a-select v-model="queryParam.lockState" placeholder="请选择锁定状态">
@@ -63,13 +44,6 @@
@click=";(queryParam.pageNum = 1), (pagination.current = 1), getlist()"
>查询
</a-button>
-
- <!-- <a-button
- type="primary"
- icon="plus"
- style="margin-left: 8px"
- @click="addUserdialog = true">
- 添加股票</a-button> -->
</span>
</a-form-item>
</a-col>
@@ -93,6 +67,8 @@
<span style="margin-right: 10px">{{ record.stockName }}</span>
<a-tag color="green">{{ record.stockCode }} </a-tag>
</div>
+
+ <!-- stockSpell -->
</template>
</span>
<span slot="stockType" slot-scope="text, record">
@@ -203,7 +179,7 @@
<a-form-item label="股票代码" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input
placeholder="请输入股票代码"
- v-decorator="['stockCode', { rules: [{ required: true, message: '请输入股票代码' }] }]"
+ v-decorator="['stockSpell', { rules: [{ required: true, message: '请输入股票代码' }] }]"
/>
</a-form-item>
<a-form-item label="股票类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
@@ -513,7 +489,7 @@
},
onSizeChange(current, pageSize) {
this.queryParam.pageNum = current
- this.pagination.current = page
+ this.pagination.current = current
this.queryParam.pageSize = pageSize
this.getlist()
},
--
Gitblit v1.9.3