diff --git a/pages.json b/pages.json index a8568de..232a597 100644 --- a/pages.json +++ b/pages.json @@ -1709,7 +1709,7 @@ "list": [ { "name": "", - "path": "pages_app/newsList/newsList", + "path": "pages_app/patientMsg/patientMsg", "query": "" } ] diff --git a/pages_app/caseList/caseList.vue b/pages_app/caseList/caseList.vue index e788114..fc3d93d 100644 --- a/pages_app/caseList/caseList.vue +++ b/pages_app/caseList/caseList.vue @@ -33,10 +33,11 @@ :lower-threshold="100" > - + + @@ -108,6 +109,7 @@ import { onShow, onLoad } from '@dcloudio/uni-app' import navBar from '@/components/navBar/navBar.vue' import api from '@/api/api.js' import docUrl from '@/utils/docUrl.js' +import empty from '@/components/empty/empty.vue' const patientUuid = ref('') const getRecordList = (isRefresh = false) => { @@ -200,7 +202,7 @@ const goBack = () => { const addRecord = () => { // 跳转到添加记录页面 uni.navigateTo({ - url: '/pages_app/addRecord/addRecord?patientUuid=' + patientUuid.value + url: '/pages_app/caseRecord/caseRecord?patientUuid=' + patientUuid.value }) } @@ -396,7 +398,7 @@ onMounted(() => { height: 200rpx; border-radius: 12rpx; overflow: hidden; - box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.1); + } .content-image { diff --git a/pages_app/caseRecord/caseRecord.vue b/pages_app/caseRecord/caseRecord.vue index ca2e380..987c55b 100644 --- a/pages_app/caseRecord/caseRecord.vue +++ b/pages_app/caseRecord/caseRecord.vue @@ -41,6 +41,7 @@ class="description-input" v-model="des" placeholder="请输入患者病情" + :adjust-position="false" > @@ -347,7 +348,7 @@ const saveRecord = () => { bottom:150rpx; z-index:1; overflow-y: scroll; - padding: 30rpx; + padding:0 30rpx; } .form-item { diff --git a/pages_app/feedback/feedback.vue b/pages_app/feedback/feedback.vue index 65cc9ae..af9ff0e 100644 --- a/pages_app/feedback/feedback.vue +++ b/pages_app/feedback/feedback.vue @@ -3,7 +3,7 @@ - + @@ -14,6 +14,7 @@ v-model="feedbackText" :maxlength="200" placeholder="尊敬的医生您好,若在交流过程中发现患者发布不适当内容,请您及时填写相关信息,我们将第一时间处理,谢谢您的支持。" + :adjust-position="false" @input="onInput" > - @@ -80,7 +81,7 @@ - + @@ -94,11 +95,11 @@ 取消 - 确定 + 确定 - + @@ -118,6 +119,7 @@ const headerYear = ref(''); const headerDay = ref(''); const patientUuid = ref(''); + let tempDate=(''); // 返回上一页 const goBack = () => { uni.navigateBack(); @@ -138,6 +140,12 @@ } }) } + + const confirmDate=()=>{ + selectedDate.value = tempDate; + //visits.value[dealIndex.value].date = tempDate.value; + show.value=false; + } // 提交日程 const submitSchedule = () => { if (!selectedPatient.value) { @@ -196,7 +204,8 @@ headerYear.value = `${y}年`; headerDay.value = `${m}月${dd}日周${w}`; datetime.value = `${y}-${m}-${dd}`; - selectedDate.value = `${y}年${m}月${dd}日(星期${w})`; + //selectedDate.value = `${y}年${m}月${dd}日(星期${w})`; + tempDate= `${y}年${m}月${dd}日(星期${w})`; } }; diff --git a/pages_app/visit/visit.vue b/pages_app/visit/visit.vue index 362c10b..218f14f 100644 --- a/pages_app/visit/visit.vue +++ b/pages_app/visit/visit.vue @@ -310,19 +310,16 @@ } .content { background-color: #f5f5f5; - min-height: 100vh; - - } - .content { - background-color: #f5f5f5; - min-height: 100vh; + } + .nav-right { display: flex; align-items: center; } .submit-text { font-size: 32rpx; color: #8B2316; font-weight: 500; } .form-section { margin-top: calc(var(--status-bar-height) + 44px); + // margin-top: 20rpx; display: flex; align-items: center; justify-content: space-between; padding: 30rpx; background: #ffffff; border-bottom: 1rpx solid #f0f0f0; diff --git a/pages_app/visitNote/visitNote.vue b/pages_app/visitNote/visitNote.vue index 83142a1..9ff5396 100644 --- a/pages_app/visitNote/visitNote.vue +++ b/pages_app/visitNote/visitNote.vue @@ -30,7 +30,7 @@ - + diff --git a/pages_app/zhinan/zhinan.vue b/pages_app/zhinan/zhinan.vue index e4d1f07..a58ca05 100644 --- a/pages_app/zhinan/zhinan.vue +++ b/pages_app/zhinan/zhinan.vue @@ -157,6 +157,7 @@ diff --git a/pages_chat/outPatient/addSchedule.vue b/pages_chat/outPatient/addSchedule.vue index 9f536db..7e299df 100644 --- a/pages_chat/outPatient/addSchedule.vue +++ b/pages_chat/outPatient/addSchedule.vue @@ -63,7 +63,7 @@ 备注信息 -