This commit is contained in:
wangweidong 2026-01-19 15:37:36 +08:00
parent b2276f3f5f
commit a3ac9464ea
7 changed files with 46 additions and 9 deletions

View File

@ -176,7 +176,6 @@
const emit = defineEmits(["datachange"]); // const emit = defineEmits(["datachange"]); //
// //
function selectDate(cell) { function selectDate(cell) {
// console.log("ZZZZ",isInRange(cell.dateNumber))
if (cell.prev || cell.next) return if (cell.prev || cell.next) return
const key = formatKey(cell.year, cell.month, cell.day); const key = formatKey(cell.year, cell.month, cell.day);
const num = cell.dateNumber; const num = cell.dateNumber;
@ -193,7 +192,6 @@
// start -> end // start -> end
if (num >= startNumber.value) { if (num >= startNumber.value) {
endKey.value = key; endKey.value = key;
// console.log(",", startKey.value, endKey.value)
emit("datachange", { emit("datachange", {
start: startKey.value, start: startKey.value,
end: endKey.value, end: endKey.value,
@ -203,7 +201,6 @@
// start -> start end // start -> start end
endKey.value = startKey.value; endKey.value = startKey.value;
startKey.value = key; startKey.value = key;
// console.log(",", startKey.value, endKey.value)
emit("datachange", { emit("datachange", {
start: startKey.value, start: startKey.value,
end: endKey.value, end: endKey.value,

View File

@ -102,7 +102,6 @@
} }
// plus.runtime.quit(); // plus.runtime.quit();
updatePassword(form).then(res => { updatePassword(form).then(res => {
console.log("res", res)
if (res.success) { if (res.success) {
uni.showToast({ uni.showToast({
title: res.message, title: res.message,

View File

@ -221,6 +221,13 @@
{ {
"navigationBarTitleText" : "" "navigationBarTitleText" : ""
} }
},
{
"path" : "pages/NursingNew/component/doctorask/medical/medical",
"style" :
{
"navigationBarTitleText" : ""
}
} }
], ],
"globalStyle": { "globalStyle": {

View File

@ -0,0 +1,28 @@
<template>
<view>
<view style="width: 100vw;
height: 100vh;
line-height: 100vh;
font-size: 4.5vw;
text-align: center;">
敬请期待
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>

View File

@ -25,7 +25,10 @@
</view> </view>
</view> </view>
</view> </view>
<view class="title-card" @click="nusing"> <view class="title-card"
@click="uni.navigateTo({
url:'/pages/NursingNew/component/doctorask/medical/medical'
})">
<view class="card-top"> <view class="card-top">
<view class="card-top-left"> <view class="card-top-left">
0 0
@ -49,7 +52,10 @@
</view> </view>
</view> </view>
</view> </view>
<view class="title-card" @click="nusing"> <view class="title-card"
@click="uni.navigateTo({
url:'/pages/NursingNew/component/doctorask/medical/medical'
})">
<view class="card-top" > <view class="card-top" >
<view class="card-top-left"> <view class="card-top-left">
{{hldyobj.hqlFinishedTotal}} {{hldyobj.hqlFinishedTotal}}
@ -1174,7 +1180,7 @@
},200) },200)
}) })
onHide(() => { onHide(() => {
playall.value = false; photoplay.value = false;
}) })
const filteredMenu = (index : number) => { const filteredMenu = (index : number) => {
return leftMenuArray.value.filter(item => Number(item.areaFlag) - 1 == index); return leftMenuArray.value.filter(item => Number(item.areaFlag) - 1 == index);

View File

@ -570,7 +570,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
) )
]); ]);
} }
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]); const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]);
export { export {
camera as default camera as default
}; };

View File

@ -578,7 +578,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
) )
]); ]);
} }
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]); const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]);
export { export {
fullcamera as default fullcamera as default
}; };