提交 9ec60623 编写于 作者: tao.wu's avatar tao.wu

Merge branch 'dev-followUp-20190312' of...

Merge branch 'dev-followUp-20190312' of 192.168.110.53:com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-followUp-20190312
......@@ -7,6 +7,7 @@
:before-close="clickClose"
:close-on-click-modal="false"
:close-on-press-escape="false"
width="65%"
center>
<div class="finish-content">
<el-form ref="searchData" :model="searchData" :inline="true" class="select-width" size="small">
......@@ -84,7 +85,8 @@
<el-table-column
prop="mobilePhone"
label="手机"
align="center">
align="center"
min-width="170px">
</el-table-column>
<el-table-column
prop="diseaseId"
......
......@@ -5,7 +5,7 @@
center
:close-on-click-modal="false"
:close-on-press-escape="false"
width="1090px"
width="65%"
:before-close="closeDetail">
<div class="detail-content">
<div class="base-info">
......@@ -186,7 +186,7 @@
.base-content {
display: flex;
flex-direction: row;
/*flex-wrap: wrap;*/
flex-wrap: wrap;
justify-content: space-between;
line-height: 35px;
&.dashed-border{
......
......@@ -176,6 +176,15 @@ export default {
},
closeChangeStatus(val){
this.isShowChangeDialog = val;
let status = null
if(this.planBtn == true) {
status = 0
} else {
status = 1
}
this.getTodayPlansList({
status: status
})
},
changeFollowStatus(row) {
this.statusForm = {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册