1
jhzh
2026-01-09 26e85aa1441ca246970694681ce2ba39e0a68979
src/views/newshares/newshareslist.vue
@@ -179,6 +179,12 @@
                            </a-date-picker>
                        </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="['discount', { rules: [{ required: true, message: '请输入折扣', }] }]" />
                        </a-form-item>
                    </a-col>
                </a-row>
            </a-form>
        </a-modal>
@@ -259,6 +265,14 @@
                    }
                },
                {
                    title: '折扣',
                    dataIndex: 'discount',
                    align: "center",
                    customRender: (text, row, index) => {
                        return text ? text.toFixed(2) : '0.00'
                    }
                },
                {
                    title: '操作',
                    key: 'action',
                    align: "center",
@@ -300,7 +314,7 @@
            addUserdialog: false,
            addUserDialogloading: false,
            fields: ['name', 'code', 'price', 'orderNumber', 'zt', 'subscribeTime', 'subscriptionTime', 'stockType', 'code','listDate'],
            fields: ['name', 'code', 'price', 'orderNumber', 'discount', 'zt', 'subscribeTime', 'subscriptionTime', 'stockType', 'code','listDate'],
            currentdetail: '',
            subscribeTime: '',
            subscriptionTime: '',