@lambo-design/workflow-approve 1.0.0-beta.45 → 1.0.0-beta.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -150,6 +150,10 @@ export default {
150
150
  label = '流程发起';
151
151
  tagColor = 'green'; // 绿色
152
152
  }
153
+ else if (row.auditResult == '10'){
154
+ label = '自动跳过';
155
+ tagColor = 'green'; // 绿色
156
+ }
153
157
  else if (row.auditResult == '30'){
154
158
  label = '通过';
155
159
  tagColor = 'green'; // 绿色