fix(接口测试): 编辑场景时导入接口对话框按钮问题

This commit is contained in:
shiziyuan9527 2022-03-08 10:53:48 +08:00 committed by shiziyuan9527
parent f7d6842656
commit e59309da61
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
<template>
<relevance-dialog :width="width" :title="dialogTitle" ref="relevanceDialog">
<template slot="title" slot-scope="{title}">
<!-- todo -->
<template slot="headerBtn" v-if="$slots.headerBtn">
<div>
<slot name="headerBtn"></slot>
</div>
</template>
<template slot="title" slot-scope="{title}" v-if="!$slots.headerBtn">
<ms-dialog-header :title="title" @cancel="close" @confirm="save">
<template #other>
<div v-if="flag" style="margin-top: 5px;">