提交 298d7ec8 编写于 作者: yi.li's avatar yi.li

Merge branch 'dev-patients-20190513' of...

Merge branch 'dev-patients-20190513' of 192.168.110.53:com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-patients-20190513
此差异已折叠。
.newly-increased-wrap{ .newly-increased-wrap{
#msg{ #msg{
width:200px !important; width: 180px !important;
height:200px !important; height: 180px !important;
padding: 10px;
} }
.top-title{ .top-title{
border: 0 !important; border: 0 !important;
...@@ -330,6 +331,7 @@ ...@@ -330,6 +331,7 @@
background: #449284; background: #449284;
width: 200px; width: 200px;
border: 0; border: 0;
margin-top: -3px;
} }
} }
.time-limit{ .time-limit{
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
min-width="70px"> min-width="70px">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="id" prop="idNo"
label="身份证号" label="身份证号"
align="center" align="center"
min-width="220"> min-width="220">
......
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
people = { people = {
nickname: item.patientName, nickname: item.patientName,
age: item.age, age: item.age,
id: item.idNo, idNo: item.idNo,
mobilePhone: item.mobilePhone, mobilePhone: item.mobilePhone,
labelId: item.labelName, labelId: item.labelName,
patientId: item.patientId patientId: item.patientId
......
...@@ -143,7 +143,7 @@ export default { ...@@ -143,7 +143,7 @@ export default {
}, },
// 挂载到Dom完成时 // 挂载到Dom完成时
mounted: function() { mounted: function() {
commonUtil.resizeHeight() // commonUtil.resizeHeight()
}, },
methods: { methods: {
...mapActions('workbench', ['getTodayPlansList', 'getTodayAppointsList', 'getTodayOverview']), ...mapActions('workbench', ['getTodayPlansList', 'getTodayAppointsList', 'getTodayOverview']),
...@@ -355,7 +355,8 @@ export default { ...@@ -355,7 +355,8 @@ export default {
text-align: center; text-align: center;
img { img {
width: 100px; width: 100px;
margin-top: 17%; // margin-top: 17%;
margin: 6% 0 6%;
} }
} }
} }
......
...@@ -466,10 +466,28 @@ ...@@ -466,10 +466,28 @@
this.$refs.multipleTable.bodyWrapper.scrollTop = 0; this.$refs.multipleTable.bodyWrapper.scrollTop = 0;
}, },
clickClose(){ clickClose(){
// this.searchData.searchCondition = ''
this.searchData = {
sex: null,
ageRange: [],
diseaseId: [],
labelId: [],
fuPlanIdList: [],
searchCondition: ''
}
this.$emit('closeSelectPatient',false) this.$emit('closeSelectPatient',false)
}, },
sureClick(){ sureClick(){
if(this.newSelects.length) { if(this.newSelects.length) {
// this.searchData.searchCondition = ''
this.searchData = {
sex: null,
ageRange: [],
diseaseId: [],
labelId: [],
fuPlanIdList: [],
searchCondition: ''
}
this.$emit('sureSelectPatient',false,this.newSelects,this.oldPatientList) this.$emit('sureSelectPatient',false,this.newSelects,this.oldPatientList)
} else { } else {
this.$message.warning('请先选择!') this.$message.warning('请先选择!')
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-col :span="6" class="right"> <el-col :span="6" class="right">
<el-button <el-button
type="primary" size="small" class="create-new-label" type="primary" size="small" class="create-new-label"
:disabled="labelNameList.length >= 999" :disabled="totalListCount >= 9"
@click="createNewLabel" @click="createNewLabel"
> >
新增分组 新增分组
......
...@@ -243,6 +243,7 @@ ...@@ -243,6 +243,7 @@
border-bottom: 1px solid #efefef; border-bottom: 1px solid #efefef;
} }
.blank-wrap { .blank-wrap {
position: relative;
@media screen and (min-width:1240px) and (max-width:1545px){ @media screen and (min-width:1240px) and (max-width:1545px){
height: 300px; height: 300px;
} }
...@@ -253,6 +254,10 @@ ...@@ -253,6 +254,10 @@
height: 600px; height: 600px;
} }
.blank-content { .blank-content {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center; text-align: center;
img { img {
width: 100px; width: 100px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册