Przeglądaj źródła

体系运行记录盒任务分类 -> 事务分类

cfort 3 lat temu
rodzic
commit
81ad67954e

+ 5 - 0
src/components/ibps-tree/index.vue

@@ -210,6 +210,11 @@ export default {
   computed: {
     treeData() {
       if (!this.data || this.data.length === 0) return []
+      this.data.map(item => {
+        if (item.name === '任务分类') {
+            item.name = '事务分类'
+        }
+      })
       if (this.dataType === 'list') {
         return TreeUtils.transformToTreeFormat(JSON.parse(JSON.stringify(this.data)), {
           idKey: this.treeOptions['node-key'],

+ 1 - 1
src/views/platform/bpmn/bpmInstHis/list.vue

@@ -4,7 +4,7 @@
             <ibps-type-tree
                 :width="width"
                 :height="height"
-                title="记录分类"
+                title="事务分类"
                 :location="location"
                 category-key="FLOW_TYPE"
                 :hasPermission="hasPermission"

+ 1 - 1
src/views/platform/bpmn/bpmInstHis/record/component/testingRecord.vue

@@ -191,7 +191,7 @@
             key: 'id_',
             path: '43罗湖/LH非 检测报告.rpx',
             hasItem: false
-        },
+        }
     ]
     // 非通用检测项目编号及报表路径
     const specialTest = [