diff --git a/back/public/index.html b/back/public/index.html index fba74530..1d32cc9d 100644 --- a/back/public/index.html +++ b/back/public/index.html @@ -1,8 +1,8 @@ @@ -43,7 +43,8 @@ + + + + diff --git a/back/src/views/modules/ability/IntegratedServices.vue b/back/src/views/modules/ability/IntegratedServices.vue index dcff9365..16972066 100644 --- a/back/src/views/modules/ability/IntegratedServices.vue +++ b/back/src/views/modules/ability/IntegratedServices.vue @@ -3,176 +3,94 @@
- + - {{ - $t("query") + {{ + $t("query") }} + - {{ - $t("export") - }} - - - 挂接 - - - {{ $t("deleteBatch") }} + 挂接 + 重置 - - - + - + + + + + + + + + + + + + + + + + + + - - - - + + + - - + + + +
\ No newline at end of file diff --git a/back/src/views/modules/ability/components/integrated-combine-ability.vue b/back/src/views/modules/ability/components/integrated-combine-ability.vue new file mode 100644 index 00000000..fd82c47c --- /dev/null +++ b/back/src/views/modules/ability/components/integrated-combine-ability.vue @@ -0,0 +1,157 @@ + + + + \ No newline at end of file diff --git a/back/src/views/modules/ability/showChild.vue b/back/src/views/modules/ability/showChild.vue new file mode 100644 index 00000000..92159262 --- /dev/null +++ b/back/src/views/modules/ability/showChild.vue @@ -0,0 +1,154 @@ + + + + + + + diff --git a/back/src/views/modules/ability/upload.vue b/back/src/views/modules/ability/upload.vue index 432f08cb..3a85d179 100644 --- a/back/src/views/modules/ability/upload.vue +++ b/back/src/views/modules/ability/upload.vue @@ -48,8 +48,6 @@ export default { }, methods: { onSuccess (res, file) { - console.log('limit', this.limit) - console.log(res, file, this.child) if (res.code !== 0) { return this.$message.error('上传图片失败') } @@ -88,10 +86,8 @@ export default { } else { this.child.note1 = arr.join(';') } - console.log(this.child.note1) }, onPreview (file) { - console.log('点击预览===============>', file) window.open(file.response.data) }, onExceed (files, fileList) { diff --git a/back/src/views/modules/components/upload/index.vue b/back/src/views/modules/components/upload/index.vue index 22561ec1..aaed392d 100644 --- a/back/src/views/modules/components/upload/index.vue +++ b/back/src/views/modules/components/upload/index.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-07-08 14:55:19 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-07-08 17:23:58 + * @LastEditTime: 2022-07-11 16:34:10 * @Description: 告诉大家这是什么 --> @@ -127,5 +130,13 @@ watch( margin-bottom: 0px; } } + + .no-data { + background: transparent !important; + color: #212121; + text-align: center; + padding: 0.5rem 0; + font-size: 0.2rem; + } } diff --git a/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue b/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue index 34403eb5..38c2fd6f 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue @@ -158,11 +158,11 @@ dataFrom.value.content[1].childrenContent.push(itemContent) }) } - // let obj = { - // attrType: '访问地址', - // attrValue: props.dataList.link || '------', - // } - // dataFrom.value.content[0].childrenContent.push(obj) + let obj = { + attrType: '访问地址', + attrValue: props.dataList.link || '------', + } + dataFrom.value.content[0].childrenContent.push(obj) } } ) diff --git a/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue b/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue index 4ddf5f70..feff2a35 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue @@ -8,7 +8,12 @@