diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 4d1c0e0d9..147a5913b 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -705,6 +705,13 @@ module.exports = { uploadTime: 'Upload time', enclosure: 'enclosure', // 认证 + ParameterLibrary: 'Parameter Library', + referenceparameter: 'reference Parameter', + Assignedby: 'Assignedby', + CompulsoryWithdrawal: 'CompulsoryWithdrawal', + SynchronousReportLibrary: 'Synchronous Report Library', + FreezeConfiguration: 'Freeze Configuration', + distributionAndCollection: 'distribution And Collection', deleteConfiguration: 'delete Configuration', addConfiguration: 'add Configuration', electricMachinery: 'electricMachinery', diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 08ff66e18..15cd0bd9f 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -714,6 +714,13 @@ module.exports = { uploadTime: '上传时间', enclosure: '附件', // 认证 + ParameterLibrary: '参数库', + referenceparameter: '引用参数', + Assignedby: '分配填写人', + CompulsoryWithdrawal: '强制撤回', + SynchronousReportLibrary: '同步上报库', + FreezeConfiguration: '冻结配置', + distributionAndCollection: '下发收集', deleteConfiguration: '删除配置', addConfiguration: '添加配置', electricMachinery: '电机', diff --git a/jero-web/src/components/ParameterLibrary/index.vue b/jero-web/src/components/ParameterLibrary/index.vue new file mode 100644 index 000000000..2a06c20a4 --- /dev/null +++ b/jero-web/src/components/ParameterLibrary/index.vue @@ -0,0 +1,330 @@ + + + + + + \ No newline at end of file diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 80ff557c3..767ef7fca 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -60,27 +60,71 @@
+ + +
+ ...{{ $t('more') }} +
+
+
+ + {{$t('addTo')}} +
+ +
+ + {{$t('Assignedby')}} +
+ +
{{$t('submit')}}
-
- - {{$t('changeExtension')}} + +
+ + {{$t('sendBack')}}
-
- - {{$t('copy')}}{{$t('parameter')}}{{ $t('detailedList') }} + +
+ + {{$t('referenceparameter')}}
+
{{$t('BatchDelete')}}
+
- + + + @@ -88,11 +132,12 @@