diff --git a/back/src/views/modules/abilityStatistics/applicationResources.vue b/back/src/views/modules/abilityStatistics/applicationResources.vue index 2c24531a..aea5855f 100644 --- a/back/src/views/modules/abilityStatistics/applicationResources.vue +++ b/back/src/views/modules/abilityStatistics/applicationResources.vue @@ -1,7 +1,11 @@ @@ -231,7 +246,7 @@ getTaskHandleDetailInfo, // getProcDefBizRoute, } from '@/api/personalCenter' - import { updateRes, relaunch, selectOne } from '@/api/home' + import { updateRes, relaunch, selectOne,getApplyCameraList } from '@/api/home' import { useRouter } from 'vue-router' import { message } from 'ant-design-vue' import ApplyDetails from '@/views/personalCenter/components/ApplyDetails' @@ -241,6 +256,40 @@ // const contentListClone = reactive({ data: [] }) // let contentListLength = contentList.length let tabIndex = ref(0) + const videoVisible = ref(false) + const columns = ref([{ + title: '摄像头名称', + dataIndex: 'name' + }]) + const xVideoList = ref([{ + name: '111' + }, { + name: '222' + },{ + name: '111' + }, { + name: '222' + },{ + name: '111' + }, { + name: '222' + },{ + name: '111' + }, { + name: '222' + },{ + name: '111' + }, { + name: '222' + },{ + name: '111' + }, { + name: '222' + },{ + name: '111' + }, { + name: '222' + },]) function tabqiehuan(item, index) { // debugger tabIndex.value = index @@ -272,6 +321,7 @@ const visible = ref(false) const delObj = ref({}) const taskId = ref('') + const backUrl = ref(window.SITE_CONFIG.apiURL + '/') const showDetail = (item) => { console.log('showDetail', item) // getProcDefBizRoute(item.processDefinitionId) @@ -281,6 +331,12 @@ processInstanceId.value = item.processInstanceId resourceId.value = item.resourceId } + const showVideoList = (item) => { + // getApplyCameraList(item.processInstanceId).then(res=>{ + // console.log('res', res) + // }) + videoVisible.value = true + } const copyComment = (data) => { let url = data let oInput = document.createElement('input') diff --git a/front/src/views/personalCenter/components/MyPublish.vue b/front/src/views/personalCenter/components/MyPublish.vue index da9c0698..e9c4b535 100644 --- a/front/src/views/personalCenter/components/MyPublish.vue +++ b/front/src/views/personalCenter/components/MyPublish.vue @@ -318,9 +318,9 @@ '智能算法', '图层服务', '开发组件', - '办公组件', + // '办公组件', '业务组件', - '其他', + // '其他', ]) let tabname = ref('组件服务') function tabqiehuan(item, index) {