From 6bf2569b46b681b12c3988a58288dac6f3d68e97 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Tue, 23 Jan 2024 10:20:26 +0800 Subject: [PATCH] up --- public/index.html | 3 + src/store/modules/user.js | 24 ++- src/views/record/components/addRecord.vue | 37 +++-- src/views/record/index.vue | 3 +- src/views/record/personinfo.vue | 32 ++-- .../viewrecords/components/addViewRecord.vue | 119 ++++++++++++--- src/views/viewrecords/components/check.vue | 24 +-- src/views/viewrecords/index.vue | 142 +++++++++++------- 8 files changed, 264 insertions(+), 120 deletions(-) diff --git a/public/index.html b/public/index.html index 55e0e78..4d125ad 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,9 @@ + + +
${k.detail.year?k.detail.year:''}/${k.guanlianbiaoming}
` - if(Object.keys(this.tableShow[s]).length==0){ - // return - }else{ - for(var tables in this.tableShow[s]){ - workflows += `
${this.tableShow[s][tables]}:${k.detail[tables]?k.detail[tables]:''}
` + if(k.detail){ + workflows += `
${k.detail?(k.detail.year?k.detail.year:''):''}/${k.guanlianbiaoming}
` + if(Object.keys(this.tableShow[s]).length==0){ + // return + }else{ + for(var tables in this.tableShow[s]){ + workflows += `
${this.tableShow[s][tables]}:${k.detail?(k.detail[tables]?k.detail[tables]:''):''}
` + } } } + } } workflows += "
${k.start_time?.substring(0,10)}/${k.status_text}
` } - + console.log("raises",raises) }else{ raises += `
暂无居家托养
` } diff --git a/src/views/viewrecords/components/addViewRecord.vue b/src/views/viewrecords/components/addViewRecord.vue index 8ad7f3a..cd1719e 100644 --- a/src/views/viewrecords/components/addViewRecord.vue +++ b/src/views/viewrecords/components/addViewRecord.vue @@ -8,6 +8,46 @@ 访视信息