-
+
浏览量:{{ item.visits || 0 }}次
-
+
申请量:{{ item.applyCount || 0 }}次
-
+
数据量:{{ item.sjlCount || 0 }}
@@ -208,8 +238,11 @@
>
查看详情
-
+
一键申请
', typeObj);
- if(!typeObj) {
+ console.log('typeObj------------>', typeObj)
+ if (!typeObj) {
selData.value = 'total'
}
- if(typeObj.type === '融合服务') {
+ if (typeObj && typeObj.type === '融合服务') {
orderList.value = [
{
value: 'collectCount',
name: '收藏量',
- orderType: 'DESC'
+ orderType: 'DESC',
},
{
value: 'create_date',
name: '发布时间',
- orderType: 'DESC'
+ orderType: 'DESC',
},
{
value: 'update_date',
name: '更新时间',
- orderType: 'DESC'
+ orderType: 'DESC',
},
]
}
-
-
})
let videoUrl = ref('')
const options = reactive({
diff --git a/front/src/views/home/detailsPageInfrastructureTree.vue b/front/src/views/home/detailsPageInfrastructureTree.vue
index 086313a2..8fd0def1 100644
--- a/front/src/views/home/detailsPageInfrastructureTree.vue
+++ b/front/src/views/home/detailsPageInfrastructureTree.vue
@@ -11,6 +11,7 @@
:class="item.show ? 'topSelect' : ''"
>
{{ item.name }}
+ ({{ item.channelCount }})
@@ -39,9 +40,7 @@
fill="#0058e1"
>
-
- {{ val.name }}
-
+
{{ val.name }}({{ val.channelCount }})
{{ val.total }}
@@ -55,7 +54,7 @@
:key="child.id"
class="child"
:class="selectId == child.id ? 'select2' : ''"
- @click="onSelect(item, val, child)"
+ @click="onSelect(item, child, child)"
>
- {{ child.total }}
+ {{ child.channelCount }}
@@ -122,7 +121,6 @@
if (select === '123') {
select = ''
}
- // debugger
console.log(
'获取url中的select=====================>',
router.currentRoute.value.query.select
@@ -242,6 +240,7 @@
// }
const selectId = ref('')
const onSelect = (item, val, child) => {
+ debugger
console.log('item, val, child', child)
mybus.emit('getCameraByParentId', val.id)
mybus.emit('getListByParentId', val.id)
diff --git a/front/src/views/home/integrationServicesDetails.vue b/front/src/views/home/integrationServicesDetails.vue
index e4faf4a4..b42ce15f 100644
--- a/front/src/views/home/integrationServicesDetails.vue
+++ b/front/src/views/home/integrationServicesDetails.vue
@@ -187,14 +187,12 @@ const getIntegrationServicesDeatil = (id) => {
let questionValue = fuseAttrList.find(v => v.attrType === '常见问题') || {}
let questionObj = {
attrType: '常见问题',
- attrValue: JSON.stringify(questionValue.attrValue || [])
+ attrValue: questionValue.attrValue || "[]"
}
let areaObj = {
attrType: '应用领域',
attrValue: detailInfoObj.value.applicationArea
}
- console.log('areaObj------------>', areaObj);
-
combineList.value.map(item => {
let arr = (fuseResourceList.filter(v => v.resource && v.resource.type == item.title) || []).map(d => d.resource.name)
item.list = arr;
diff --git a/front/src/views/instructionManual/components/abilityDocTree.vue b/front/src/views/instructionManual/components/abilityDocTree.vue
new file mode 100644
index 00000000..b1874596
--- /dev/null
+++ b/front/src/views/instructionManual/components/abilityDocTree.vue
@@ -0,0 +1,159 @@
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+
diff --git a/front/src/views/instructionManual/index.vue b/front/src/views/instructionManual/index.vue
new file mode 100644
index 00000000..10350124
--- /dev/null
+++ b/front/src/views/instructionManual/index.vue
@@ -0,0 +1,224 @@
+
+
+
+
+
+
diff --git a/front/src/views/personalCenter/VueTemplateDemo.vue b/front/src/views/personalCenter/VueTemplateDemo.vue
index 6808a71d..10f12b37 100644
--- a/front/src/views/personalCenter/VueTemplateDemo.vue
+++ b/front/src/views/personalCenter/VueTemplateDemo.vue
@@ -16,6 +16,7 @@
+
diff --git a/front/src/views/personalCenter/components/ApplyDetails.vue b/front/src/views/personalCenter/components/ApplyDetails.vue
index cdbe8189..9a60c7b0 100644
--- a/front/src/views/personalCenter/components/ApplyDetails.vue
+++ b/front/src/views/personalCenter/components/ApplyDetails.vue
@@ -1,506 +1,40 @@
-
+
diff --git a/front/src/views/personalCenter/components/Demand.vue b/front/src/views/personalCenter/components/Demand.vue
new file mode 100644
index 00000000..c81f92ef
--- /dev/null
+++ b/front/src/views/personalCenter/components/Demand.vue
@@ -0,0 +1,216 @@
+
+
+
+
基本信息
+
+
+
+ 申请单号:{{ props.refObj.applyNumber || '--' }}
+
+
+ 需求标题:{{ props.refObj.dto.demandSubject }}
+
+
+ 需求类型:{{ props.refObj.dto.detailsType }}
+
+
+ 需求描述:{{ props.refObj.dto.demandDetails }}
+
+
+ 需求领域:{{ props.refObj.dto.detailsField }}
+
+
+
+
+
+
+
diff --git a/front/src/views/personalCenter/components/MyApply.vue b/front/src/views/personalCenter/components/MyApply.vue
index 3b50a675..73ed4267 100644
--- a/front/src/views/personalCenter/components/MyApply.vue
+++ b/front/src/views/personalCenter/components/MyApply.vue
@@ -1,7 +1,7 @@
-
我的申请
-
+
我的申请
+
+
-
排序
-
+
申请状态
+
+
申请单号:{{ item.applyNumber || '--' }}
+
+
- {{ item.name }}
+
+ {{ item.cameraList ? item.system : item.title }}
+
- 名称:{{ item.name }}
+ 名称:{{ item.cameraList ? item.system : item.title }}
+
+
+ 名称:{{ item.cameraList ? item.system : item.title }}
-
名称:{{ item.name }}
-
+
审核结果:{{
- item.ended ? '审核完成' : item.backToFirst ? '被终止' : '审核中'
+ // item.ended ? '审核完成' : item.backToFirst ? '被终止' : '审核中'
+ item.approveStatus || item.resourceStatusTip || '--'
}}
-
+
+
-
+
+
+
申请日期:{{ item.createDate || item.startTime }}
-->
+
+
+
基本信息
+
+
+
+ 申请单号:{{ props.refObj.applyNumber || '--' }}
+
+
+ 下架原因:{{ props.refObj.dto.undercarriageReason }}
+
+
+ 下架发起人:{{ props.refObj.dto.undercarriageUserName }}
+
+
+
+
+
+
+
diff --git a/front/src/views/personalCenter/components/OtherApplications .vue b/front/src/views/personalCenter/components/OtherApplications .vue
new file mode 100644
index 00000000..695a741b
--- /dev/null
+++ b/front/src/views/personalCenter/components/OtherApplications .vue
@@ -0,0 +1,229 @@
+
+
+
+
+
+
+
+
diff --git a/front/src/views/personalCenter/components/PutOnTheShelf .vue b/front/src/views/personalCenter/components/PutOnTheShelf .vue
new file mode 100644
index 00000000..74365751
--- /dev/null
+++ b/front/src/views/personalCenter/components/PutOnTheShelf .vue
@@ -0,0 +1,214 @@
+
+
+
+
基本信息
+
+
+
+ 申请单号:{{ props.refObj.applyNumber || '--' }}
+ 能力名称:{{ props.refObj.dto.name }}
+ 能力类型:{{ props.refObj.dto.type }}
+
+
+ 共享条件:{{ props.refObj.dto.shareCondition }}
+ 能力描述:{{ props.refObj.dto.description }}
+ 归属部门:{{ props.refObj.dto.deptName }}
+
+
+ {{ item.attrType + ':' + item.attrValue }}
+
+
+
+
+
+
+