反馈修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
717c5a6529
commit
8f808d73b5
|
|
@ -85,13 +85,14 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
<!--type !== 'detail'-->
|
<!--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') }}
|
{{ $t('feedBack:button:cancel') }}
|
||||||
</el-button>
|
</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') }}
|
{{ $t('feedBack:button:save') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue