| | |
| | | <a-card class="card" title="A股" :bordered="false" :loading="loading"> |
| | | <span slot="extra">状态为开启即表示用户可以进行该产品的交易</span> |
| | | <a-row class="form-row" :gutter="48"> |
| | | <a-col :md="8" :lg="8" :sm="12"> |
| | | <!-- <a-col :md="8" :lg="8" :sm="12"> |
| | | <a-form-item label="融资融券交易" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <a-switch v-decorator="['stockDisplay', { valuePropName: 'checked' }]"> |
| | | <a-icon slot="checkedChildren" type="check" /> |
| | | <a-icon slot="unCheckedChildren" type="close" /> |
| | | </a-switch> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :md="8" :lg="8" :sm="12"> |
| | | </a-col> --> |
| | | <!-- <a-col :md="8" :lg="8" :sm="12"> |
| | | <a-form-item label="科创板交易" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <a-switch v-decorator="['kcStockDisplay', { valuePropName: 'checked' }]"> |
| | | <a-icon slot="checkedChildren" type="check" /> |
| | | <a-icon slot="unCheckedChildren" type="close" /> |
| | | </a-switch> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :md="8" :lg="8" :sm="12"> |
| | | </a-col> --> |
| | | <!-- <a-col :md="8" :lg="8" :sm="12"> |
| | | <a-form-item label="指数交易" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <a-switch v-decorator="['indexDisplay', { valuePropName: 'checked' }]"> |
| | | <a-icon slot="checkedChildren" type="check" /> |
| | | <a-icon slot="unCheckedChildren" type="close" /> |
| | | </a-switch> |
| | | </a-form-item> |
| | | </a-col> --> |
| | | <a-col :md="8" :lg="8" :sm="12"> |
| | | <a-form-item label="交易提现" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <a-switch v-decorator="['tranWithdrawDisplay', { valuePropName: 'checked' }]"> |
| | | <a-icon slot="checkedChildren" type="check" /> |
| | | <a-icon slot="unCheckedChildren" type="close" /> |
| | | </a-switch> |
| | | </a-form-item> |
| | | </a-col> |
| | | <!-- <a-col :md="8" :lg="8" :sm="12"> |
| | | <a-form-item label="股东持减" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <a-switch v-decorator="['stockDzDisplay', { valuePropName: 'checked' }]"> |
| | | <a-icon slot="checkedChildren" type="check" /> |
| | | <a-icon slot="unCheckedChildren" type="close" /> |
| | | </a-switch> |
| | | </a-form-item> |
| | | </a-col> --> |
| | | </a-row> |
| | | </a-card> |
| | | <!-- <a-card class="card" title="期货" :bordered="false" :loading="loading"> --> |
| | |
| | | return { |
| | | addUserform: this.$form.createForm(this), |
| | | loading: false, |
| | | fields: ['stockDisplay', 'kcStockDisplay', 'indexDisplay', 'futuresDisplay', 'realNameDisplay', 'fundsDisplay', 'delayDisplay', 'expandDisplay', 'marginDisplay', 'endDisplay',], |
| | | fields: ['stockDisplay', 'kcStockDisplay', 'indexDisplay', 'futuresDisplay', 'realNameDisplay', 'fundsDisplay', 'delayDisplay', 'expandDisplay', 'marginDisplay', 'endDisplay', 'tranWithdrawDisplay', 'stockDzDisplay'], |
| | | labelCol: { |
| | | xs: { span: 10 }, |
| | | sm: { span: 10 }, |