融合服务我的申请修改

This commit is contained in:
unknown 2022-10-10 10:11:16 +08:00
parent 4a78bfa72e
commit 4c4fe02f74
3 changed files with 6 additions and 6 deletions

View File

@ -92,8 +92,8 @@
<div class="description">
{{
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 {

View File

@ -51,7 +51,7 @@
style="width: 230px" :options="systemOptions" @focus="handleFocus" @blur="handleBlur"
@change="systemHandleChange" @search="systemHandleSearch"></a-select>
</a-form-item>
<span style="font-size:12px;color:#666;padding-left:106px"> 请输入关键字如选项没有系统请新增</span>
<span style="font-size:12px;color:#666;padding-left:106px"> 如选项没有系统请新增</span>
</div>
<a-form-item class="applicationScene" label="应用领域" name="applicationScene"
:rules="[{ required: true, message: '请选择应用领域' }]" style="width: 6.93rem">

View File

@ -148,7 +148,7 @@ let typeList = ref([
'能力下架',
'能力需求',
'需求评论',
'能力评价',
// '',
])
// 西-
let isXiHaiAn = whoShow.itShowXiHaiAn