fix(接口测试): 编辑场景时导入接口对话框按钮问题
This commit is contained in:
parent
f7d6842656
commit
e59309da61
|
@ -1,6 +1,12 @@
|
||||||
<template>
|
<template>
|
||||||
<relevance-dialog :width="width" :title="dialogTitle" ref="relevanceDialog">
|
<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">
|
<ms-dialog-header :title="title" @cancel="close" @confirm="save">
|
||||||
<template #other>
|
<template #other>
|
||||||
<div v-if="flag" style="margin-top: 5px;">
|
<div v-if="flag" style="margin-top: 5px;">
|
||||||
|
|
Loading…
Reference in New Issue