yeawood_consts 1.0.22 → 1.0.24

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.
Files changed (2) hide show
  1. package/index.js +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -36,6 +36,8 @@ exports.STORAGE_DBS = {
36
36
  LATEST: 'yeawood_dev'
37
37
  }
38
38
 
39
+ exports.DEFAULT_COMPANY = '62da5e1f0d5c6be576fa011a'
40
+
39
41
  exports.TENDER_CEE_PROJECT_MODES = [
40
42
  { label: '竞谈', value: 0 },
41
43
  { label: '询价', value: 1 },
@@ -66,7 +68,7 @@ exports.TENDER_CEE_PROJECT_STATES = [
66
68
  },
67
69
  {
68
70
  label: '预览结束',
69
- color: 'default',
71
+ color: 'success',
70
72
  value: exports.TENDER_CEE_PROJECT_STATE_PREVIEWED
71
73
  },
72
74
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yeawood_consts",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},