feat(feedback): 所有新增反馈弹窗添加可多次添加反馈信息提示

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wsm
2026-08-12 10:09:54 +08:00
co-authored by Claude Opus 4.7
parent f6ccbd1f9e
commit a9abd2e934
8 changed files with 8 additions and 0 deletions
@@ -1,5 +1,6 @@
<template>
<j-modal :title="title" :width="width" :visible="visible" @ok="handleOk" :okButtonProps="{ class: { 'jee-hidden': disableSubmit } }" @cancel="handleCancel" cancelText="关闭">
<a-alert v-if="title === '新增'" message="可以多次添加反馈信息" type="info" showIcon style="margin-bottom: 12px" />
<BgXiSpeakFeedbackForm ref="registerForm" @ok="submitCallback" :formDisabled="disableSubmit" :formBpm="false"></BgXiSpeakFeedbackForm>
</j-modal>
</template>