yeawood_consts 1.0.35 → 1.0.36
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/index.js +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -47,7 +47,8 @@ exports.DEFAULT_COMPANY = '62da5e1f0d5c6be576fa011a'
|
|
|
47
47
|
exports.TENDER_TYPES = [
|
|
48
48
|
{ label: '中国电气装备智采平台', value: 'cee' },
|
|
49
49
|
{ label: '中国能建电子采购平台', value: 'ceec' },
|
|
50
|
-
{ label: '河南森源电气', value: 'senyuan' }
|
|
50
|
+
{ label: '河南森源电气', value: 'senyuan' },
|
|
51
|
+
{ label: '青岛特锐德电气股份有限公司', value: 'teruide' }
|
|
51
52
|
]
|
|
52
53
|
|
|
53
54
|
exports.TENDER_PROJECT_MODES = [
|