From b1c60c81a25bb8af532a0d76238482e593679d3a Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 03 Oct 2024 21:25:02 +0800
Subject: [PATCH] 1
---
src/assets/logo.png | 0
.env.development | 2 +-
.env.preview | 2 +-
.env | 4 ++--
src/views/newshares/newshareslist.vue | 34 +++++++++++++++++++++++++++++++---
9.27admin.rar | 0
6 files changed, 35 insertions(+), 7 deletions(-)
diff --git a/.env b/.env
index ea85ca1..eacc263 100644
--- a/.env
+++ b/.env
@@ -4,6 +4,6 @@
# VUE_APP_API_BASE_URL=http://www.jqydl.com:8091/
# VUE_APP_API_BASE_URL= https://api.dfddgj346.xyz/
# VUE_APP_API_BASE_URL=https://www.rksv.store:8091/
-VUE_APP_API_BASE_URL=https://api.ambaracapital.net/
-# VUE_APP_API_BASE_URL=http://192.168.10.7:8091/
+# VUE_APP_API_BASE_URL=https://api.amcfcxn.org/
+ VUE_APP_API_BASE_URL=http://192.168.10.7:8091/
# VUE_APP_API_BASE_URL=https://api.guosen.org/
\ No newline at end of file
diff --git a/.env.development b/.env.development
index fd95b9c..2a1d01e 100644
--- a/.env.development
+++ b/.env.development
@@ -6,6 +6,6 @@
# VUE_APP_API_BASE_URL=https://www.rksv.store:8091/
# VUE_APP_API_BASE_URL=https://api.dfddgj346.xyz/
VUE_APP_API_BASE_URL=http://192.168.10.7:8091/
-# VUE_APP_API_BASE_URL=https://api.ambaracapital.net/
+ # VUE_APP_API_BASE_URL=https://api.amcfcxn.org/
# VUE_APP_API_BASE_URL= https://www.prudentcapitals.net/
# VUE_APP_API_BASE_URL=https://api.guosen.org/
\ No newline at end of file
diff --git a/.env.preview b/.env.preview
index 68fc484..d27e2a9 100644
--- a/.env.preview
+++ b/.env.preview
@@ -2,6 +2,6 @@
VUE_APP_PREVIEW=true
-# VUE_APP_API_BASE_URL=https://api.ambaracapital.net/
+ # VUE_APP_API_BASE_URL=https://api.amcfcxn.org/
VUE_APP_API_BASE_URL=http://192.168.10.7:8091/
\ No newline at end of file
diff --git a/dist.rar b/9.27admin.rar
similarity index 71%
rename from dist.rar
rename to 9.27admin.rar
index 9eee74e..ddefcfe 100644
--- a/dist.rar
+++ b/9.27admin.rar
Binary files differ
diff --git a/src/assets/logo.png b/src/assets/logo.png
index b0846a6..0c1f376 100644
--- a/src/assets/logo.png
+++ b/src/assets/logo.png
Binary files differ
diff --git a/src/views/newshares/newshareslist.vue b/src/views/newshares/newshareslist.vue
index 50e2bee..d33dd2d 100644
--- a/src/views/newshares/newshareslist.vue
+++ b/src/views/newshares/newshareslist.vue
@@ -96,7 +96,7 @@
</div>
</template>
</span>
-
+
<template slot="action" slot-scope="text, record">
<a slot="action" href="javascript:;" @click="geteditStock(record)">{{ '修改新股' }}</a>
@@ -242,6 +242,22 @@
</a-form-item>
</a-col>
</a-row>
+ <a-row :gutter="48">
+ <a-col :md="12" :lg="12" :sm="12">
+ <a-form-item label="最小购买数量" :labelCol="labelCol" :wrapperCol="wrapperCol">
+ <a-input
+ placeholder="请输入最小购买数量"
+ v-decorator="['minNumber', { rules: [{ required: true, message: '请输入最小购买数量' }] } ]" />
+ </a-form-item>
+ </a-col>
+ <a-col :md="12" :lg="12" :sm="12">
+ <a-form-item label="杠杆倍数" :labelCol="labelCol" :wrapperCol="wrapperCol">
+ <a-input
+ placeholder="请输入杠杆倍数"
+ v-decorator="['lever', { rules: [{ required: true, message: '请输入杠杆倍数' }] } ]" />
+ </a-form-item>
+ </a-col>
+ </a-row>
</a-form>
</a-modal>
</page-header-wrapper>
@@ -294,7 +310,17 @@
align: 'center',
scopedSlots: { customRender: 'stockType' },
},
-
+ {
+ title: '最小数量',
+ dataIndex: 'minNumber',
+ align: 'center',
+ scopedSlots: { customRender: 'minNumber' },
+ },{
+ title: '杠杆',
+ dataIndex: 'lever',
+ align: 'center',
+ scopedSlots: { customRender: 'lever' },
+ },
{
title: '结束时间',
dataIndex: 'subscribeTime',
@@ -377,7 +403,9 @@
'pe',
'listDate',
'password',
- 'minPrice'
+ 'minPrice',
+ 'minNumber',
+ 'lever'
],
currentdetail: '',
subscribeTime: '',
--
Gitblit v1.9.3