diff --git a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue index e2577d9e7..348be5014 100644 --- a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue +++ b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue @@ -607,13 +607,13 @@ } ] }, - { - title: this.$t('operation'), - align: 'left', - fixed: 'right', - width: 240, - scopedSlots: { customRender: 'operation' } - } + // { + // title: this.$t('operation'), + // align: 'left', + // fixed: 'right', + // width: 240, + // scopedSlots: { customRender: 'operation' } + // } ], columnsAll: [], confirmLoading: false, @@ -1075,7 +1075,11 @@ moduleFlag: this.$route.query.title == '市场清单详情' ? '虚拟清单详情' : '维护清单' }).then((res) => { if (res.success) { - this.columnsAll = res.result + if(res.result && res.result.length > 0){ + this.columnsAll = res.result + }else{ + this.columnsAll = this.column + } for (let j = 0; j < this.columnsAll.length; j++) { for (let i = 0; i < this.column.length; i++) { if (this.columnsAll[j].title == this.$t('confirmationOfDesignConformity')) { @@ -1122,7 +1126,7 @@ title: this.$t('operation'), align: 'left', fixed: 'right', - width: 160, + width: 240, scopedSlots: { customRender: 'operation' } }) diff --git a/jero-web/src/views/projectManagement/components/responsibilityList.vue b/jero-web/src/views/projectManagement/components/responsibilityList.vue index c756dfcfa..953aff549 100644 --- a/jero-web/src/views/projectManagement/components/responsibilityList.vue +++ b/jero-web/src/views/projectManagement/components/responsibilityList.vue @@ -104,7 +104,7 @@ if (this.queryParam.operatorType == 'queryListingToConfirmStatistics' || this.queryParam.operatorType == 'queryTaskToConfirmStatistics'){ item.isListing = '1' } - this.$emit('responsibility', item) + // this.$emit('responsibility', item) } } } diff --git a/jero-web/src/views/virtualAuthenticationList/components/editModel.vue b/jero-web/src/views/virtualAuthenticationList/components/editModel.vue index 80a37c0fd..f24bf95ad 100644 --- a/jero-web/src/views/virtualAuthenticationList/components/editModel.vue +++ b/jero-web/src/views/virtualAuthenticationList/components/editModel.vue @@ -15,13 +15,14 @@
- * + * {{$t('regulationNo')}}
@@ -30,7 +31,7 @@
- * + * {{$t('areaOfResponsibility')}}
@@ -48,12 +49,13 @@
- * + * WVTA ID
@@ -64,13 +66,14 @@
- * + * {{$t('category')}}
@@ -78,13 +81,14 @@
- * + * {{$t('inspectionItems')}}
@@ -94,12 +98,13 @@
- * + * {{$t('configurationItem')}}
@@ -109,7 +114,7 @@
- * + * {{$t('typeOfDeliverables')}}
\ No newline at end of file