Commit 4c13c739 authored by 高滢's avatar 高滢

按钮在右边

parent e7dcc4d1
<template> <template>
<el-dialog <el-dialog
:close-on-click-modal="false" :close-on-click-modal="false"
title="详情" title="变更病房"
:visible.sync="isShow" :visible.sync="isShow"
:before-close="closeModle" :before-close="closeModle"
width="70%" width="70%"
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
@pagination="getWardList()" @pagination="getWardList()"
/> />
<div style="padding: 20px"> <div style="padding: 20px;text-align: right;">
<el-button class="fourWordswhiteBtn" @click="goBack">取 消</el-button> <el-button class="fourWordswhiteBtn" @click="goBack">取 消</el-button>
<el-button class="fourWordsBtn" @click="submitForm">确 定</el-button> <el-button class="fourWordsBtn" @click="submitForm">确 定</el-button>
</div> </div>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</el-form> </el-form>
</div> </div>
<div style="padding: 20px"> <div style="padding: 20px;text-align: right;">
<el-button class="fourWordswhiteBtn" @click="goBack">取 消</el-button> <el-button class="fourWordswhiteBtn" @click="goBack">取 消</el-button>
<el-button class="fourWordsBtn" @click="submitForm">确 定</el-button> <el-button class="fourWordsBtn" @click="submitForm">确 定</el-button>
</div> </div>
......
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
@pagination="getWardList()" @pagination="getWardList()"
/> />
<div style="padding-left: 20px;padding-top: 20px;"> <div style="padding-left: 20px;padding-top: 20px;text-align: right;">
<el-button class="queryBtn" icon="el-icon-check" @click="submitForm">提交</el-button> <el-button class="queryBtn" icon="el-icon-check" @click="submitForm">提交</el-button>
<el-button class="backBth" icon="el-icon-back" @click="goBack">返 回</el-button> <el-button class="backBth" icon="el-icon-back" @click="goBack">返 回</el-button>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment