@lambo-design/workflow-approve 1.0.0-beta.38 → 1.0.0-beta.39

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/workflow-approve",
3
- "version": "1.0.0-beta.38",
3
+ "version": "1.0.0-beta.39",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -12,7 +12,7 @@
12
12
  "devDependencies": {
13
13
  "axios": "^0.24.0",
14
14
  "axios-cache-plugin": "^0.1.0",
15
- "@lambo-design/core": "^4.7.1-beta.148",
15
+ "@lambo-design/core": "^4.7.1-beta.149",
16
16
  "@lambo-design/shared": "^1.0.0-beta.237"
17
17
  },
18
18
  "dependencies": {
@@ -146,6 +146,10 @@ export default {
146
146
  render: (h, {row, column, index}) => {
147
147
  let label = "";
148
148
  let tagColor = "";
149
+ if (row.auditResult == '00'){
150
+ label = '流程发起';
151
+ tagColor = 'green'; // 绿色
152
+ }
149
153
  if (row.auditResult == '30'){
150
154
  label = '通过';
151
155
  tagColor = 'green'; // 绿色