From 8477322adb238a81c46ffdc1fbf83628713aa389 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 07 Apr 2024 11:23:49 +0800
Subject: [PATCH] 提交页面备注
---
src/views/product/shares.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/product/shares.vue b/src/views/product/shares.vue
index a5d0f38..e303d97 100644
--- a/src/views/product/shares.vue
+++ b/src/views/product/shares.vue
@@ -12,7 +12,7 @@
</a-select>
</a-form-item>
</a-col> -->
- <!-- <a-col :md="12" :lg="6" :sm="24">
+ <!-- <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>
@@ -64,7 +64,7 @@
@click="queryParam.pageNum = 1, pagination.current = 1,getlist()">查询
</a-button>
- <!-- <a-button
+ <!-- <a-button
type="primary"
icon="plus"
style="margin-left: 8px"
--
Gitblit v1.9.3