5 files modified
1 files renamed
| | |
| | | # 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/ |
| | |
| | | # 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/ |
| | |
| | | |
| | | 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/ |
| | |
| | | </div> |
| | | </template> |
| | | </span> |
| | | |
| | | |
| | | |
| | | <template slot="action" slot-scope="text, record"> |
| | | <a slot="action" href="javascript:;" @click="geteditStock(record)">{{ '修改新股' }}</a> |
| | |
| | | </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> |
| | |
| | | align: 'center', |
| | | scopedSlots: { customRender: 'stockType' }, |
| | | }, |
| | | |
| | | { |
| | | title: '最小数量', |
| | | dataIndex: 'minNumber', |
| | | align: 'center', |
| | | scopedSlots: { customRender: 'minNumber' }, |
| | | },{ |
| | | title: '杠杆', |
| | | dataIndex: 'lever', |
| | | align: 'center', |
| | | scopedSlots: { customRender: 'lever' }, |
| | | }, |
| | | { |
| | | title: '结束时间', |
| | | dataIndex: 'subscribeTime', |
| | |
| | | 'pe', |
| | | 'listDate', |
| | | 'password', |
| | | 'minPrice' |
| | | 'minPrice', |
| | | 'minNumber', |
| | | 'lever' |
| | | ], |
| | | currentdetail: '', |
| | | subscribeTime: '', |