fix(场景自动化): 去除多余按钮

This commit is contained in:
fit2-zhao 2021-02-08 14:13:21 +08:00
parent 5eb34cbae4
commit 9f1ca9fbe0
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@
<template v-slot:footer> <template v-slot:footer>
<div> <div>
<el-button type="primary" @click="save">{{$t('commons.confirm')}}</el-button> <el-button type="primary" @click="save">{{$t('commons.confirm')}}</el-button>
<el-button style="margin-right:10px" @click="save">{{$t('commons.cancel')}}</el-button>
</div> </div>
</template> </template>
</el-dialog> </el-dialog>