Browse Source

就诊人挂号信息列表页面交互

master
kuaileWu 1 year ago
parent
commit
a04b5e9df5
  1. 36
      pages/visitors/visitors.vue

36
pages/visitors/visitors.vue

@ -128,25 +128,25 @@
var popmsgIndex = 0
for (var i = 0; i < this.visitUsers.length; i++) {
this.visitUsers[i].select = false
this.visitUsers[i].hospital_info = [
{
"times": -1,
"hospital_name": "测试医院",
"hospital_dept": "呼吸科",
"hospital_state": true,
"is_expire":true,
"last_visit_time": "2021-01-12 13:16:26"
},
// this.visitUsers[i].hospital_info = [
// {
// "times": -1,
// "hospital_name": "",
// "hospital_dept": "",
// "hospital_state": true,
// "is_expire":true,
// "last_visit_time": "2021-01-12 13:16:26"
// },
{
"times": 10,
"hospital_name": "测试医院",
"hospital_dept": "呼吸科",
"hospital_state": true,
"is_expire":true,
"last_visit_time": "2021-01-12 13:16:26"
}
]
// {
// "times": 10,
// "hospital_name": "",
// "hospital_dept": "",
// "hospital_state": true,
// "is_expire":true,
// "last_visit_time": "2021-01-12 13:16:26"
// }
// ]
try{
var dateService = new Date(server_time.replaceAll('-', "/"));

Loading…
Cancel
Save