大宝管理后台代码
1
jhzh
2024-10-03 b1c60c81a25bb8af532a0d76238482e593679d3a
1
5 files modified
1 files renamed
42 ■■■■ changed files
.env 4 ●●●● patch | view | raw | blame | history
.env.development 2 ●●● patch | view | raw | blame | history
.env.preview 2 ●●● patch | view | raw | blame | history
9.27admin.rar patch | view | raw | blame | history
src/assets/logo.png patch | view | raw | blame | history
src/views/newshares/newshareslist.vue 34 ●●●●● patch | view | raw | blame | history
.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/
.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/
.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/
9.27admin.rar
Binary files differ
src/assets/logo.png

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: '',