diff --git a/manifest.json b/manifest.json index 63290e8..a242846 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "护理单元", "appid" : "__UNI__FB2D473", "description" : "护理单元", - "versionName" : "1.0.042", - "versionCode" : 10042, + "versionName" : "1.0.044", + "versionCode" : 10044, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/NursingNew/component/index.vue b/pages/NursingNew/component/index.vue index 2b7b0b8..c9aae0a 100644 --- a/pages/NursingNew/component/index.vue +++ b/pages/NursingNew/component/index.vue @@ -640,6 +640,7 @@ queryPadPageList().then((res => { if(props.kf=='0'){ leftMenuArray.value = res.result.records; + console.log(leftMenuArray.value) filteredMenu('izHldy').forEach((element : any, index : number) => { if (element.nuId === uni.getStorageSync('NUall').nuId) { menutarget.value = index; diff --git a/pages/NursingNew/component/nurse/index.css b/pages/NursingNew/component/nurse/index.css index 80b100f..2ad0f84 100644 --- a/pages/NursingNew/component/nurse/index.css +++ b/pages/NursingNew/component/nurse/index.css @@ -2399,6 +2399,7 @@ display: flex; width: 100%; height: 100%; + justify-content: center; } .includestwo-father { diff --git a/pages/NursingNew/component/nurse/newindex.vue b/pages/NursingNew/component/nurse/newindex.vue index 7bdb57e..bed81c5 100644 --- a/pages/NursingNew/component/nurse/newindex.vue +++ b/pages/NursingNew/component/nurse/newindex.vue @@ -1,11 +1,12 @@