@titaui/pc 1.11.27 → 1.11.30

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 (158) hide show
  1. package/lib/components/avatar/text-avatar/index.css +7 -0
  2. package/lib/components/avatar/text-avatar/index.js +32 -7
  3. package/lib/components/button/icon-btn/index.js +17 -8
  4. package/lib/components/button/rect-btn/index.js +7 -7
  5. package/lib/components/change-okr-modal/Item.js +14 -14
  6. package/lib/components/drawer/index.js +4 -4
  7. package/lib/components/drop-selector/index.js +25 -10
  8. package/lib/components/dynamic/constant.js +33 -32
  9. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +9 -9
  10. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/index.js +1 -1
  11. package/lib/components/dynamic/dynamic-item/dynamic-interview/img/wifi.svg +24 -0
  12. package/lib/components/dynamic/dynamic-item/dynamic-interview/index.css +51 -0
  13. package/lib/components/dynamic/dynamic-item/dynamic-interview/index.js +50 -0
  14. package/lib/components/dynamic/dynamic-item/dynamic-interview/interview-content.js +65 -0
  15. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/img/wifi.svg +24 -0
  16. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.css +61 -0
  17. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.js +61 -0
  18. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/interview-content.js +69 -0
  19. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +5 -5
  20. package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +6 -6
  21. package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +10 -10
  22. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +13 -13
  23. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +9 -9
  24. package/lib/components/dynamic/dynamic-item/index.js +50 -32
  25. package/lib/components/dynamic/dynamic-list/index.js +4 -4
  26. package/lib/components/e-priority/index.js +8 -8
  27. package/lib/components/eReport/eReportShare/index.js +11 -11
  28. package/lib/components/form/form-fields/date/index.css +24 -0
  29. package/lib/components/form/form-fields/date/index.js +102 -0
  30. package/lib/components/form/form-fields/input/index.js +10 -10
  31. package/lib/components/form/form-fields/user/index.css +23 -3
  32. package/lib/components/form/form-fields/user/index.js +18 -8
  33. package/lib/components/form/form-fields/user/user-input.js +15 -6
  34. package/lib/components/form/index.js +10 -3
  35. package/lib/components/grid-layout/sub-employee-okr/person-okr.js +5 -5
  36. package/lib/components/icon-button-list/index.js +3 -3
  37. package/lib/components/img-viewer/index.css +3 -3
  38. package/lib/components/img-viewer/index.js +11 -11
  39. package/lib/components/menus/components/menu-tree/images/interview-menu/my-interview.svg +16 -0
  40. package/lib/components/menus/components/menu-tree/images/interview-menu/template.svg +16 -0
  41. package/lib/components/menus/components/menu-tree/images/interview-menu/todo.svg +16 -0
  42. package/lib/components/menus/components/menu-tree/index.css +4 -2
  43. package/lib/components/menus/components/menu-tree/tree-node/index.css +85 -1
  44. package/lib/components/menus/export-modules/interview-menus/constant.js +30 -0
  45. package/lib/components/menus/export-modules/interview-menus/handle-highlight.js +63 -0
  46. package/lib/components/menus/export-modules/interview-menus/index.css +7 -0
  47. package/lib/components/menus/export-modules/interview-menus/index.js +128 -0
  48. package/lib/components/menus/index.js +11 -5
  49. package/lib/components/nav-top/components/menu/index.js +14 -14
  50. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +25 -19
  51. package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +48 -10
  52. package/lib/components/nav-top/components/user-message/constant.js +1 -0
  53. package/lib/components/nav-top/components/user-message/hrMessage.js +22 -19
  54. package/lib/components/nav-top/components/user-message/index.js +23 -20
  55. package/lib/components/nav-top/request.apis.js +3 -1
  56. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +7 -7
  57. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +3 -2
  58. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +10 -0
  59. package/lib/components/okr-detail/detail-header/actions.js +23 -23
  60. package/lib/components/okr-detail/index.js +19 -19
  61. package/lib/components/okr-detail/okr-list/index.js +5 -3
  62. package/lib/components/okr-flow/child-node/index.css +6 -6
  63. package/lib/components/okr-flow/child-node/work-node.js +21 -21
  64. package/lib/components/okr-flow/export-modal/index.js +37 -19
  65. package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +14 -14
  66. package/lib/components/okr-flow/okr-map/index.js +5 -5
  67. package/lib/components/okr-flow/request-apis.js +4 -4
  68. package/lib/components/okr-flow/root-node/index.js +25 -24
  69. package/lib/components/okr-flow/utils/index.js +5 -5
  70. package/lib/components/okr-flow/utils/tree-handler.js +17 -17
  71. package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +30 -30
  72. package/lib/components/pagination/index.css +3 -3
  73. package/lib/components/pagination/select.css +58 -23
  74. package/lib/components/period-selector/index.css +3 -3
  75. package/lib/components/period-selector/index.js +11 -11
  76. package/lib/components/picker/components/panels/date-panel/date-body.js +118 -0
  77. package/lib/components/picker/components/panels/date-panel/date-head.js +87 -0
  78. package/lib/components/picker/components/panels/date-panel/index.css +14 -0
  79. package/lib/components/picker/components/panels/date-panel/index.js +49 -0
  80. package/lib/components/picker/components/panels/month-panel/index.css +27 -0
  81. package/lib/components/picker/components/panels/month-panel/index.js +63 -0
  82. package/lib/components/picker/components/panels/month-panel/month-body.js +89 -0
  83. package/lib/components/picker/components/panels/month-panel/month-head.js +47 -0
  84. package/lib/components/picker/components/panels/panel-body/index.js +53 -0
  85. package/lib/components/picker/components/panels/panel-head/index.js +48 -0
  86. package/lib/components/picker/components/panels/year-panel/index.css +23 -0
  87. package/lib/components/picker/components/panels/year-panel/index.js +65 -0
  88. package/lib/components/picker/components/panels/year-panel/year-body.js +92 -0
  89. package/lib/components/picker/components/panels/year-panel/year-head.js +35 -0
  90. package/lib/components/picker/components/picker-trigger/index.css +57 -0
  91. package/lib/components/picker/components/picker-trigger/index.js +94 -0
  92. package/lib/components/picker/context.js +15 -0
  93. package/lib/components/picker/index.css +121 -0
  94. package/lib/components/picker/index.js +13 -0
  95. package/lib/components/picker/picker-panels.js +182 -0
  96. package/lib/components/picker/picker.js +132 -0
  97. package/lib/components/picker/type.js +5 -0
  98. package/lib/components/picker/utils.js +28 -0
  99. package/lib/components/popup/index.js +4 -4
  100. package/lib/components/radio/index.css +9 -9
  101. package/lib/components/scrollbar/scroll-mask/index.js +1 -1
  102. package/lib/components/superset-charts/utils/axios.js +5 -5
  103. package/lib/components/survey-model/index.css +18 -18
  104. package/lib/components/survey-model/instance.js +1 -1
  105. package/lib/components/task-tree/helper.js +61 -0
  106. package/lib/components/task-tree/images/P1.svg +15 -0
  107. package/lib/components/task-tree/images/P2.svg +15 -0
  108. package/lib/components/task-tree/images/P3.svg +15 -0
  109. package/lib/components/task-tree/images/P4.svg +15 -0
  110. package/lib/components/task-tree/images/P5.svg +15 -0
  111. package/lib/components/task-tree/images/arrow.svg +9 -0
  112. package/lib/components/task-tree/images/empty-131.png +0 -0
  113. package/lib/components/task-tree/images/followed.svg +33 -0
  114. package/lib/components/task-tree/images/nice.svg +108 -0
  115. package/lib/components/task-tree/images/struc12.png +0 -0
  116. package/lib/components/task-tree/images/struc2.png +0 -0
  117. package/lib/components/task-tree/images/xialat-s.svg +13 -0
  118. package/lib/components/task-tree/index.js +22 -0
  119. package/lib/components/task-tree/mock.js +944 -0
  120. package/lib/components/task-tree/precls.js +8 -0
  121. package/lib/components/task-tree/request-apis.js +88 -0
  122. package/lib/components/task-tree/task-item-node/constant.js +45 -0
  123. package/lib/components/task-tree/task-item-node/e-empty.js +29 -0
  124. package/lib/components/task-tree/task-item-node/e-project.js +212 -0
  125. package/lib/components/task-tree/task-item-node/e-status-dropdown.js +94 -0
  126. package/lib/components/task-tree/task-item-node/e-task.js +426 -0
  127. package/lib/components/task-tree/task-item-node/get-process-color.js +62 -0
  128. package/lib/components/task-tree/task-item-node/index.css +289 -0
  129. package/lib/components/task-tree/task-item-node/task-node-render.js +43 -0
  130. package/lib/components/task-tree/task-tree.css +16 -0
  131. package/lib/components/task-tree/task-tree.js +49 -0
  132. package/lib/components/time-picker/index.css +123 -0
  133. package/lib/components/time-picker/index.js +13 -0
  134. package/lib/components/time-picker/time-picker-selector.js +138 -0
  135. package/lib/components/time-picker/time-picker.js +336 -0
  136. package/lib/components/time-picker/timer-picker-input.js +96 -0
  137. package/lib/components/time-picker/utils.js +52 -0
  138. package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.css +1 -0
  139. package/lib/components-v1/radio/radio.js +3 -3
  140. package/lib/components-v1/radio/style/index.css +8 -8
  141. package/lib/pages/aha2021/index.js +5 -1
  142. package/lib/pages/okr-map/export-modules/okr-map/header/index.js +24 -24
  143. package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +31 -31
  144. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.css +2 -2
  145. package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +11 -11
  146. package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +8 -8
  147. package/lib/pages/okr-map/number-select/index.js +2 -2
  148. package/lib/utils/auth.js +6 -6
  149. package/lib/utils/bs-global.js +12 -12
  150. package/lib/utils/hooks.js +72 -0
  151. package/lib/utils/open-data.js +26 -26
  152. package/package.json +5 -2
  153. package/.eslintignore +0 -3
  154. package/.eslintrc.js +0 -223
  155. package/.husky/pre-commit +0 -4
  156. package/.prettierignore +0 -31
  157. package/.prettierrc.js +0 -90
  158. package/.vscode/settings.json +0 -5
