diff --git a/back/src/views/modules/activiti/demo/putaway-process.vue b/back/src/views/modules/activiti/demo/putaway-process.vue index 5453a3d1..b4915c25 100644 --- a/back/src/views/modules/activiti/demo/putaway-process.vue +++ b/back/src/views/modules/activiti/demo/putaway-process.vue @@ -94,7 +94,7 @@ placeholder="共享类型" > - + - + - + { + if (val.attrValue === '图层服务') { + this.coverageNotShow = false + console.log(this.coverageNotShow, 'wowowo') + } + }) this.shifoushizujian = false } else { this.shifoushizujian = true diff --git a/front/src/views/detailsAll/components/Business/BusinessUsageMode.vue b/front/src/views/detailsAll/components/Business/BusinessUsageMode.vue index f146cdf4..4c3df242 100644 --- a/front/src/views/detailsAll/components/Business/BusinessUsageMode.vue +++ b/front/src/views/detailsAll/components/Business/BusinessUsageMode.vue @@ -27,8 +27,15 @@
-
{{ item.contact }}
+
+

+ {{ item.contact }} + + + {{ item.facilitator.value }} + +

{{ item.people.name }} @@ -46,8 +53,15 @@

-
{{ item.contact2 }}
+
+

+ {{ item.contact2 }} + + + {{ item.facilitator2.value }} + +

{{ item.people2.name }} @@ -83,19 +97,19 @@ name: '接口地址:', }, linkValue: '', - contact: '归属部门', - facilitator: { name: '归属部门:', value: '讯飞科大' }, - people: { name: '部门联系人:', value: '李四' }, + contact: '归属部门:', + facilitator: { name: '归属部门:', value: '' }, + people: { name: '部门联系人:', value: '' }, phone: { name: '联系人电话:', - value: '12345678901', + value: '', }, - contact2: '服务商', - facilitator2: { name: '服务商:', value: '科大讯飞' }, - people2: { name: '服务商联系人:', value: '李四' }, + contact2: '服务商:', + facilitator2: { name: '服务商:', value: '' }, + people2: { name: '服务商联系人:', value: '' }, phone2: { name: '联系人电话:', - value: '1234567890', + value: '', }, }, ], @@ -114,7 +128,7 @@ } else { // eslint-disable-next-line vue/no-setup-props-destructure dataFrom.value.content[0].link.value = props.dataList.apiUrl - dataFrom.value.content[0].facilitator.value = props.dataList.deptContacts + dataFrom.value.content[0].facilitator.value = props.dataList.deptName dataFrom.value.content[0].people.value = props.dataList.deptContacts dataFrom.value.content[0].phone.value = props.dataList.deptPhone console.log('dataList', props.dataList) @@ -140,7 +154,7 @@ flag.value = false } else { dataFrom.value.content[0].link.value = val.apiUrl - dataFrom.value.content[0].facilitator.value = val.deptContacts + dataFrom.value.content[0].facilitator.value = val.deptName dataFrom.value.content[0].people.value = val.deptContacts dataFrom.value.content[0].phone.value = val.deptPhone console.log('dataList', val) diff --git a/front/src/views/detailsAll/components/LayerService/LayerServiceInformation.vue b/front/src/views/detailsAll/components/LayerService/LayerServiceInformation.vue index 5887693d..05dbb176 100644 --- a/front/src/views/detailsAll/components/LayerService/LayerServiceInformation.vue +++ b/front/src/views/detailsAll/components/LayerService/LayerServiceInformation.vue @@ -11,21 +11,30 @@

  • {{ item.type }} -

    {{ item.values }}

    + + +

    {{ item.values }}

    +
    • {{ item.type }} -

      {{ item.values }}

      + + +

      {{ item.values }}

      +
    • {{ item.type }} -

      {{ item.values }}

      + + +

      {{ item.values }}

      +
    diff --git a/front/src/views/detailsAll/components/LayerService/LayerServiceNavigation.vue b/front/src/views/detailsAll/components/LayerService/LayerServiceNavigation.vue index 9ccd0217..6f552327 100644 --- a/front/src/views/detailsAll/components/LayerService/LayerServiceNavigation.vue +++ b/front/src/views/detailsAll/components/LayerService/LayerServiceNavigation.vue @@ -129,7 +129,7 @@ } }) select.value = navList.value.filter( - (item) => item.name === list.value[0] + (item) => item.name === '图层展示' )[0].key console.log('11111111111111111111111111', list.value, navList.value) } @@ -205,7 +205,7 @@ }) if (list.value.length > 0) { select.value = navList.value.filter( - (item) => item.name === list.value[0] + (item) => item.name === '图层展示' )[0].key } console.log('11111111111111111111111111', list.value, navList.value)