diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 9a567ace4..80dd20d1e 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -253,7 +253,7 @@ :row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" :columns="columns" > - + - - {{$t('view')}} - - + + + + + + {{text}} @@ -811,13 +811,13 @@ } ] }, - { - title: this.$t('operation'), - align: 'left', - fixed: 'right', - width: 200, - scopedSlots: { customRender: 'operation' } - }, + // { + // title: this.$t('operation'), + // align: 'left', + // fixed: 'right', + // width: 200, + // scopedSlots: { customRender: 'operation' } + // }, { title: this.$t('operation'), align: 'left',