diff --git a/front/src/views/home/AbilityToApplyFor.vue b/front/src/views/home/AbilityToApplyFor.vue index 4f23d218..ed119a40 100644 --- a/front/src/views/home/AbilityToApplyFor.vue +++ b/front/src/views/home/AbilityToApplyFor.vue @@ -92,8 +92,8 @@
{{ val.description || - ((val.note1 || '') && - (JSON.parse(val.note1)[0].channelName || '--') + + ((val.note1) && + (JSON.parse(val.note1) && JSON.parse(val.note1)[0] && JSON.parse(val.note1)[0].channelName || '--') + '等' + JSON.parse(val.note1).length + '个摄像头') || @@ -148,7 +148,7 @@ ]) // eslint-disable-next-line vue/no-setup-props-destructure dataForm.value = props.dataList - console.log('=========================>', dataForm.value) + console.log('============dataList=============>', dataForm.value) // const router = useRouter() // const arr = // router.currentRoute.value.query.name instanceof Array @@ -177,7 +177,7 @@ let arr = JSON.parse(note1) xVideoList.value = [] arr.map((val) => { - xVideoList.value.push({ name: val.channelName, key: val.channelId }) + xVideoList.value.push({ name: val.channelName || '', key: val.channelId }) }) videoVisible.value = true } else { diff --git a/front/src/views/home/apply.vue b/front/src/views/home/apply.vue index 47f72b18..1f3f2e7c 100644 --- a/front/src/views/home/apply.vue +++ b/front/src/views/home/apply.vue @@ -51,7 +51,7 @@ style="width: 230px" :options="systemOptions" @focus="handleFocus" @blur="handleBlur" @change="systemHandleChange" @search="systemHandleSearch"> - 请输入关键字(如选项没有系统请新增) + 如选项没有系统请新增
diff --git a/front/src/views/personalCenter/components/MyApply.vue b/front/src/views/personalCenter/components/MyApply.vue index 1c11bafe..4e1b1353 100644 --- a/front/src/views/personalCenter/components/MyApply.vue +++ b/front/src/views/personalCenter/components/MyApply.vue @@ -148,7 +148,7 @@ let typeList = ref([ '能力下架', '能力需求', '需求评论', - '能力评价', + // '能力评价', ]) // 西海岸-设备申请 let isXiHaiAn = whoShow.itShowXiHaiAn