@ningboyz/types 1.1.43 → 1.1.45

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": "@ningboyz/types",
3
- "version": "1.1.43",
3
+ "version": "1.1.45",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -184,4 +184,4 @@ export const CONST_SYS_TYPEU_RYGL_ZC = "人员管理-职称";
184
184
  export const CONST_SYS_TYPEU_RYGL_ZJDJ = "人员管理-专技等级";
185
185
  export const CONST_SYS_TYPEU_RYGL_ZYDJ = "人员管理-职员等级";
186
186
  export const CONST_SYS_TYPEU_RYGL_ZYJB = "人员管理-职员级别";
187
- export const CONST_SYS_TYPEU_RYGL_ZZMM = "人员管理-政治面貌";
187
+ export const CONST_SYS_TYPEU_RYGL_ZZMM = "人员管理-政治面貌";
@@ -103,4 +103,6 @@ export enum TButtonType {
103
103
  calculate = "计算",
104
104
  /** 验收 */
105
105
  accept = "accept",
106
+ /** 填报 */
107
+ writeReport = "writeReport"
106
108
  }