diff --git a/back/public/index.html b/back/public/index.html index 788f8554..3e830a61 100644 --- a/back/public/index.html +++ b/back/public/index.html @@ -27,7 +27,7 @@ 'isTab': true, // 是否通过tab展示内容? 'iframeURL': '' // 是否通过iframe嵌套展示内容? (以http[s]://开头, 自动匹配) }; - window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.238:9796/#/vueTemplateDemo'; + window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.243:9796/#/vueTemplateDemo'; // window.SITE_CONFIG['frontUrl'] = 'http://124.222.94.39:9796/#/vueTemplateDemo'; // window.SITE_CONFIG['frontUrl'] = 'http://15.72.183.90:7008/#/vueTemplateDemo'; // window.SITE_CONFIG['frontUrl'] = 'http://10.134.135.9:9797/#/vueTemplateDemo'; @@ -72,9 +72,9 @@ diff --git a/back/src/views/modules/myAgent/AbilityResourcesRemoved.vue b/back/src/views/modules/myAgent/AbilityResourcesRemoved.vue index 1a1154ed..91a1826c 100644 --- a/back/src/views/modules/myAgent/AbilityResourcesRemoved.vue +++ b/back/src/views/modules/myAgent/AbilityResourcesRemoved.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-06-27 11:27:22 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-06-29 16:31:26 + * @LastEditTime: 2022-07-25 09:48:46 * @Description: "能力资源下架" --> diff --git a/back/src/views/modules/myAgent/CompetencyApplication.vue b/back/src/views/modules/myAgent/CompetencyApplication.vue index ceae9900..cde3984b 100644 --- a/back/src/views/modules/myAgent/CompetencyApplication.vue +++ b/back/src/views/modules/myAgent/CompetencyApplication.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-06-27 11:27:22 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-06-29 16:31:26 + * @LastEditTime: 2022-07-25 09:39:01 * @Description: 能力申请 --> diff --git a/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue b/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue index 13153689..b7ce4506 100644 --- a/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue +++ b/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue @@ -83,6 +83,7 @@ diff --git a/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue b/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue index 2bfed3a9..0503a752 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue @@ -104,9 +104,8 @@ } }) if ( - props.dataList.link && whoShow1.value.itShowQingDao && - props.dataList.applyState === '通过' + props.dataList.approveStatus === '通过' ) { list.value.push('应用详情') } @@ -152,9 +151,8 @@ } }) if ( - props.dataList.link && whoShow1.value.itShowQingDao && - props.dataList.applyState === '通过' + props.dataList.approveStatus === '通过' ) { list.value.push('应用详情') } diff --git a/front/src/views/detailsAll/components/Application/ApplicationOwningDepartmentAndServiceProvider.vue b/front/src/views/detailsAll/components/Application/ApplicationOwningDepartmentAndServiceProvider.vue index e62b74a9..fde98caf 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationOwningDepartmentAndServiceProvider.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationOwningDepartmentAndServiceProvider.vue @@ -38,11 +38,11 @@ englishTitle: 'DEPARTMENT&ERVICE', content: [ { - childrenTitle: '归属部门信息', + childrenTitle: '归属部门', childrenContent: [], }, { - childrenTitle: '服务商信息', + childrenTitle: '服务商', childrenContent: [], }, ], @@ -54,17 +54,17 @@ }) if (props.dataList.infoList) { let obj = { - attrType: '部门名称', + attrType: '归属部门', attrValue: props.dataList.deptName || '------', } dataFrom.value.content[0].childrenContent[0] = obj let deptContacts = { - attrType: '部门联系人', + attrType: '联系人', attrValue: props.dataList.deptContacts || '------', } dataFrom.value.content[0].childrenContent[1] = deptContacts let deptPhone = { - attrType: '部门联系电话', + attrType: '联系人电话', attrValue: props.dataList.deptPhone || '------', } dataFrom.value.content[0].childrenContent[2] = deptPhone @@ -85,11 +85,13 @@ } } else if (item.attrType === '服务商联系人') { dataFrom.value.content[1].childrenContent[1] = item + dataFrom.value.content[1].childrenContent[1].attrType = '联系人' if (dataFrom.value.content[1].childrenContent[1].attrValue == '') { dataFrom.value.content[1].childrenContent[1].attrValue = '------' } } else if (item.attrType === '服务商联系电话') { dataFrom.value.content[1].childrenContent[2] = item + dataFrom.value.content[1].childrenContent[2].attrType = '联系人电话' if (dataFrom.value.content[1].childrenContent[2].attrValue == '') { dataFrom.value.content[1].childrenContent[2].attrValue = '------' } @@ -106,17 +108,17 @@ // dataFrom.value.content[0].childrenContent = [] // dataFrom.value.content[1].childrenContent = [] let obj = { - attrType: '部门名称', + attrType: '归属部门', attrValue: props.dataList.deptName || '------', } dataFrom.value.content[0].childrenContent[0] = obj let deptContacts = { - attrType: '部门联系人', + attrType: '联系人', attrValue: props.dataList.deptContacts || '------', } dataFrom.value.content[0].childrenContent[1] = deptContacts let deptPhone = { - attrType: '部门联系电话', + attrType: '联系人电话', attrValue: props.dataList.deptPhone || '------', } dataFrom.value.content[0].childrenContent[2] = deptPhone @@ -140,6 +142,7 @@ } } else if (item.attrType === '服务商联系人') { dataFrom.value.content[1].childrenContent[1] = item + dataFrom.value.content[1].childrenContent[1].attrType = '联系人' if ( dataFrom.value.content[1].childrenContent[1].attrValue == '' ) { @@ -148,6 +151,8 @@ } } else if (item.attrType === '服务商联系电话') { dataFrom.value.content[1].childrenContent[2] = item + dataFrom.value.content[1].childrenContent[2].attrType = + '联系人电话' if ( dataFrom.value.content[1].childrenContent[2].attrValue == '' ) { @@ -155,9 +160,9 @@ '------' } } - } else if (item.attrType === '部门联系人') { + } else if (item.attrType === '联系人') { deptContacts.attrValue = item.attrValue || '------' - } else if (item.attrType === '部门联系人电话') { + } else if (item.attrType === '联系人电话') { deptPhone.attrValue = item.attrValue || '------' } }) @@ -187,11 +192,10 @@ height: 1.5rem; width: 6.2rem; border-radius: 0.2rem; - background: linear-gradient( - to right, - rgba(113, 132, 252, 0.4), - rgba(148, 163, 252, 0.4) - ); + background: url('~@/assets/detailsAll/business/business_usage_mode_bg.png') + no-repeat; + background-position: center; + background-size: 100% 100%; padding: 0 0.3rem; display: flex; flex-direction: column; diff --git a/front/src/views/detailsAll/components/Application/ApplicationPresentation.vue b/front/src/views/detailsAll/components/Application/ApplicationPresentation.vue index d5a97180..ccee9b56 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationPresentation.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationPresentation.vue @@ -1,8 +1,8 @@