@@ -0,0 +1,944 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _default = [{
8
+ taskId: "500018_9867_7_20_637859876319419971",
9
+ id: 9867,
10
+ parentTaskId: "500018_9866_7_20_637859874800011714",
11
+ appId: "1",
12
+ userId: 500000126,
13
+ principalId: 500000126,
14
+ user: {
15
+ userId: 500000126,
16
+ userType: 0,
17
+ name: "张玮琦",
18
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
19
+ managerId: 0,
20
+ jobState: 1,
21
+ departmentId: 0,
22
+ departmentName: "默认部门",
23
+ postition: null,
24
+ subType: 0,
25
+ hasSubordinates: false,
26
+ avatar: {
27
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
28
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
29
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
30
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
31
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
32
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
33
+ hasAvatar: true,
34
+ color: null
35
+ },
36
+ staffCode: null
37
+ },
38
+ principalUser: {
39
+ userId: 500000126,
40
+ userType: 0,
41
+ name: "张玮琦",
42
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
43
+ managerId: 0,
44
+ jobState: 1,
45
+ departmentId: 0,
46
+ departmentName: "默认部门",
47
+ postition: null,
48
+ subType: 0,
49
+ hasSubordinates: false,
50
+ avatar: {
51
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
52
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
53
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
54
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
55
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
56
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
57
+ hasAvatar: true,
58
+ color: null
59
+ },
60
+ staffCode: null
61
+ },
62
+ taskName: "level3",
63
+ status: 1,
64
+ taskType: 0,
65
+ isPrivate: true,
66
+ isSuperior: false,
67
+ createDate: "2022/04/19",
68
+ startDate: "2022/04/19 08:00",
69
+ deadLine: "2022/04/19 18:00",
70
+ finishDate: "",
71
+ editable: true,
72
+ editLableable: false,
73
+ deleteable: true,
74
+ editStatusable: true,
75
+ isAddExperience: true,
76
+ isMark: false,
77
+ priority: 3,
78
+ priorityTitle: "中",
79
+ editPriorityAble: true,
80
+ isRemind: false,
81
+ isApply: false,
82
+ isDeadLine: true,
83
+ isShowWorkLable: true,
84
+ userRelation: 0,
85
+ labelId: "6793",
86
+ labelName: "第二季度的目标",
87
+ labelType: 62,
88
+ isLongTerm: false,
89
+ cycleId: 0,
90
+ isPush: true,
91
+ taskUrl: null,
92
+ departmentId: 0,
93
+ counter: {
94
+ taskTotal: 0,
95
+ finishTaskTotal: 0,
96
+ experienceTotal: 0,
97
+ commentTotal: 0,
98
+ operationTotal: 0,
99
+ meetTotal: 0,
100
+ businessTripTotal: 0,
101
+ applyTotal: 0,
102
+ workTimeTotal: 0,
103
+ attachmentTotal: 0,
104
+ dashangTotal: 0,
105
+ rewardTotal: 0,
106
+ praiseTotal: 0
107
+ },
108
+ remainDay: 1,
109
+ isAddMenu: true,
110
+ hasSubTask: false,
111
+ evaluateModel: null,
112
+ mileStoneId: 3173,
113
+ cycleable: false,
114
+ isExternal: false,
115
+ progress: 0,
116
+ riskLevel: 3,
117
+ newExperience: null,
118
+ isQuantify: false,
119
+ progressDescription: null,
120
+ objType: 7,
121
+ medalDetail: null,
122
+ workApplyStatus: 0,
123
+ workApplyType: 0
124
+ }, {
125
+ taskId: "500018_9866_7_20_637859874800011714",
126
+ id: 9866,
127
+ parentTaskId: "500018_9865_7_20_637859855638508805",
128
+ appId: "1",
129
+ userId: 500000126,
130
+ principalId: 500000126,
131
+ user: {
132
+ userId: 500000126,
133
+ userType: 0,
134
+ name: "张玮琦",
135
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
136
+ managerId: 0,
137
+ jobState: 1,
138
+ departmentId: 0,
139
+ departmentName: "默认部门",
140
+ postition: null,
141
+ subType: 0,
142
+ hasSubordinates: false,
143
+ avatar: {
144
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
145
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
146
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
147
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
148
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
149
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
150
+ hasAvatar: true,
151
+ color: null
152
+ },
153
+ staffCode: null
154
+ },
155
+ principalUser: {
156
+ userId: 500000126,
157
+ userType: 0,
158
+ name: "张玮琦",
159
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
160
+ managerId: 0,
161
+ jobState: 1,
162
+ departmentId: 0,
163
+ departmentName: "默认部门",
164
+ postition: null,
165
+ subType: 0,
166
+ hasSubordinates: false,
167
+ avatar: {
168
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
169
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
170
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
171
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
172
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
173
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
174
+ hasAvatar: true,
175
+ color: null
176
+ },
177
+ staffCode: null
178
+ },
179
+ taskName: "level2",
180
+ status: 1,
181
+ taskType: 0,
182
+ isPrivate: true,
183
+ isSuperior: false,
184
+ createDate: "2022/04/19",
185
+ startDate: "2022/04/19 08:00",
186
+ deadLine: "2022/04/19 18:00",
187
+ finishDate: "",
188
+ editable: true,
189
+ editLableable: false,
190
+ deleteable: true,
191
+ editStatusable: true,
192
+ isAddExperience: true,
193
+ isMark: false,
194
+ priority: 3,
195
+ priorityTitle: "中",
196
+ editPriorityAble: true,
197
+ isRemind: false,
198
+ isApply: false,
199
+ isDeadLine: true,
200
+ isShowWorkLable: true,
201
+ userRelation: 0,
202
+ labelId: "6793",
203
+ labelName: "第二季度的目标",
204
+ labelType: 62,
205
+ isLongTerm: false,
206
+ cycleId: 0,
207
+ isPush: true,
208
+ taskUrl: null,
209
+ departmentId: 0,
210
+ counter: {
211
+ taskTotal: 1,
212
+ finishTaskTotal: 0,
213
+ experienceTotal: 0,
214
+ commentTotal: 0,
215
+ operationTotal: 0,
216
+ meetTotal: 0,
217
+ businessTripTotal: 0,
218
+ applyTotal: 0,
219
+ workTimeTotal: 0,
220
+ attachmentTotal: 0,
221
+ dashangTotal: 0,
222
+ rewardTotal: 0,
223
+ praiseTotal: 0
224
+ },
225
+ remainDay: 1,
226
+ isAddMenu: true,
227
+ hasSubTask: false,
228
+ evaluateModel: null,
229
+ mileStoneId: 3173,
230
+ cycleable: false,
231
+ isExternal: false,
232
+ progress: 0,
233
+ riskLevel: 3,
234
+ newExperience: null,
235
+ isQuantify: false,
236
+ progressDescription: null,
237
+ objType: 7,
238
+ medalDetail: null,
239
+ workApplyStatus: 0,
240
+ workApplyType: 0
241
+ }, {
242
+ taskId: "500018_9865_7_20_637859855638508805",
243
+ id: 9865,
244
+ parentTaskId: null,
245
+ appId: "1",
246
+ userId: 500000126,
247
+ principalId: 500000126,
248
+ user: {
249
+ userId: 500000126,
250
+ userType: 0,
251
+ name: "张玮琦",
252
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
253
+ managerId: 0,
254
+ jobState: 1,
255
+ departmentId: 0,
256
+ departmentName: "默认部门",
257
+ postition: null,
258
+ subType: 0,
259
+ hasSubordinates: false,
260
+ avatar: {
261
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
262
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
263
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
264
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
265
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
266
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
267
+ hasAvatar: true,
268
+ color: null
269
+ },
270
+ staffCode: null
271
+ },
272
+ principalUser: {
273
+ userId: 500000126,
274
+ userType: 0,
275
+ name: "张玮琦",
276
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
277
+ managerId: 0,
278
+ jobState: 1,
279
+ departmentId: 0,
280
+ departmentName: "默认部门",
281
+ postition: null,
282
+ subType: 0,
283
+ hasSubordinates: false,
284
+ avatar: {
285
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
286
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
287
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
288
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
289
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
290
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
291
+ hasAvatar: true,
292
+ color: null
293
+ },
294
+ staffCode: null
295
+ },
296
+ taskName: "fdsagsa",
297
+ status: 1,
298
+ taskType: 0,
299
+ isPrivate: true,
300
+ isSuperior: false,
301
+ createDate: "2022/04/19",
302
+ startDate: "2022/04/19 08:00",
303
+ deadLine: "2022/04/19 18:00",
304
+ finishDate: "",
305
+ editable: true,
306
+ editLableable: true,
307
+ deleteable: true,
308
+ editStatusable: true,
309
+ isAddExperience: true,
310
+ isMark: false,
311
+ priority: 3,
312
+ priorityTitle: "中",
313
+ editPriorityAble: true,
314
+ isRemind: false,
315
+ isApply: false,
316
+ isDeadLine: true,
317
+ isShowWorkLable: true,
318
+ userRelation: 0,
319
+ labelId: "6793",
320
+ labelName: "第二季度的目标",
321
+ labelType: 62,
322
+ isLongTerm: false,
323
+ cycleId: 0,
324
+ isPush: true,
325
+ taskUrl: null,
326
+ departmentId: 0,
327
+ counter: {
328
+ taskTotal: 1,
329
+ finishTaskTotal: 0,
330
+ experienceTotal: 0,
331
+ commentTotal: 0,
332
+ operationTotal: 0,
333
+ meetTotal: 0,
334
+ businessTripTotal: 0,
335
+ applyTotal: 0,
336
+ workTimeTotal: 0,
337
+ attachmentTotal: 0,
338
+ dashangTotal: 0,
339
+ rewardTotal: 0,
340
+ praiseTotal: 0
341
+ },
342
+ remainDay: 1,
343
+ isAddMenu: true,
344
+ hasSubTask: false,
345
+ evaluateModel: null,
346
+ mileStoneId: 3173,
347
+ cycleable: false,
348
+ isExternal: false,
349
+ progress: 0,
350
+ riskLevel: 3,
351
+ newExperience: null,
352
+ isQuantify: false,
353
+ progressDescription: null,
354
+ objType: 7,
355
+ medalDetail: null,
356
+ workApplyStatus: 0,
357
+ workApplyType: 0
358
+ }, {
359
+ taskId: "500018_9864_7_20_637859826119135522",
360
+ id: 9864,
361
+ parentTaskId: "500018_9052_4_10_637859825437975151",
362
+ appId: "1",
363
+ userId: 500000126,
364
+ principalId: 500000126,
365
+ user: {
366
+ userId: 500000126,
367
+ userType: 0,
368
+ name: "张玮琦",
369
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
370
+ managerId: 0,
371
+ jobState: 1,
372
+ departmentId: 0,
373
+ departmentName: "默认部门",
374
+ postition: null,
375
+ subType: 0,
376
+ hasSubordinates: false,
377
+ avatar: {
378
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
379
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
380
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
381
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
382
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
383
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
384
+ hasAvatar: true,
385
+ color: null
386
+ },
387
+ staffCode: null
388
+ },
389
+ principalUser: {
390
+ userId: 500000126,
391
+ userType: 0,
392
+ name: "张玮琦",
393
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
394
+ managerId: 0,
395
+ jobState: 1,
396
+ departmentId: 0,
397
+ departmentName: "默认部门",
398
+ postition: null,
399
+ subType: 0,
400
+ hasSubordinates: false,
401
+ avatar: {
402
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
403
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
404
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
405
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
406
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
407
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
408
+ hasAvatar: true,
409
+ color: null
410
+ },
411
+ staffCode: null
412
+ },
413
+ taskName: "asdf",
414
+ status: 1,
415
+ taskType: 0,
416
+ isPrivate: true,
417
+ isSuperior: false,
418
+ createDate: "2022/04/19",
419
+ startDate: "2022/04/19 08:00",
420
+ deadLine: "2022/04/19 18:00",
421
+ finishDate: "",
422
+ editable: true,
423
+ editLableable: false,
424
+ deleteable: true,
425
+ editStatusable: true,
426
+ isAddExperience: true,
427
+ isMark: false,
428
+ priority: 3,
429
+ priorityTitle: "中",
430
+ editPriorityAble: true,
431
+ isRemind: false,
432
+ isApply: false,
433
+ isDeadLine: true,
434
+ isShowWorkLable: true,
435
+ userRelation: 0,
436
+ labelId: "9052",
437
+ labelName: "新建测试项目",
438
+ labelType: 4,
439
+ isLongTerm: false,
440
+ cycleId: 0,
441
+ isPush: true,
442
+ taskUrl: null,
443
+ departmentId: 0,
444
+ counter: {
445
+ taskTotal: 0,
446
+ finishTaskTotal: 0,
447
+ experienceTotal: 0,
448
+ commentTotal: 0,
449
+ operationTotal: 0,
450
+ meetTotal: 0,
451
+ businessTripTotal: 0,
452
+ applyTotal: 0,
453
+ workTimeTotal: 0,
454
+ attachmentTotal: 0,
455
+ dashangTotal: 0,
456
+ rewardTotal: 0,
457
+ praiseTotal: 0
458
+ },
459
+ remainDay: 1,
460
+ isAddMenu: true,
461
+ hasSubTask: false,
462
+ evaluateModel: null,
463
+ mileStoneId: 3173,
464
+ cycleable: false,
465
+ isExternal: false,
466
+ progress: 0,
467
+ riskLevel: 3,
468
+ newExperience: null,
469
+ isQuantify: false,
470
+ progressDescription: null,
471
+ objType: 7,
472
+ medalDetail: null,
473
+ workApplyStatus: 0,
474
+ workApplyType: 0
475
+ }, {
476
+ taskId: "500018_9052_4_10_637859825437975151",
477
+ id: 9052,
478
+ parentTaskId: null,
479
+ appId: null,
480
+ userId: 500000126,
481
+ principalId: 500000126,
482
+ user: {
483
+ userId: 500000126,
484
+ userType: 0,
485
+ name: "张玮琦",
486
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
487
+ managerId: 0,
488
+ jobState: 1,
489
+ departmentId: 0,
490
+ departmentName: "默认部门",
491
+ postition: null,
492
+ subType: 0,
493
+ hasSubordinates: false,
494
+ avatar: {
495
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
496
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
497
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
498
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
499
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
500
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
501
+ hasAvatar: true,
502
+ color: null
503
+ },
504
+ staffCode: null
505
+ },
506
+ principalUser: {
507
+ userId: 500000126,
508
+ userType: 0,
509
+ name: "张玮琦",
510
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
511
+ managerId: 0,
512
+ jobState: 1,
513
+ departmentId: 0,
514
+ departmentName: "默认部门",
515
+ postition: null,
516
+ subType: 0,
517
+ hasSubordinates: false,
518
+ avatar: {
519
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
520
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
521
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
522
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
523
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
524
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
525
+ hasAvatar: true,
526
+ color: null
527
+ },
528
+ staffCode: null
529
+ },
530
+ taskName: "新建测试项目",
531
+ status: 1,
532
+ taskType: 0,
533
+ isPrivate: false,
534
+ isSuperior: false,
535
+ createDate: "2022/04/19",
536
+ startDate: "2022/04/19 00:00",
537
+ deadLine: "2022/05/18 23:59",
538
+ finishDate: "",
539
+ editable: true,
540
+ editLableable: true,
541
+ deleteable: true,
542
+ editStatusable: true,
543
+ isAddExperience: true,
544
+ isMark: false,
545
+ priority: 3,
546
+ priorityTitle: "中",
547
+ editPriorityAble: true,
548
+ isRemind: false,
549
+ isApply: false,
550
+ isDeadLine: false,
551
+ isShowWorkLable: true,
552
+ userRelation: 0,
553
+ labelId: "4051",
554
+ labelName: null,
555
+ labelType: 4,
556
+ isLongTerm: false,
557
+ cycleId: 0,
558
+ isPush: true,
559
+ taskUrl: null,
560
+ departmentId: 0,
561
+ counter: {
562
+ taskTotal: 1,
563
+ finishTaskTotal: 0,
564
+ experienceTotal: 0,
565
+ commentTotal: 0,
566
+ operationTotal: 0,
567
+ meetTotal: 0,
568
+ businessTripTotal: 0,
569
+ applyTotal: 0,
570
+ workTimeTotal: 0,
571
+ attachmentTotal: 0,
572
+ dashangTotal: 0,
573
+ rewardTotal: 0,
574
+ praiseTotal: 0
575
+ },
576
+ remainDay: 30,
577
+ isAddMenu: true,
578
+ hasSubTask: false,
579
+ evaluateModel: null,
580
+ mileStoneId: 3173,
581
+ cycleable: false,
582
+ isExternal: false,
583
+ progress: 0,
584
+ riskLevel: 0,
585
+ newExperience: null,
586
+ isQuantify: false,
587
+ progressDescription: null,
588
+ objType: 4,
589
+ medalDetail: null,
590
+ workApplyStatus: 0,
591
+ workApplyType: 48
592
+ }, {
593
+ taskId: "500018_7539_7_20_637844328753995909",
594
+ id: 7539,
595
+ parentTaskId: "500018_7538_7_20_637844328633398697",
596
+ appId: "1",
597
+ userId: 500000126,
598
+ principalId: 500000126,
599
+ user: {
600
+ userId: 500000126,
601
+ userType: 0,
602
+ name: "张玮琦",
603
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
604
+ managerId: 0,
605
+ jobState: 1,
606
+ departmentId: 0,
607
+ departmentName: "默认部门",
608
+ postition: null,
609
+ subType: 0,
610
+ hasSubordinates: false,
611
+ avatar: {
612
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
613
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
614
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
615
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
616
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
617
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
618
+ hasAvatar: true,
619
+ color: null
620
+ },
621
+ staffCode: null
622
+ },
623
+ principalUser: {
624
+ userId: 500000126,
625
+ userType: 0,
626
+ name: "张玮琦",
627
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
628
+ managerId: 0,
629
+ jobState: 1,
630
+ departmentId: 0,
631
+ departmentName: "默认部门",
632
+ postition: null,
633
+ subType: 0,
634
+ hasSubordinates: false,
635
+ avatar: {
636
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
637
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
638
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
639
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
640
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
641
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
642
+ hasAvatar: true,
643
+ color: null
644
+ },
645
+ staffCode: null
646
+ },
647
+ taskName: "fsagsag",
648
+ status: 1,
649
+ taskType: 0,
650
+ isPrivate: true,
651
+ isSuperior: false,
652
+ createDate: "2022/04/01",
653
+ startDate: "2022/04/01 08:00",
654
+ deadLine: "2022/04/01 18:00",
655
+ finishDate: "",
656
+ editable: true,
657
+ editLableable: false,
658
+ deleteable: true,
659
+ editStatusable: true,
660
+ isAddExperience: true,
661
+ isMark: false,
662
+ priority: 3,
663
+ priorityTitle: "中",
664
+ editPriorityAble: true,
665
+ isRemind: false,
666
+ isApply: false,
667
+ isDeadLine: true,
668
+ isShowWorkLable: true,
669
+ userRelation: 0,
670
+ labelId: "7368",
671
+ labelName: "fdsa",
672
+ labelType: 4,
673
+ isLongTerm: false,
674
+ cycleId: 0,
675
+ isPush: true,
676
+ taskUrl: null,
677
+ departmentId: 0,
678
+ counter: {
679
+ taskTotal: 0,
680
+ finishTaskTotal: 0,
681
+ experienceTotal: 0,
682
+ commentTotal: 0,
683
+ operationTotal: 0,
684
+ meetTotal: 0,
685
+ businessTripTotal: 0,
686
+ applyTotal: 0,
687
+ workTimeTotal: 0,
688
+ attachmentTotal: 0,
689
+ dashangTotal: 0,
690
+ rewardTotal: 0,
691
+ praiseTotal: 0
692
+ },
693
+ remainDay: 19,
694
+ isAddMenu: true,
695
+ hasSubTask: false,
696
+ evaluateModel: null,
697
+ mileStoneId: 3173,
698
+ cycleable: false,
699
+ isExternal: false,
700
+ progress: 0,
701
+ riskLevel: 3,
702
+ newExperience: null,
703
+ isQuantify: false,
704
+ progressDescription: null,
705
+ objType: 7,
706
+ medalDetail: null,
707
+ workApplyStatus: 0,
708
+ workApplyType: 0
709
+ }, {
710
+ taskId: "500018_7538_7_20_637844328633398697",
711
+ id: 7538,
712
+ parentTaskId: "500018_7368_4_10_637844318625901563",
713
+ appId: "1",
714
+ userId: 500000126,
715
+ principalId: 500000126,
716
+ user: {
717
+ userId: 500000126,
718
+ userType: 0,
719
+ name: "张玮琦",
720
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
721
+ managerId: 0,
722
+ jobState: 1,
723
+ departmentId: 0,
724
+ departmentName: "默认部门",
725
+ postition: null,
726
+ subType: 0,
727
+ hasSubordinates: false,
728
+ avatar: {
729
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
730
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
731
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
732
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
733
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
734
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
735
+ hasAvatar: true,
736
+ color: null
737
+ },
738
+ staffCode: null
739
+ },
740
+ principalUser: {
741
+ userId: 500000126,
742
+ userType: 0,
743
+ name: "张玮琦",
744
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
745
+ managerId: 0,
746
+ jobState: 1,
747
+ departmentId: 0,
748
+ departmentName: "默认部门",
749
+ postition: null,
750
+ subType: 0,
751
+ hasSubordinates: false,
752
+ avatar: {
753
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
754
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
755
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
756
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
757
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
758
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
759
+ hasAvatar: true,
760
+ color: null
761
+ },
762
+ staffCode: null
763
+ },
764
+ taskName: "fsaga",
765
+ status: 1,
766
+ taskType: 0,
767
+ isPrivate: true,
768
+ isSuperior: false,
769
+ createDate: "2022/04/01",
770
+ startDate: "2022/04/01 08:00",
771
+ deadLine: "2022/04/01 18:00",
772
+ finishDate: "",
773
+ editable: true,
774
+ editLableable: false,
775
+ deleteable: true,
776
+ editStatusable: true,
777
+ isAddExperience: true,
778
+ isMark: false,
779
+ priority: 3,
780
+ priorityTitle: "中",
781
+ editPriorityAble: true,
782
+ isRemind: false,
783
+ isApply: false,
784
+ isDeadLine: true,
785
+ isShowWorkLable: true,
786
+ userRelation: 0,
787
+ labelId: "7368",
788
+ labelName: "fdsa",
789
+ labelType: 4,
790
+ isLongTerm: false,
791
+ cycleId: 0,
792
+ isPush: true,
793
+ taskUrl: null,
794
+ departmentId: 0,
795
+ counter: {
796
+ taskTotal: 1,
797
+ finishTaskTotal: 0,
798
+ experienceTotal: 0,
799
+ commentTotal: 0,
800
+ operationTotal: 0,
801
+ meetTotal: 0,
802
+ businessTripTotal: 0,
803
+ applyTotal: 0,
804
+ workTimeTotal: 0,
805
+ attachmentTotal: 0,
806
+ dashangTotal: 0,
807
+ rewardTotal: 0,
808
+ praiseTotal: 0
809
+ },
810
+ remainDay: 19,
811
+ isAddMenu: true,
812
+ hasSubTask: false,
813
+ evaluateModel: null,
814
+ mileStoneId: 3173,
815
+ cycleable: false,
816
+ isExternal: false,
817
+ progress: 0,
818
+ riskLevel: 3,
819
+ newExperience: null,
820
+ isQuantify: false,
821
+ progressDescription: null,
822
+ objType: 7,
823
+ medalDetail: null,
824
+ workApplyStatus: 0,
825
+ workApplyType: 0
826
+ }, {
827
+ taskId: "500018_7368_4_10_637844318625901563",
828
+ id: 7368,
829
+ parentTaskId: null,
830
+ appId: null,
831
+ userId: 500000126,
832
+ principalId: 500000126,
833
+ user: {
834
+ userId: 500000126,
835
+ userType: 0,
836
+ name: "张玮琦",
837
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
838
+ managerId: 0,
839
+ jobState: 1,
840
+ departmentId: 0,
841
+ departmentName: "默认部门",
842
+ postition: null,
843
+ subType: 0,
844
+ hasSubordinates: false,
845
+ avatar: {
846
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
847
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
848
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
849
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
850
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
851
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
852
+ hasAvatar: true,
853
+ color: null
854
+ },
855
+ staffCode: null
856
+ },
857
+ principalUser: {
858
+ userId: 500000126,
859
+ userType: 0,
860
+ name: "张玮琦",
861
+ email: "4adbbaa2-a0d6-4f7b-841f-c1ab0c34a07b_220301_102224@virtual.account",
862
+ managerId: 0,
863
+ jobState: 1,
864
+ departmentId: 0,
865
+ departmentName: "默认部门",
866
+ postition: null,
867
+ subType: 0,
868
+ hasSubordinates: false,
869
+ avatar: {
870
+ original: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_o.jpeg",
871
+ small: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_s.jpeg",
872
+ medium: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_m.jpeg",
873
+ big: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_b.jpeg",
874
+ normal: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_n.jpeg",
875
+ large: "//file.tita.work/TitaImage/500018/c8ea63be9cbc4f5d8848d62bc440f933_l.jpeg",
876
+ hasAvatar: true,
877
+ color: null
878
+ },
879
+ staffCode: null
880
+ },
881
+ taskName: "fdsa",
882
+ status: 1,
883
+ taskType: 0,
884
+ isPrivate: false,
885
+ isSuperior: false,
886
+ createDate: "2022/04/01",
887
+ startDate: "2022/04/01 00:00",
888
+ deadLine: "2022/04/30 23:59",
889
+ finishDate: "",
890
+ editable: true,
891
+ editLableable: true,
892
+ deleteable: true,
893
+ editStatusable: true,
894
+ isAddExperience: true,
895
+ isMark: false,
896
+ priority: 3,
897
+ priorityTitle: "中",
898
+ editPriorityAble: true,
899
+ isRemind: false,
900
+ isApply: false,
901
+ isDeadLine: false,
902
+ isShowWorkLable: true,
903
+ userRelation: 0,
904
+ labelId: "4051",
905
+ labelName: null,
906
+ labelType: 4,
907
+ isLongTerm: false,
908
+ cycleId: 0,
909
+ isPush: true,
910
+ taskUrl: null,
911
+ departmentId: 0,
912
+ counter: {
913
+ taskTotal: 2,
914
+ finishTaskTotal: 0,
915
+ experienceTotal: 0,
916
+ commentTotal: 0,
917
+ operationTotal: 0,
918
+ meetTotal: 0,
919
+ businessTripTotal: 0,
920
+ applyTotal: 0,
921
+ workTimeTotal: 0,
922
+ attachmentTotal: 0,
923
+ dashangTotal: 0,
924
+ rewardTotal: 0,
925
+ praiseTotal: 0
926
+ },
927
+ remainDay: 12,
928
+ isAddMenu: true,
929
+ hasSubTask: false,
930
+ evaluateModel: null,
931
+ mileStoneId: 3173,
932
+ cycleable: false,
933
+ isExternal: false,
934
+ progress: 0,
935
+ riskLevel: 0,
936
+ newExperience: null,
937
+ isQuantify: false,
938
+ progressDescription: null,
939
+ objType: 4,
940
+ medalDetail: null,
941
+ workApplyStatus: 0,
942
+ workApplyType: 0
943
+ }];
944
+ exports["default"] = _default;