反馈修改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-05-11 14:15:58 +08:00
parent 717c5a6529
commit 8f808d73b5
1 changed files with 4 additions and 3 deletions

View File

@ -85,13 +85,14 @@
</el-form-item>
</el-form>
<!--type !== 'detail'-->
<div slot="footer" v-if="level >= 8 || isImgfail">
<div slot="footer" v-if="level >= 7 || isImgfail">
<!-- 取消 -->
<el-button size="small" @click.stop="cancel">
<el-button size="small" @click.stop="cancel" v-if="type !== 'detail' || level >= 8">
{{ $t('feedBack:button:cancel') }}
</el-button>
<!-- 保存 -->
<el-button type="primary" size="small" @click.stop="save" :loading="loading">
<el-button type="primary" size="small" @click.stop="save" :loading="loading"
v-if="type !== 'detail' || level >= 8">
{{ $t('feedBack:button:save') }}
</el-button>
</div>