1
jhzh
2026-01-09 26e85aa1441ca246970694681ce2ba39e0a68979
src/views/risksetting/productsetting.vue
@@ -4,30 +4,46 @@
            <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"> -->
@@ -125,7 +141,7 @@
        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 },