Pārlūkot izejas kodu

style(bpm): 格式化协作模块代码并移除摘要列的溢出提示

- 将组件类型过滤列表中的数组元素格式化为每行一个
- 移除摘要列的 showOverflowTooltip 属性
yusheng 1 nedēļu atpakaļ
vecāks
revīzija
d698abac50
1 mainītis faili ar 15 papildinājumiem un 4 dzēšanām
  1. 15 4
      src/views/bpm/collaborative/index.vue

+ 15 - 4
src/views/bpm/collaborative/index.vue

@@ -240,9 +240,21 @@
                       row?.formJson?.makingJson
                     )?.list.filter(
                       (val) =>
-                        !['grid', 'blank', 'report', 'component','card','collapse','tabs','inline','divider','alert','table','subform','dialog'].includes(
-                          val.type
-                        )
+                        ![
+                          'grid',
+                          'blank',
+                          'report',
+                          'component',
+                          'card',
+                          'collapse',
+                          'tabs',
+                          'inline',
+                          'divider',
+                          'alert',
+                          'table',
+                          'subform',
+                          'dialog'
+                        ].includes(val.type)
                     )"
                   >
                     <div style="display: flex">
@@ -462,7 +474,6 @@
             label: '摘要',
             align: 'center',
             slot: 'remark',
-            showOverflowTooltip: true,
             minWidth: 300
           },
           {