From 41332257f7889df6032fa3c64a7f3998e4b65524 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期一, 20 五月 2024 18:03:40 +0800 Subject: [PATCH] qxtj --- src/views/doctor/check/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index f387b40..2d726cb 100644 --- a/src/views/doctor/check/index.vue +++ b/src/views/doctor/check/index.vue @@ -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