feat(feedback): 所有新增反馈弹窗添加可多次添加反馈信息提示
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user