diff --git a/src/views/booknumber/index.vue b/src/views/booknumber/index.vue
index d627c3d..212e3f5 100644
--- a/src/views/booknumber/index.vue
+++ b/src/views/booknumber/index.vue
@@ -12,7 +12,7 @@
{{item2}}
- {{item1}}
+ {{item1.apmNum}}
@@ -48,7 +48,7 @@
- 选择医院
+ 投放医院
{
if(this.userInfo.role_name !== 'hospital'){
- item.addOption.column.find(item => item.prop == "select").display = true;
+ // item.addOption.column.find(item => item.prop == "select").display = true;
+ this.isShowHos = true;
this.selectDay = new Date().getTime();
}else{
+ this.isShowHos = false
this.selectDay = new Date().getTime() + 3600 * 1000 * 24 * 7;
- item.addOption.column.find(item => item.prop == "select").display = false
+ // item.addOption.column.find(item => item.prop == "select").display = false
}
if(item.dictValue == this.activeName){
item.addForm.addData = [];
@@ -543,7 +550,7 @@ export default {
return
}
})
- // this.tabArr = this.tabArr.filter(item => item.dictValue == this.activeName)
+ this.tabArr = this.tabArr.filter(item => item.dictValue == this.activeName)
})
},
@@ -877,6 +884,14 @@ export default {
margin-top: 40px;
padding: 0 40px;
+ .hos_box{
+ font-size: 16px;
+ font-family: Microsoft YaHei-Bold, Microsoft YaHei;
+ font-weight: bold;
+ color: #333333;
+ margin-bottom: 20px;
+ }
+
.monment_txt{
margin: 15px 0 20px 0;
font-size: 16px;