From 015aeab7a6a99afd0b24ee6ea7b5e4a9c950c3b5 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期一, 27 五月 2024 18:05:52 +0800 Subject: [PATCH] qxtj --- src/views/doctor/check/index.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index f387b40..b27449e 100644 --- a/src/views/doctor/check/index.vue +++ b/src/views/doctor/check/index.vue @@ -10,7 +10,7 @@ @blur="hb" @keyup.enter.native="submitForm"></el-input> </el-form-item> <el-form-item> - <el-button size="mini" type="primary" @click="submitForm">鎼滅储</el-button> + <el-button size="mini" type="primary" @click="submitForm" style="margin-right:15px;">鎼滅储</el-button> <el-button size="mini" @click="resetQuery">閲嶇疆</el-button> </el-form-item> </el-form> @@ -358,10 +358,10 @@ </td> <td style="border: 1px solid #dfe6ec; border-collapse: collapse" colspan="2"> <div style="margin: 0 0px 10px 15px"> - <el-button type="primary" @click="propoChange" + <el-button type="primary" @click="propoChange" style="margin-top:10px;height:37px" >蹇嵎寤鸿</el-button > - <el-button type="primary" @click="proposalChange" + <el-button type="primary" @click="proposalChange" style="margin-top:10px;height:37px" >鐢熸垚寤鸿</el-button > </div> @@ -490,10 +490,10 @@ </tr> <tr style="border: 1px solid #dfe6ec; border-collapse: collapse"> <div style="margin: 0 0px 10px 15px"> - <el-button type="primary" @click="propoChange" class="height:100px" + <el-button type="primary" @click="propoChange" style="margin-top:10px;height:37px" >蹇嵎寤鸿</el-button > - <el-button type="primary" @click="proposalChange" + <el-button type="primary" @click="proposalChange" style="margin-top:10px;height:37px" >鐢熸垚寤鸿</el-button > </div> @@ -587,7 +587,7 @@ </span> </el-dialog> <proposal ref="proposal" :cusobj="cusobj" @event1="eventchange($event)" /> - <createproposal ref="createproposal" :creatobj="creatobj" :textarea1="proParentList.remark" /> + <createproposal ref="createproposal" :creatobj="creatobj" /> </div> </template> @@ -801,7 +801,7 @@ // 灏忕粨鑾峰彇澶囨敞 sel(val) { if (this.proParentList.xiaoJie.length != 0) { - this.proParentList.remark = ""; + // this.proParentList.remark = ""; this.deptAdviceList.forEach((item) => { this.ids = item.id; val.forEach((item1) => { -- Gitblit v1.8.0