diff --git a/collect_information/src/subPages/police/dailyInspection/dailyInspection.scss b/collect_information/src/subPages/police/dailyInspection/dailyInspection.scss index a3676d8..4773363 100644 --- a/collect_information/src/subPages/police/dailyInspection/dailyInspection.scss +++ b/collect_information/src/subPages/police/dailyInspection/dailyInspection.scss @@ -1,10 +1,11 @@ -// page { -// background-color: #e9eef4; -// } +page { + position: relative; +} -// .container { -// background-color: #e9eef4; -// } +.container { + width: 100%; + +} .picker { padding: 30rpx 30rpx; diff --git a/collect_information/src/subPages/police/dailyInspection/dailyInspection.vue b/collect_information/src/subPages/police/dailyInspection/dailyInspection.vue index 46aae12..c4e5a64 100644 --- a/collect_information/src/subPages/police/dailyInspection/dailyInspection.vue +++ b/collect_information/src/subPages/police/dailyInspection/dailyInspection.vue @@ -37,40 +37,31 @@ - - - - - - + + + + - 考核人员签字 + + 考核人员签字 - - - - - + - 被考评学校负责人 + + 被考评学校负责人 - - - - - - - 确认提交 - - + + + 确认提交 + diff --git a/collect_information/src/subPages/select/dailyLife/dailyLife.vue b/collect_information/src/subPages/select/dailyLife/dailyLife.vue index 7b8d1a8..25d9754 100644 --- a/collect_information/src/subPages/select/dailyLife/dailyLife.vue +++ b/collect_information/src/subPages/select/dailyLife/dailyLife.vue @@ -44,23 +44,10 @@ useLoad((options) => { }) findIndex.value = options.index - // console.log('starRating.value_______________', starRating.value) - - // if (process.env.TARO_ENV === 'weapp') { - // const instance = Taro.getCurrentInstance() - // const eventChannel = instance.page.getOpenerEventChannel() - // eventChannel.on('starRating', function (data) { - // Taro.setNavigationBarTitle({ - // title: data.data.name, - // }) - // airdefenceEnumdata.value = [...data.data.itemList] - // }) - // } }) const daily = computed(() => store.getdailyinspection) - watch( daily, (newData) => { diff --git a/collect_information/src/subPages/select/signature/signature.vue b/collect_information/src/subPages/select/signature/signature.vue index 0375b27..857c16a 100644 --- a/collect_information/src/subPages/select/signature/signature.vue +++ b/collect_information/src/subPages/select/signature/signature.vue @@ -1,17 +1,24 @@