统一按钮
This commit is contained in:
parent
c49edd6910
commit
691996c849
@ -74,8 +74,8 @@
|
||||
</el-form>
|
||||
<template #footer>
|
||||
<div class="dialog-footer">
|
||||
<el-button type="primary" @click="onSubmitType">保存</el-button>
|
||||
<el-button @click="visibleTypeAdd = false">取消</el-button>
|
||||
<el-button type="primary" @click="onSubmitType">提交</el-button>
|
||||
</div>
|
||||
</template>
|
||||
</el-dialog>
|
||||
@ -99,8 +99,8 @@
|
||||
</el-form>
|
||||
<template #footer>
|
||||
<div class="dialog-footer">
|
||||
<el-button type="primary" @click="onSubmitTypeEdit">保存</el-button>
|
||||
<el-button @click="visibleTypeEdit = false">取消</el-button>
|
||||
<el-button type="primary" @click="onSubmitTypeEdit">提交</el-button>
|
||||
</div>
|
||||
</template>
|
||||
</el-dialog>
|
||||
@ -133,8 +133,8 @@
|
||||
</el-form>
|
||||
<template #footer>
|
||||
<div class="dialog-footer">
|
||||
<el-button type="primary" @click="onSubmitvalue">保存</el-button>
|
||||
<el-button @click="visibleValueAdd = false">取消</el-button>
|
||||
<el-button type="primary" @click="onSubmitvalue">提交</el-button>
|
||||
</div>
|
||||
</template>
|
||||
</el-dialog>
|
||||
@ -143,8 +143,8 @@
|
||||
<span>确定是否删除?</span>
|
||||
<template #footer>
|
||||
<div class="dialog-footer">
|
||||
<el-button @click="dialogVisibleDelete = false">取消</el-button>
|
||||
<el-button type="primary" @click="dialogVisibleDelete1"> 确定 </el-button>
|
||||
<el-button @click="dialogVisibleDelete = false">取消</el-button>
|
||||
</div>
|
||||
</template>
|
||||
</el-dialog>
|
||||
@ -176,8 +176,8 @@
|
||||
</el-form>
|
||||
<template #footer>
|
||||
<div class="dialog-footer">
|
||||
<el-button type="primary" @click="EditonSubmitvalue">保存</el-button>
|
||||
<el-button @click="visibleValueEdit = false"> 取消 </el-button>
|
||||
<el-button type="primary" @click="EditonSubmitvalue">提交</el-button>
|
||||
</div>
|
||||
</template>
|
||||
</el-dialog>
|
||||
|
Loading…
Reference in New Issue
Block a user