jobsys-explore 4.6.21 → 4.7.0

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 (180) hide show
  1. package/.eslintignore +3 -3
  2. package/CHANGELOG.md +542 -542
  3. package/README.md +41 -41
  4. package/TODOs.md +8 -8
  5. package/business-components/survey/ExSurvey.jsx +193 -193
  6. package/business-components/survey/index.js +5 -5
  7. package/business-components/survey/index.less +36 -36
  8. package/components/button/ExButton.jsx +120 -120
  9. package/components/button/index.js +4 -4
  10. package/components/button/index.less +7 -7
  11. package/components/decorator/ExDecorator.jsx +31 -31
  12. package/components/decorator/index.js +5 -5
  13. package/components/decorator/index.less +76 -76
  14. package/components/form/ExAddress.jsx +195 -195
  15. package/components/form/ExCascader.jsx +171 -171
  16. package/components/form/ExCheckbox.jsx +59 -59
  17. package/components/form/ExDate.jsx +143 -143
  18. package/components/form/ExDatetime.jsx +166 -166
  19. package/components/form/ExField.jsx +138 -138
  20. package/components/form/ExFieldUploader.jsx +50 -50
  21. package/components/form/ExForm.jsx +544 -544
  22. package/components/form/ExMatrixCheckbox.jsx +99 -99
  23. package/components/form/ExMatrixRadio.jsx +86 -86
  24. package/components/form/ExMatrixScale.jsx +97 -97
  25. package/components/form/ExNumber.jsx +51 -51
  26. package/components/form/ExRadio.jsx +58 -58
  27. package/components/form/ExRate.jsx +51 -51
  28. package/components/form/ExSelect.jsx +251 -251
  29. package/components/form/ExSlider.jsx +55 -55
  30. package/components/form/ExSwitch.jsx +51 -51
  31. package/components/form/ExTime.jsx +99 -99
  32. package/components/form/FormItem.jsx +307 -307
  33. package/components/form/PickerWrapper.jsx +120 -120
  34. package/components/form/index.js +46 -46
  35. package/components/form/index.less +178 -178
  36. package/components/form/utils.js +62 -62
  37. package/components/grid/ExGrid.jsx +53 -53
  38. package/components/grid/index.js +4 -4
  39. package/components/grid/index.less +2 -2
  40. package/components/index.js +12 -12
  41. package/components/pagination/ExPagination.jsx +457 -440
  42. package/components/pagination/index.js +5 -5
  43. package/components/pagination/index.less +3 -3
  44. package/components/provider/ExProvider.jsx +173 -173
  45. package/components/qrcode/ExQrcode.jsx +86 -86
  46. package/components/qrcode/index.js +5 -5
  47. package/components/qrcode/index.less +8 -8
  48. package/components/result/ExResult.jsx +122 -122
  49. package/components/result/index.js +5 -5
  50. package/components/result/index.less +59 -59
  51. package/components/search/ExSearch.jsx +370 -326
  52. package/components/search/components/Expand.jsx +77 -77
  53. package/components/search/components/Field.jsx +27 -27
  54. package/components/search/components/Quick.jsx +57 -57
  55. package/components/search/components/index.js +5 -5
  56. package/components/search/index.js +5 -5
  57. package/components/search/index.less +118 -118
  58. package/components/search/utils.js +30 -30
  59. package/components/sector/ExSector.jsx +52 -52
  60. package/components/sector/README.md +26 -26
  61. package/components/sector/index.js +5 -5
  62. package/components/sector/index.less +122 -122
  63. package/components/theme/ExTheme.jsx +10 -10
  64. package/components/theme/index.js +4 -4
  65. package/components/theme/index.less +98 -98
  66. package/components/uploader/ExUploader.jsx +293 -293
  67. package/components/uploader/index.js +5 -5
  68. package/components/utils.js +187 -187
  69. package/directives/auth.js +113 -113
  70. package/directives/index.js +4 -4
  71. package/dist/cipher-98df1050.cjs.map +1 -1
  72. package/dist/cipher-f2ed5ee6.js.map +1 -1
  73. package/dist/directives.cjs.map +1 -1
  74. package/dist/directives.js.map +1 -1
  75. package/dist/hooks.cjs.map +1 -1
  76. package/dist/hooks.js.map +1 -1
  77. package/dist/jobsys-explore.cjs +6 -6
  78. package/dist/jobsys-explore.cjs.map +1 -1
  79. package/dist/jobsys-explore.js +464 -407
  80. package/dist/jobsys-explore.js.map +1 -1
  81. package/docgen.config.js +15 -15
  82. package/docs/.vuepress/.cache/deps/_metadata.json +52 -52
  83. package/docs/.vuepress/.cache/deps/lodash-es.js +8442 -8442
  84. package/docs/.vuepress/.cache/deps/lodash-es.js.map +7 -7
  85. package/docs/.vuepress/.temp/internal/clientConfigs.js +17 -17
  86. package/docs/.vuepress/.temp/internal/pagesComponents.js +24 -24
  87. package/docs/.vuepress/.temp/internal/pagesData.js +22 -22
  88. package/docs/.vuepress/.temp/internal/pagesRoutes.js +12 -12
  89. package/docs/.vuepress/.temp/internal/themeData.js +1 -1
  90. package/docs/.vuepress/.temp/pages/components/decorator/ExDecorator.html.js +1 -1
  91. package/docs/.vuepress/.temp/pages/components/decorator/ExDecorator.html.vue +37 -37
  92. package/docs/.vuepress/.temp/pages/components/sector/ExSector.html.js +1 -1
  93. package/docs/.vuepress/.temp/pages/components/sector/ExSector.html.vue +71 -71
  94. package/docs/.vuepress/.temp/styles/index.scss +1 -1
  95. package/docs/.vuepress/config.js +61 -61
  96. package/docs/.vuepress/dist/404.html +33 -33
  97. package/docs/.vuepress/dist/assets/404.html-a0ce2184.js +1 -1
  98. package/docs/.vuepress/dist/assets/ExButton.html-ad283101.js +1 -1
  99. package/docs/.vuepress/dist/assets/ExDecorator.html-42d09114.js +1 -1
  100. package/docs/.vuepress/dist/assets/ExDecorator.html-c82c5fe8.js +1 -1
  101. package/docs/.vuepress/dist/assets/ExForm.html-9e3f8000.js +1 -1
  102. package/docs/.vuepress/dist/assets/ExProvider.html-78fdc6cd.js +1 -1
  103. package/docs/.vuepress/dist/assets/ExSearch.html-103f6f34.js +1 -1
  104. package/docs/.vuepress/dist/assets/ExSector.html-a1e24c3a.js +7 -7
  105. package/docs/.vuepress/dist/assets/ExSector.html-cff3fefd.js +1 -1
  106. package/docs/.vuepress/dist/assets/ExUploader.html-8310e424.js +1 -1
  107. package/docs/.vuepress/dist/assets/app-29fe8d1e.js +10 -10
  108. package/docs/.vuepress/dist/assets/hooks.html-90ccbc1a.js +1 -1
  109. package/docs/.vuepress/dist/assets/index.html-85b79c97.js +43 -43
  110. package/docs/.vuepress/dist/assets/style-46d7e227.css +1 -1
  111. package/docs/.vuepress/dist/components/button/ExButton.html +33 -33
  112. package/docs/.vuepress/dist/components/decorator/ExDecorator.html +33 -33
  113. package/docs/.vuepress/dist/components/form/ExForm.html +33 -33
  114. package/docs/.vuepress/dist/components/provider/ExProvider.html +33 -33
  115. package/docs/.vuepress/dist/components/search/ExSearch.html +33 -33
  116. package/docs/.vuepress/dist/components/sector/ExSector.html +39 -39
  117. package/docs/.vuepress/dist/components/uploader/ExUploader.html +33 -33
  118. package/docs/.vuepress/dist/hooks.html +33 -33
  119. package/docs/.vuepress/dist/index.html +75 -75
  120. package/docs/.vuepress/styles/index.scss +7 -7
  121. package/docs/components/decorator/ExDecorator.md +14 -14
  122. package/docs/components/sector/ExSector.md +43 -43
  123. package/docs/index.md +82 -82
  124. package/hooks/cipher.js +44 -44
  125. package/hooks/datetime.js +69 -69
  126. package/hooks/form.js +188 -188
  127. package/hooks/utils.js +282 -282
  128. package/index.html +17 -17
  129. package/package.json +1 -1
  130. package/playground/App.vue +191 -191
  131. package/playground/TestButton.vue +61 -61
  132. package/playground/TestCascader.vue +2442 -2442
  133. package/playground/TestDecorator.vue +14 -14
  134. package/playground/TestForm.vue +429 -429
  135. package/playground/TestFormItem.vue +110 -110
  136. package/playground/TestGrid.vue +22 -22
  137. package/playground/TestPagination.vue +1250 -1248
  138. package/playground/TestQrcode.vue +7 -7
  139. package/playground/TestResult.vue +12 -12
  140. package/playground/TestSearch.vue +115 -115
  141. package/playground/TestSector.vue +15 -15
  142. package/playground/TestSurvey.vue +27 -27
  143. package/playground/TestUploader.vue +14 -14
  144. package/playground/main.js +22 -22
  145. package/utils/style.js +13 -13
  146. package/vite.config.js +54 -54
  147. package/.changeset/blue-spiders-roll.md +0 -5
  148. package/.changeset/cyan-monkeys-draw.md +0 -5
  149. package/.changeset/dry-feet-float.md +0 -5
  150. package/.changeset/empty-mice-share.md +0 -5
  151. package/.changeset/famous-yaks-doubt.md +0 -5
  152. package/.changeset/five-fans-type.md +0 -5
  153. package/.changeset/funny-hats-drop.md +0 -5
  154. package/.changeset/khaki-cobras-bathe.md +0 -5
  155. package/.changeset/khaki-forks-shave.md +0 -5
  156. package/.changeset/lazy-yaks-crash.md +0 -5
  157. package/.changeset/light-cycles-flow.md +0 -5
  158. package/.changeset/loud-mirrors-explain.md +0 -5
  159. package/.changeset/lovely-balloons-protect.md +0 -5
  160. package/.changeset/mean-pens-travel.md +0 -5
  161. package/.changeset/moody-doors-grow.md +0 -5
  162. package/.changeset/moody-laws-change.md +0 -5
  163. package/.changeset/nasty-goats-joke.md +0 -5
  164. package/.changeset/odd-forks-drop.md +0 -5
  165. package/.changeset/olive-windows-suffer.md +0 -5
  166. package/.changeset/popular-carpets-jog.md +0 -5
  167. package/.changeset/popular-planets-play.md +0 -5
  168. package/.changeset/rare-gorillas-boil.md +0 -5
  169. package/.changeset/rare-moose-teach.md +0 -5
  170. package/.changeset/sharp-tools-hope.md +0 -5
  171. package/.changeset/slimy-sloths-refuse.md +0 -5
  172. package/.changeset/slow-boats-search.md +0 -5
  173. package/.changeset/small-experts-bake.md +0 -5
  174. package/.changeset/smooth-horses-tie.md +0 -5
  175. package/.changeset/tame-feet-reply.md +0 -5
  176. package/.changeset/tidy-items-reflect.md +0 -5
  177. package/.changeset/weak-chicken-admire.md +0 -5
  178. package/.changeset/weak-rockets-compare.md +0 -5
  179. package/.changeset/wild-glasses-bathe.md +0 -5
  180. package/.changeset/wise-ears-turn.md +0 -5
@@ -1,1248 +1,1250 @@
1
- <template>
2
- <ExPagination
3
- url="api/worker/maintenance"
4
- :extra-data="{ state: 'accepted' }"
5
- single-page
6
- :search-fixed="false"
7
- auto-load
8
- :search="searchData"
9
- persistence
10
- >
11
- <!-- <template #prepend>
12
- <div>bbbbb</div>
13
- aaaaa
14
- </template>-->
15
- <template #renderItem="{ item }">
16
- <p style="margin-bottom: 30px; margin-top: 0">{{ item.content }}</p>
17
- <p style="margin-bottom: 30px; margin-top: 0">{{ item.content }}</p>
18
- <p style="margin-bottom: 30px; margin-top: 0">{{ item.content }}</p>
19
- <p style="margin-bottom: 30px; margin-top: 0">{{ item.content }}</p>
20
- </template>
21
- </ExPagination>
22
- </template>
23
-
24
- <script setup>
25
- import { reactive } from "vue"
26
- import ExPagination from "../components/pagination/ExPagination.jsx"
27
- import { computed } from "vue"
28
-
29
- const state = reactive({
30
- options: [],
31
- })
32
-
33
- const columns = computed(() => [
34
- {
35
- key: "college",
36
- type: "select",
37
- title: "学院",
38
- quick: true,
39
- options: state.options,
40
- },
41
- {
42
- title: "举办时间",
43
- type: "datetime",
44
- key: "starttime",
45
- },
46
- {
47
- key: "college1",
48
- type: "select",
49
- title: "学院",
50
- expandable: "multiple",
51
- options: [
52
- { text: "信息学院", value: "12" },
53
- { text: "会计学院", value: "13" },
54
- ],
55
- },
56
- {
57
- key: "age",
58
- title: "年龄",
59
- },
60
- {
61
- key: "gender",
62
- type: "select",
63
- title: "性别",
64
- expandable: true,
65
- options: [
66
- { text: "男", value: "man" },
67
- { text: "", value: "female" },
68
- ],
69
- },
70
- {
71
- key: "cascade",
72
- title: "级联选择器",
73
- type: "cascade",
74
- quick: true,
75
- options: [
76
- {
77
- label: "水类维修",
78
- text: "水类维修",
79
- value: 19,
80
- children: [
81
- {
82
- label: "花洒维修",
83
- text: "花洒维修",
84
- value: 20,
85
- children: [
86
- {
87
- label: "浴室花洒头坏",
88
- text: "浴室花洒头坏",
89
- value: 21,
90
- },
91
- {
92
- label: "浴室花洒管坏",
93
- text: "浴室花洒管坏",
94
- value: 22,
95
- },
96
- {
97
- label: "浴室花洒架坏",
98
- text: "浴室花洒架坏",
99
- value: 23,
100
- },
101
- ],
102
- },
103
- {
104
- label: "水龙头维修",
105
- text: "水龙头维修",
106
- value: 24,
107
- children: [
108
- {
109
- label: "浴室冷热水龙头坏",
110
- text: "浴室冷热水龙头坏",
111
- value: 25,
112
- },
113
- {
114
- label: "卫生间水龙头坏",
115
- text: "卫生间水龙头坏",
116
- value: 26,
117
- },
118
- {
119
- label: "阳台水龙头坏",
120
- text: "阳台水龙头坏",
121
- value: 27,
122
- },
123
- {
124
- label: "厨房水龙头坏",
125
- text: "厨房水龙头坏",
126
- value: 28,
127
- },
128
- {
129
- label: "公共区域水龙头坏",
130
- text: "公共区域水龙头坏",
131
- value: 29,
132
- },
133
- {
134
- label: "各类水龙头断裂漏水(急修)",
135
- text: "各类水龙头断裂漏水(急修)",
136
- value: 30,
137
- },
138
- ],
139
- },
140
- {
141
- label: "进水管维修",
142
- text: "进水管维修",
143
- value: 31,
144
- children: [
145
- {
146
- label: "教师洗衣机进水管坏",
147
- text: "教师洗衣机进水管坏",
148
- value: 32,
149
- },
150
- {
151
- label: "浴室水管坏",
152
- text: "浴室水管坏",
153
- value: 33,
154
- },
155
- {
156
- label: "卫生间水管坏",
157
- text: "卫生间水管坏",
158
- value: 34,
159
- },
160
- {
161
- label: "阳台水管坏",
162
- text: "阳台水管坏",
163
- value: 35,
164
- },
165
- {
166
- label: "公共区域水管坏",
167
- text: "公共区域水管坏",
168
- value: 36,
169
- },
170
- {
171
- label: "各类水管漏水(急修)",
172
- text: "各类水管漏水(急修)",
173
- value: 37,
174
- },
175
- {
176
- label: "楼栋主水管阀门故障(急修)",
177
- text: "楼栋主水管阀门故障(急修)",
178
- value: 38,
179
- },
180
- ],
181
- },
182
- {
183
- label: "排水管维修",
184
- text: "排水管维修",
185
- value: 39,
186
- children: [
187
- {
188
- label: "教师洗衣机排水堵塞",
189
- text: "教师洗衣机排水堵塞",
190
- value: 40,
191
- },
192
- {
193
- label: "浴室排水管坏",
194
- text: "浴室排水管坏",
195
- value: 41,
196
- },
197
- {
198
- label: "卫生间地板排水管坏",
199
- text: "卫生间地板排水管坏",
200
- value: 42,
201
- },
202
- {
203
- label: "阳台地板排水管坏",
204
- text: "阳台地板排水管坏",
205
- value: 43,
206
- },
207
- {
208
- label: "浴室天花上方排水管坏",
209
- text: "浴室天花上方排水管坏",
210
- value: 44,
211
- },
212
- {
213
- label: "卫生间洗手台下排水管坏",
214
- text: "卫生间洗手台下排水管坏",
215
- value: 45,
216
- },
217
- {
218
- label: "卫生间天花上方排水管坏",
219
- text: "卫生间天花上方排水管坏",
220
- value: 46,
221
- },
222
- {
223
- label: "阳台洗手台排水管坏",
224
- text: "阳台洗手台排水管坏",
225
- value: 47,
226
- },
227
- {
228
- label: "阳台上方排水管坏",
229
- text: "阳台上方排水管坏",
230
- value: 48,
231
- },
232
- {
233
- label: "走廊排水口堵塞",
234
- text: "走廊排水口堵塞",
235
- value: 49,
236
- },
237
- {
238
- label: "公共区域卫生间洗手盆排水管坏",
239
- text: "公共区域卫生间洗手盆排水管坏",
240
- value: 50,
241
- },
242
- ],
243
- },
244
- {
245
- label: "洗手盆维修",
246
- text: "洗手盆维修",
247
- value: 51,
248
- children: [
249
- {
250
- label: "卫生间洗手盆坏",
251
- text: "卫生间洗手盆坏",
252
- value: 52,
253
- },
254
- {
255
- label: "阳台洗手盆坏",
256
- text: "阳台洗手盆坏",
257
- value: 53,
258
- },
259
- {
260
- label: "厨房洗菜盆坏",
261
- text: "厨房洗菜盆坏",
262
- value: 54,
263
- },
264
- {
265
- label: "厨房台板坏",
266
- text: "厨房台板坏",
267
- value: 55,
268
- },
269
- {
270
- label: "公共区域洗手盆坏",
271
- text: "公共区域洗手盆坏",
272
- value: 56,
273
- },
274
- ],
275
- },
276
- {
277
- label: "冲水阀和厕盆问题",
278
- text: "冲水阀和厕盆问题",
279
- value: 57,
280
- children: [
281
- {
282
- label: "卫生间冲水管/阀坏(急修)",
283
- text: "卫生间冲水管/阀坏(急修)",
284
- value: 58,
285
- },
286
- {
287
- label: "卫生间排水堵塞(急修)",
288
- text: "卫生间排水堵塞(急修)",
289
- value: 59,
290
- },
291
- {
292
- label: "卫生间厕盆坏",
293
- text: "卫生间厕盆坏",
294
- value: 60,
295
- },
296
- {
297
- label: "公共卫生间冲水管/阀坏(急修)",
298
- text: "公共卫生间冲水管/阀坏(急修)",
299
- value: 61,
300
- },
301
- {
302
- label: "公共卫生间排水堵塞(急修)",
303
- text: "公共卫生间排水堵塞(急修)",
304
- value: 62,
305
- },
306
- {
307
- label: "公共卫生间便池坏",
308
- text: "公共卫生间便池坏",
309
- value: 63,
310
- },
311
- ],
312
- },
313
- ],
314
- },
315
- {
316
- label: "电类维修",
317
- text: "电类维修",
318
- value: 64,
319
- children: [
320
- {
321
- label: "灯具维修",
322
- text: "灯具维修",
323
- value: 65,
324
- children: [
325
- {
326
- label: "浴室灯坏(急修)",
327
- text: "浴室灯坏(急修)",
328
- value: 66,
329
- },
330
- {
331
- label: "卫生间灯坏",
332
- text: "卫生间灯坏",
333
- value: 67,
334
- },
335
- { label: "房间灯坏", text: "房间灯坏", value: 68 },
336
- { label: "阳台灯坏", text: "阳台灯坏", value: 69 },
337
- { label: "厨房灯坏", text: "厨房灯坏", value: 70 },
338
- { label: "楼梯灯坏", text: "楼梯灯坏", value: 71 },
339
- { label: "走廊灯坏", text: "走廊灯坏", value: 72 },
340
- {
341
- label: "教室、办公室灯坏",
342
- text: "教室、办公室灯坏",
343
- value: 73,
344
- },
345
- { label: "灯管脱落", text: "灯管脱落", value: 74 },
346
- {
347
- label: "高杆灯故障",
348
- text: "高杆灯故障",
349
- value: 75,
350
- },
351
- {
352
- label: "路灯灯杆坍塌(急修)",
353
- text: "路灯灯杆坍塌(急修)",
354
- value: 76,
355
- },
356
- ],
357
- },
358
- {
359
- label: "开关维修",
360
- text: "开关维修",
361
- value: 77,
362
- children: [
363
- {
364
- label: "浴室灯开关坏",
365
- text: "浴室灯开关坏",
366
- value: 78,
367
- },
368
- {
369
- label: "卫生间灯开关坏",
370
- text: "卫生间灯开关坏",
371
- value: 79,
372
- },
373
- {
374
- label: "房间灯管开关坏",
375
- text: "房间灯管开关坏",
376
- value: 80,
377
- },
378
- {
379
- label: "浴室排气扇开关坏",
380
- text: "浴室排气扇开关坏",
381
- value: 81,
382
- },
383
- {
384
- label: "厕所排气扇开关坏",
385
- text: "厕所排气扇开关坏",
386
- value: 82,
387
- },
388
- {
389
- label: "房间风扇开关坏",
390
- text: "房间风扇开关坏",
391
- value: 83,
392
- },
393
- {
394
- label: "阳台灯开关坏",
395
- text: "阳台灯开关坏",
396
- value: 84,
397
- },
398
- {
399
- label: "厨房灯开关坏",
400
- text: "厨房灯开关坏",
401
- value: 85,
402
- },
403
- {
404
- label: "公共区域灯管开关坏",
405
- text: "公共区域灯管开关坏",
406
- value: 86,
407
- },
408
- {
409
- label: "公共区域卫生间灯开关坏",
410
- text: "公共区域卫生间灯开关坏",
411
- value: 87,
412
- },
413
- {
414
- label: "楼梯灯开关坏",
415
- text: "楼梯灯开关坏",
416
- value: 88,
417
- },
418
- {
419
- label: "走廊灯开关坏",
420
- text: "走廊灯开关坏",
421
- value: 89,
422
- },
423
- {
424
- label: "楼栋、楼层总开关故障(急修)",
425
- text: "楼栋、楼层总开关故障(急修)",
426
- value: 90,
427
- },
428
- {
429
- label: "热水系统控制系统开关故障(急修)",
430
- text: "热水系统控制系统开关故障(急修)",
431
- value: 91,
432
- },
433
- ],
434
- },
435
- {
436
- label: "插座维修",
437
- text: "插座维修",
438
- value: 92,
439
- children: [
440
- {
441
- label: "房间插座坏",
442
- text: "房间插座坏",
443
- value: 93,
444
- },
445
- {
446
- label: "浴室热水卡机插座坏",
447
- text: "浴室热水卡机插座坏",
448
- value: 94,
449
- },
450
- {
451
- label: "房间空调插座坏",
452
- text: "房间空调插座坏",
453
- value: 95,
454
- },
455
- {
456
- label: "阳台插座坏",
457
- text: "阳台插座坏",
458
- value: 96,
459
- },
460
- {
461
- label: "教室、办公室插座坏",
462
- text: "教室、办公室插座坏",
463
- value: 97,
464
- },
465
- { label: "厨房插座坏", text: "厨房插座坏", value: 98 },
466
- ],
467
- },
468
- {
469
- label: "风扇和排气扇维修",
470
- text: "风扇和排气扇维修",
471
- value: 99,
472
- children: [
473
- {
474
- label: "房间吸顶扇坏",
475
- text: "房间吸顶扇坏",
476
- value: 100,
477
- },
478
- {
479
- label: "卫生间排气扇坏",
480
- text: "卫生间排气扇坏",
481
- value: 101,
482
- },
483
- {
484
- label: "浴室排气扇坏",
485
- text: "浴室排气扇坏",
486
- value: 102,
487
- },
488
- {
489
- label: "厨房排气扇坏",
490
- text: "厨房排气扇坏",
491
- value: 103,
492
- },
493
- {
494
- label: "教室吸顶扇坏",
495
- text: "教室吸顶扇坏",
496
- value: 104,
497
- },
498
- {
499
- label: "教室吊扇坏",
500
- text: "教室吊扇坏",
501
- value: 105,
502
- },
503
- {
504
- label: "风扇脱落(急修)",
505
- text: "风扇脱落(急修)",
506
- value: 106,
507
- },
508
- ],
509
- },
510
- {
511
- label: "电箱和线路保护盒维修",
512
- text: "电箱和线路保护盒维修",
513
- value: 107,
514
- children: [
515
- {
516
- label: "浴室线路保护盒坏",
517
- text: "浴室线路保护盒坏",
518
- value: 108,
519
- },
520
- {
521
- label: "房间电箱坏",
522
- text: "房间电箱坏",
523
- value: 109,
524
- },
525
- {
526
- label: "房间电线保护盒坏",
527
- text: "房间电线保护盒坏",
528
- value: 110,
529
- },
530
- {
531
- label: "教室电箱坏",
532
- text: "教室电箱坏",
533
- value: 111,
534
- },
535
- {
536
- label: "用户电表后线路短路(急修)",
537
- text: "用户电表后线路短路(急修)",
538
- value: 112,
539
- },
540
- {
541
- label: "电表故障(急修)",
542
- text: "电表故障(急修)",
543
- value: 113,
544
- },
545
- ],
546
- },
547
- ],
548
- },
549
- {
550
- label: "门窗维修",
551
- text: "门窗维修",
552
- value: 114,
553
- children: [
554
- {
555
- label: "门维修",
556
- text: "门维修",
557
- value: 115,
558
- children: [
559
- { label: "浴室门坏", text: "浴室门坏", value: 116 },
560
- { label: "厕所门坏", text: "厕所门坏", value: 117 },
561
- {
562
- label: "阳台玻璃门破裂",
563
- text: "阳台玻璃门破裂",
564
- value: 118,
565
- },
566
- {
567
- label: "楼栋入户门坏",
568
- text: "楼栋入户门坏",
569
- value: 119,
570
- },
571
- { label: "房间门坏", text: "房间门坏", value: 120 },
572
- { label: "防盗门坏", text: "防盗门坏", value: 121 },
573
- { label: "天台门坏", text: "天台门坏", value: 122 },
574
- { label: "纱门坏", text: "纱门坏", value: 123 },
575
- { label: "厨房门坏", text: "厨房门坏", value: 124 },
576
- {
577
- label: "各类门锁故障(急修)",
578
- text: "各类门锁故障(急修)",
579
- value: 125,
580
- },
581
- ],
582
- },
583
- {
584
- label: "窗户维修",
585
- text: "窗户维修",
586
- value: 126,
587
- children: [
588
- { label: "窗帘坏", text: "窗帘坏", value: 127 },
589
- { label: "纱窗坏", text: "纱窗坏", value: 128 },
590
- { label: "浴室窗坏", text: "浴室窗坏", value: 129 },
591
- {
592
- label: "阳台防盗网坏",
593
- text: "阳台防盗网坏",
594
- value: 130,
595
- },
596
- {
597
- label: "房间门上窗户坏",
598
- text: "房间门上窗户坏",
599
- value: 131,
600
- },
601
- {
602
- label: "房间窗户坏",
603
- text: "房间窗户坏",
604
- value: 132,
605
- },
606
- {
607
- label: "楼梯窗户坏",
608
- text: "楼梯窗户坏",
609
- value: 133,
610
- },
611
- {
612
- label: "厨房窗户坏",
613
- text: "厨房窗户坏",
614
- value: 134,
615
- },
616
- {
617
- label: "教室窗户坏",
618
- text: "教室窗户坏",
619
- value: 135,
620
- },
621
- {
622
- label: "公共区域卫生间窗户坏",
623
- text: "公共区域卫生间窗户坏",
624
- value: 136,
625
- },
626
- ],
627
- },
628
- ],
629
- },
630
- {
631
- label: "家具维修",
632
- text: "家具维修",
633
- value: 137,
634
- children: [
635
- {
636
- label: "柜子维修",
637
- text: "柜子维修",
638
- value: 138,
639
- children: [
640
- { label: "结构松动", text: "结构松动", value: 139 },
641
- { label: "柜门松动", text: "柜门松动", value: 140 },
642
- { label: "虫蛀", text: "虫蛀", value: 141 },
643
- {
644
- label: "拉手或合页坏",
645
- text: "拉手或合页坏",
646
- value: 142,
647
- },
648
- {
649
- label: "各类板损坏",
650
- text: "各类板损坏",
651
- value: 143,
652
- },
653
- ],
654
- },
655
- {
656
- label: "办公桌维修",
657
- text: "办公桌维修",
658
- value: 144,
659
- children: [
660
- {
661
- label: "结构松动松动",
662
- text: "结构松动松动",
663
- value: 145,
664
- },
665
- { label: "键盘托坏", text: "键盘托坏", value: 146 },
666
- {
667
- label: "键盘导轨坏",
668
- text: "键盘导轨坏",
669
- value: 147,
670
- },
671
- {
672
- label: "拉手或合页坏",
673
- text: "拉手或合页坏",
674
- value: 148,
675
- },
676
- {
677
- label: "各类板损坏",
678
- text: "各类板损坏",
679
- value: 149,
680
- },
681
- ],
682
- },
683
- {
684
- label: "木床架维修",
685
- text: "木床架维修",
686
- value: 150,
687
- children: [
688
- { label: "床架松动", text: "床架松动", value: 151 },
689
- { label: "床板断裂", text: "床板断裂", value: 152 },
690
- { label: "床板松动", text: "床板松动", value: 153 },
691
- { label: "床梯松动", text: "床梯松动", value: 154 },
692
- ],
693
- },
694
- {
695
- label: "椅子和蚊帐架维修",
696
- text: "椅子和蚊帐架维修",
697
- value: 155,
698
- children: [
699
- { label: "椅子缺失", text: "椅子缺失", value: 156 },
700
- {
701
- label: "椅子铁架损坏",
702
- text: "椅子铁架损坏",
703
- value: 157,
704
- },
705
- {
706
- label: "椅子板损坏",
707
- text: "椅子板损坏",
708
- value: 158,
709
- },
710
- { label: "背板损坏", text: "背板损坏", value: 159 },
711
- {
712
- label: "蚊帐架缺失",
713
- text: "蚊帐架缺失",
714
- value: 160,
715
- },
716
- {
717
- label: "蚊帐架损坏",
718
- text: "蚊帐架损坏",
719
- value: 161,
720
- },
721
- ],
722
- },
723
- {
724
- label: "书架维修",
725
- text: "书架维修",
726
- value: 162,
727
- children: [
728
- { label: "书架松动", text: "书架松动", value: 163 },
729
- {
730
- label: "各类板损坏",
731
- text: "各类板损坏",
732
- value: 164,
733
- },
734
- ],
735
- },
736
- {
737
- label: "办公椅维修",
738
- text: "办公椅维修",
739
- value: 165,
740
- children: [
741
- { label: "坐板坏", text: "坐板坏", value: 166 },
742
- { label: "背板坏", text: "背板坏", value: 167 },
743
- { label: "升降坏", text: "升降坏", value: 168 },
744
- { label: "扶手坏", text: "扶手坏", value: 169 },
745
- ],
746
- },
747
- {
748
- label: "教室课桌椅维修",
749
- text: "教室课桌椅维修",
750
- value: 170,
751
- children: [
752
- {
753
- label: "实木课桌椅维修",
754
- text: "实木课桌椅维修",
755
- value: 171,
756
- },
757
- {
758
- label: "吹塑课桌椅维修",
759
- text: "吹塑课桌椅维修",
760
- value: 172,
761
- },
762
- ],
763
- },
764
- {
765
- label: "讲台、吧椅维修",
766
- text: "讲台、吧椅维修",
767
- value: 173,
768
- children: [
769
- {
770
- label: "讲台结构松动",
771
- text: "讲台结构松动",
772
- value: 174,
773
- },
774
- { label: "键盘托坏", text: "键盘托坏", value: 175 },
775
- {
776
- label: "键盘导轨坏",
777
- text: "键盘导轨坏",
778
- value: 176,
779
- },
780
- { label: "讲台板坏", text: "讲台板坏", value: 177 },
781
- {
782
- label: "讲台椅坐板坏",
783
- text: "讲台椅坐板坏",
784
- value: 178,
785
- },
786
- {
787
- label: "讲台椅背板坏",
788
- text: "讲台椅背板坏",
789
- value: 179,
790
- },
791
- {
792
- label: "讲台椅升降坏",
793
- text: "讲台椅升降坏",
794
- value: 180,
795
- },
796
- {
797
- label: "讲台椅子椅脚坏",
798
- text: "讲台椅子椅脚坏",
799
- value: 181,
800
- },
801
- ],
802
- },
803
- {
804
- label: "礼堂椅、卡座、文件柜",
805
- text: "礼堂椅、卡座、文件柜",
806
- value: 182,
807
- children: [
808
- { label: "礼堂椅坏", text: "礼堂椅坏", value: 183 },
809
- { label: "卡座损坏", text: "卡座损坏", value: 184 },
810
- {
811
- label: "文件柜锁坏",
812
- text: "文件柜锁坏",
813
- value: 185,
814
- },
815
- ],
816
- },
817
- { label: "其他", text: "其他", value: 186 },
818
- ],
819
- },
820
- {
821
- label: "电器维修",
822
- text: "电器维修",
823
- value: 187,
824
- children: [
825
- {
826
- label: "空调维修",
827
- text: "空调维修",
828
- value: 188,
829
- children: [{ label: "空调维修", text: "空调维修", value: 189 }],
830
- },
831
- {
832
- label: "洗衣机维修(教师宿舍)",
833
- text: "洗衣机维修(教师宿舍)",
834
- value: 190,
835
- children: [
836
- {
837
- label: "洗衣机维修",
838
- text: "洗衣机维修",
839
- value: 191,
840
- },
841
- ],
842
- },
843
- {
844
- label: "热水器维修",
845
- text: "热水器维修",
846
- value: 192,
847
- children: [
848
- {
849
- label: "热水器维修",
850
- text: "热水器维修",
851
- value: 193,
852
- },
853
- ],
854
- },
855
- {
856
- label: "电视机维修",
857
- text: "电视机维修",
858
- value: 194,
859
- children: [
860
- {
861
- label: "电视机维修",
862
- text: "电视机维修",
863
- value: 195,
864
- },
865
- ],
866
- },
867
- {
868
- label: "燃气灶维修",
869
- text: "燃气灶维修",
870
- value: 196,
871
- children: [
872
- {
873
- label: "燃气灶维修",
874
- text: "燃气灶维修",
875
- value: 197,
876
- },
877
- ],
878
- },
879
- {
880
- label: "抽油烟器维修",
881
- text: "抽油烟器维修",
882
- value: 198,
883
- children: [
884
- {
885
- label: "抽油烟器维修",
886
- text: "抽油烟器维修",
887
- value: 199,
888
- },
889
- ],
890
- },
891
- {
892
- label: "落地扇维修",
893
- text: "落地扇维修",
894
- value: 200,
895
- children: [
896
- {
897
- label: "落地扇维修",
898
- text: "落地扇维修",
899
- value: 201,
900
- },
901
- ],
902
- },
903
- {
904
- label: "电冰箱维修",
905
- text: "电冰箱维修",
906
- value: 202,
907
- children: [
908
- {
909
- label: "电冰箱维修",
910
- text: "电冰箱维修",
911
- value: 203,
912
- },
913
- ],
914
- },
915
- {
916
- label: "微波炉维修",
917
- text: "微波炉维修",
918
- value: 204,
919
- children: [
920
- {
921
- label: "微波炉维修",
922
- text: "微波炉维修",
923
- value: 205,
924
- },
925
- ],
926
- },
927
- {
928
- label: "房间饮水机维修",
929
- text: "房间饮水机维修",
930
- value: 206,
931
- children: [
932
- {
933
- label: "房间饮水机维修",
934
- text: "房间饮水机维修",
935
- value: 207,
936
- },
937
- ],
938
- },
939
- ],
940
- },
941
- {
942
- label: "建筑结构",
943
- text: "建筑结构",
944
- value: 208,
945
- children: [
946
- {
947
- label: "天花开裂",
948
- text: "天花开裂",
949
- value: 209,
950
- children: [{ label: "天花开裂", text: "天花开裂", value: 210 }],
951
- },
952
- {
953
- label: "房屋漏水",
954
- text: "房屋漏水",
955
- value: 211,
956
- children: [{ label: "房屋漏水", text: "房屋漏水", value: 212 }],
957
- },
958
- {
959
- label: "房屋渗水",
960
- text: "房屋渗水",
961
- value: 213,
962
- children: [{ label: "房屋渗水", text: "房屋渗水", value: 214 }],
963
- },
964
- {
965
- label: "墙皮掉灰、发霉",
966
- text: "墙皮掉灰、发霉",
967
- value: 215,
968
- children: [
969
- {
970
- label: "墙皮掉灰、发霉",
971
- text: "墙皮掉灰、发霉",
972
- value: 216,
973
- },
974
- ],
975
- },
976
- {
977
- label: "地板下陷",
978
- text: "地板下陷",
979
- value: 217,
980
- children: [{ label: "地板下陷", text: "地板下陷", value: 218 }],
981
- },
982
- {
983
- label: "瓷砖脱落",
984
- text: "瓷砖脱落",
985
- value: 219,
986
- children: [{ label: "瓷砖脱落", text: "瓷砖脱落", value: 220 }],
987
- },
988
- {
989
- label: "天面水管问题",
990
- text: "天面水管问题",
991
- value: 221,
992
- children: [
993
- {
994
- label: "天面水管问题",
995
- text: "天面水管问题",
996
- value: 222,
997
- },
998
- ],
999
- },
1000
- {
1001
- label: "其他问题(请认真表述)",
1002
- text: "其他问题(请认真表述)",
1003
- value: 225,
1004
- children: [
1005
- {
1006
- label: "其他问题(请认真表述)",
1007
- text: "其他问题(请认真表述)",
1008
- value: 226,
1009
- },
1010
- ],
1011
- },
1012
- ],
1013
- },
1014
- {
1015
- label: "四害消杀",
1016
- text: "四害消杀",
1017
- value: 227,
1018
- children: [
1019
- {
1020
- label: "红火蚁消杀",
1021
- text: "红火蚁消杀",
1022
- value: 228,
1023
- children: [
1024
- {
1025
- label: "红火蚁消杀",
1026
- text: "红火蚁消杀",
1027
- value: 229,
1028
- },
1029
- ],
1030
- },
1031
- {
1032
- label: "老鼠消杀",
1033
- text: "老鼠消杀",
1034
- value: 230,
1035
- children: [{ label: "老鼠消杀", text: "老鼠消杀", value: 231 }],
1036
- },
1037
- {
1038
- label: "白蚁消杀",
1039
- text: "白蚁消杀",
1040
- value: 232,
1041
- children: [{ label: "白蚁消杀", text: "白蚁消杀", value: 233 }],
1042
- },
1043
- {
1044
- label: "蛇消杀",
1045
- text: "蛇消杀",
1046
- value: 234,
1047
- children: [{ label: "蛇消杀", text: "蛇消杀", value: 235 }],
1048
- },
1049
- {
1050
- label: "黄蜂消杀",
1051
- text: "黄蜂消杀",
1052
- value: 236,
1053
- children: [{ label: "黄蜂消杀", text: "黄蜂消杀", value: 237 }],
1054
- },
1055
- ],
1056
- },
1057
- {
1058
- label: "热水系统",
1059
- text: "热水系统",
1060
- value: 238,
1061
- children: [
1062
- {
1063
- label: "热泵坏",
1064
- text: "热泵坏",
1065
- value: 239,
1066
- children: [{ label: "热泵坏", text: "热泵坏", value: 240 }],
1067
- },
1068
- {
1069
- label: "热水卡机故障",
1070
- text: "热水卡机故障",
1071
- value: 241,
1072
- children: [
1073
- {
1074
- label: "热水卡机故障",
1075
- text: "热水卡机故障",
1076
- value: 242,
1077
- },
1078
- ],
1079
- },
1080
- {
1081
- label: "公共热水管问题",
1082
- text: "公共热水管问题",
1083
- value: 243,
1084
- children: [
1085
- {
1086
- label: "公共热水管问题(急修)",
1087
- text: "公共热水管问题(急修)",
1088
- value: 244,
1089
- },
1090
- ],
1091
- },
1092
- ],
1093
- },
1094
- {
1095
- label: "公共设施及其他",
1096
- text: "公共设施及其他",
1097
- value: 245,
1098
- children: [
1099
- { label: "路灯坏", text: "路灯坏", value: 246 },
1100
- {
1101
- label: "安全指示灯坏",
1102
- text: "安全指示灯坏",
1103
- value: 247,
1104
- children: [
1105
- {
1106
- label: "安全指示灯坏",
1107
- text: "安全指示灯坏",
1108
- value: 248,
1109
- },
1110
- ],
1111
- },
1112
- {
1113
- label: "应急灯坏",
1114
- text: "应急灯坏",
1115
- value: 249,
1116
- children: [{ label: "应急灯坏", text: "应急灯坏", value: 250 }],
1117
- },
1118
- {
1119
- label: "消防栓坏",
1120
- text: "消防栓坏",
1121
- value: 251,
1122
- children: [{ label: "消防栓坏", text: "消防栓坏", value: 252 }],
1123
- },
1124
- {
1125
- label: "沙井盖坏",
1126
- text: "沙井盖坏",
1127
- value: 253,
1128
- children: [{ label: "沙井盖坏", text: "沙井盖坏", value: 254 }],
1129
- },
1130
- {
1131
- label: "体育设施坏",
1132
- text: "体育设施坏",
1133
- value: 255,
1134
- children: [
1135
- {
1136
- label: "体育设施坏",
1137
- text: "体育设施坏",
1138
- value: 256,
1139
- },
1140
- ],
1141
- },
1142
- {
1143
- label: "路面坏",
1144
- text: "路面坏",
1145
- value: 257,
1146
- children: [{ label: "路面坏", text: "路面坏", value: 258 }],
1147
- },
1148
- {
1149
- label: "其他问题(请认真表述)",
1150
- text: "其他问题(请认真表述)",
1151
- value: 259,
1152
- children: [
1153
- {
1154
- label: "其他问题(请认真表述)",
1155
- text: "其他问题(请认真表述)",
1156
- value: 260,
1157
- },
1158
- ],
1159
- },
1160
- ],
1161
- },
1162
- {
1163
- label: "生活配件",
1164
- text: "生活配件",
1165
- value: 261,
1166
- children: [
1167
- {
1168
- label: "镜子坏",
1169
- text: "镜子坏",
1170
- value: 262,
1171
- children: [{ label: "镜子坏", text: "镜子坏", value: 263 }],
1172
- },
1173
- {
1174
- label: "晾衣架,晾衣链坏",
1175
- text: "晾衣架,晾衣链坏",
1176
- value: 264,
1177
- children: [
1178
- {
1179
- label: "晾衣架,晾衣链坏",
1180
- text: "晾衣架,晾衣链坏",
1181
- value: 265,
1182
- },
1183
- ],
1184
- },
1185
- {
1186
- label: "毛巾架坏",
1187
- text: "毛巾架坏",
1188
- value: 266,
1189
- children: [{ label: "毛巾架坏", text: "毛巾架坏", value: 267 }],
1190
- },
1191
- {
1192
- label: "挂衣钩坏",
1193
- text: "挂衣钩坏",
1194
- value: 268,
1195
- children: [{ label: "挂衣钩坏", text: "挂衣钩坏", value: 269 }],
1196
- },
1197
- {
1198
- label: "窗帘支架坏",
1199
- text: "窗帘支架坏",
1200
- value: 270,
1201
- children: [
1202
- {
1203
- label: "窗帘支架坏",
1204
- text: "窗帘支架坏",
1205
- value: 271,
1206
- },
1207
- ],
1208
- },
1209
- {
1210
- label: "置物架坏",
1211
- text: "置物架坏",
1212
- value: 272,
1213
- children: [{ label: "置物架坏", text: "置物架坏", value: 273 }],
1214
- },
1215
- {
1216
- label: "黑板坏",
1217
- text: "黑板坏",
1218
- value: 274,
1219
- children: [{ label: "黑板坏", text: "黑板坏", value: 275 }],
1220
- },
1221
- {
1222
- label: "防护栏坏",
1223
- text: "防护栏坏",
1224
- value: 276,
1225
- children: [{ label: "防护栏坏", text: "防护栏坏", value: 277 }],
1226
- },
1227
- ],
1228
- },
1229
- { label: "其他", text: "其他", value: 278 },
1230
- ],
1231
- },
1232
- ])
1233
-
1234
- const searchData = computed(() => {
1235
- return {
1236
- keyword: "title",
1237
- modelValue: "aaaaaa",
1238
- columns: columns.value,
1239
- }
1240
- })
1241
-
1242
- setTimeout(() => {
1243
- state.options = [
1244
- { text: "信息学院", value: "12" },
1245
- { text: "会计学院", value: "13" },
1246
- ]
1247
- }, 1000)
1248
- </script>
1
+ <template>
2
+ <ExPagination
3
+ url="api/worker/maintenance"
4
+ :extra-data="{ state: 'accepted' }"
5
+ single-page
6
+ :search-fixed="false"
7
+ auto-load
8
+ :search="{ ...searchData }"
9
+ persistence
10
+ >
11
+ <!-- <template #prepend>
12
+ <div>bbbbb</div>
13
+ aaaaa
14
+ </template>-->
15
+ <template #renderItem="{ item }">
16
+ <p style="margin-bottom: 30px; margin-top: 0">{{ item.content }}</p>
17
+ <p style="margin-bottom: 30px; margin-top: 0">{{ item.content }}</p>
18
+ <p style="margin-bottom: 30px; margin-top: 0">{{ item.content }}</p>
19
+ <p style="margin-bottom: 30px; margin-top: 0">{{ item.content }}</p>
20
+ </template>
21
+ </ExPagination>
22
+ </template>
23
+
24
+ <script setup>
25
+ import { reactive } from "vue"
26
+ import ExPagination from "../components/pagination/ExPagination.jsx"
27
+ import { computed } from "vue"
28
+
29
+ const state = reactive({
30
+ options: [],
31
+ })
32
+
33
+ const columns = computed(() => [
34
+ {
35
+ key: "college",
36
+ type: "select",
37
+ title: "学院",
38
+ quick: true,
39
+ options: state.options,
40
+ },
41
+ {
42
+ title: "举办时间",
43
+ type: "datetime",
44
+ key: "starttime",
45
+ condition: "include",
46
+ },
47
+ {
48
+ key: "college1",
49
+ type: "select",
50
+ title: "学院",
51
+ expandable: "multiple",
52
+ options: [
53
+ { text: "信息学院", value: "12" },
54
+ { text: "会计学院", value: "13" },
55
+ ],
56
+ },
57
+ {
58
+ key: "age",
59
+ title: "年龄",
60
+ },
61
+ {
62
+ key: "gender",
63
+ type: "select",
64
+ title: "性别",
65
+ expandable: true,
66
+ options: [
67
+ { text: "", value: "man" },
68
+ { text: "女", value: "female" },
69
+ ],
70
+ },
71
+ {
72
+ key: "cascade",
73
+ title: "级联选择器",
74
+ type: "cascade",
75
+ quick: true,
76
+ options: [
77
+ {
78
+ label: "水类维修",
79
+ text: "水类维修",
80
+ value: 19,
81
+ children: [
82
+ {
83
+ label: "花洒维修",
84
+ text: "花洒维修",
85
+ value: 20,
86
+ children: [
87
+ {
88
+ label: "浴室花洒头坏",
89
+ text: "浴室花洒头坏",
90
+ value: 21,
91
+ },
92
+ {
93
+ label: "浴室花洒管坏",
94
+ text: "浴室花洒管坏",
95
+ value: 22,
96
+ },
97
+ {
98
+ label: "浴室花洒架坏",
99
+ text: "浴室花洒架坏",
100
+ value: 23,
101
+ },
102
+ ],
103
+ },
104
+ {
105
+ label: "水龙头维修",
106
+ text: "水龙头维修",
107
+ value: 24,
108
+ children: [
109
+ {
110
+ label: "浴室冷热水龙头坏",
111
+ text: "浴室冷热水龙头坏",
112
+ value: 25,
113
+ },
114
+ {
115
+ label: "卫生间水龙头坏",
116
+ text: "卫生间水龙头坏",
117
+ value: 26,
118
+ },
119
+ {
120
+ label: "阳台水龙头坏",
121
+ text: "阳台水龙头坏",
122
+ value: 27,
123
+ },
124
+ {
125
+ label: "厨房水龙头坏",
126
+ text: "厨房水龙头坏",
127
+ value: 28,
128
+ },
129
+ {
130
+ label: "公共区域水龙头坏",
131
+ text: "公共区域水龙头坏",
132
+ value: 29,
133
+ },
134
+ {
135
+ label: "各类水龙头断裂漏水(急修)",
136
+ text: "各类水龙头断裂漏水(急修)",
137
+ value: 30,
138
+ },
139
+ ],
140
+ },
141
+ {
142
+ label: "进水管维修",
143
+ text: "进水管维修",
144
+ value: 31,
145
+ children: [
146
+ {
147
+ label: "教师洗衣机进水管坏",
148
+ text: "教师洗衣机进水管坏",
149
+ value: 32,
150
+ },
151
+ {
152
+ label: "浴室水管坏",
153
+ text: "浴室水管坏",
154
+ value: 33,
155
+ },
156
+ {
157
+ label: "卫生间水管坏",
158
+ text: "卫生间水管坏",
159
+ value: 34,
160
+ },
161
+ {
162
+ label: "阳台水管坏",
163
+ text: "阳台水管坏",
164
+ value: 35,
165
+ },
166
+ {
167
+ label: "公共区域水管坏",
168
+ text: "公共区域水管坏",
169
+ value: 36,
170
+ },
171
+ {
172
+ label: "各类水管漏水(急修)",
173
+ text: "各类水管漏水(急修)",
174
+ value: 37,
175
+ },
176
+ {
177
+ label: "楼栋主水管阀门故障(急修)",
178
+ text: "楼栋主水管阀门故障(急修)",
179
+ value: 38,
180
+ },
181
+ ],
182
+ },
183
+ {
184
+ label: "排水管维修",
185
+ text: "排水管维修",
186
+ value: 39,
187
+ children: [
188
+ {
189
+ label: "教师洗衣机排水堵塞",
190
+ text: "教师洗衣机排水堵塞",
191
+ value: 40,
192
+ },
193
+ {
194
+ label: "浴室排水管坏",
195
+ text: "浴室排水管坏",
196
+ value: 41,
197
+ },
198
+ {
199
+ label: "卫生间地板排水管坏",
200
+ text: "卫生间地板排水管坏",
201
+ value: 42,
202
+ },
203
+ {
204
+ label: "阳台地板排水管坏",
205
+ text: "阳台地板排水管坏",
206
+ value: 43,
207
+ },
208
+ {
209
+ label: "浴室天花上方排水管坏",
210
+ text: "浴室天花上方排水管坏",
211
+ value: 44,
212
+ },
213
+ {
214
+ label: "卫生间洗手台下排水管坏",
215
+ text: "卫生间洗手台下排水管坏",
216
+ value: 45,
217
+ },
218
+ {
219
+ label: "卫生间天花上方排水管坏",
220
+ text: "卫生间天花上方排水管坏",
221
+ value: 46,
222
+ },
223
+ {
224
+ label: "阳台洗手台排水管坏",
225
+ text: "阳台洗手台排水管坏",
226
+ value: 47,
227
+ },
228
+ {
229
+ label: "阳台上方排水管坏",
230
+ text: "阳台上方排水管坏",
231
+ value: 48,
232
+ },
233
+ {
234
+ label: "走廊排水口堵塞",
235
+ text: "走廊排水口堵塞",
236
+ value: 49,
237
+ },
238
+ {
239
+ label: "公共区域卫生间洗手盆排水管坏",
240
+ text: "公共区域卫生间洗手盆排水管坏",
241
+ value: 50,
242
+ },
243
+ ],
244
+ },
245
+ {
246
+ label: "洗手盆维修",
247
+ text: "洗手盆维修",
248
+ value: 51,
249
+ children: [
250
+ {
251
+ label: "卫生间洗手盆坏",
252
+ text: "卫生间洗手盆坏",
253
+ value: 52,
254
+ },
255
+ {
256
+ label: "阳台洗手盆坏",
257
+ text: "阳台洗手盆坏",
258
+ value: 53,
259
+ },
260
+ {
261
+ label: "厨房洗菜盆坏",
262
+ text: "厨房洗菜盆坏",
263
+ value: 54,
264
+ },
265
+ {
266
+ label: "厨房台板坏",
267
+ text: "厨房台板坏",
268
+ value: 55,
269
+ },
270
+ {
271
+ label: "公共区域洗手盆坏",
272
+ text: "公共区域洗手盆坏",
273
+ value: 56,
274
+ },
275
+ ],
276
+ },
277
+ {
278
+ label: "冲水阀和厕盆问题",
279
+ text: "冲水阀和厕盆问题",
280
+ value: 57,
281
+ children: [
282
+ {
283
+ label: "卫生间冲水管/阀坏(急修)",
284
+ text: "卫生间冲水管/阀坏(急修)",
285
+ value: 58,
286
+ },
287
+ {
288
+ label: "卫生间排水堵塞(急修)",
289
+ text: "卫生间排水堵塞(急修)",
290
+ value: 59,
291
+ },
292
+ {
293
+ label: "卫生间厕盆坏",
294
+ text: "卫生间厕盆坏",
295
+ value: 60,
296
+ },
297
+ {
298
+ label: "公共卫生间冲水管/阀坏(急修)",
299
+ text: "公共卫生间冲水管/阀坏(急修)",
300
+ value: 61,
301
+ },
302
+ {
303
+ label: "公共卫生间排水堵塞(急修)",
304
+ text: "公共卫生间排水堵塞(急修)",
305
+ value: 62,
306
+ },
307
+ {
308
+ label: "公共卫生间便池坏",
309
+ text: "公共卫生间便池坏",
310
+ value: 63,
311
+ },
312
+ ],
313
+ },
314
+ ],
315
+ },
316
+ {
317
+ label: "电类维修",
318
+ text: "电类维修",
319
+ value: 64,
320
+ children: [
321
+ {
322
+ label: "灯具维修",
323
+ text: "灯具维修",
324
+ value: 65,
325
+ children: [
326
+ {
327
+ label: "浴室灯坏(急修)",
328
+ text: "浴室灯坏(急修)",
329
+ value: 66,
330
+ },
331
+ {
332
+ label: "卫生间灯坏",
333
+ text: "卫生间灯坏",
334
+ value: 67,
335
+ },
336
+ { label: "房间灯坏", text: "房间灯坏", value: 68 },
337
+ { label: "阳台灯坏", text: "阳台灯坏", value: 69 },
338
+ { label: "厨房灯坏", text: "厨房灯坏", value: 70 },
339
+ { label: "楼梯灯坏", text: "楼梯灯坏", value: 71 },
340
+ { label: "走廊灯坏", text: "走廊灯坏", value: 72 },
341
+ {
342
+ label: "教室、办公室灯坏",
343
+ text: "教室、办公室灯坏",
344
+ value: 73,
345
+ },
346
+ { label: "灯管脱落", text: "灯管脱落", value: 74 },
347
+ {
348
+ label: "高杆灯故障",
349
+ text: "高杆灯故障",
350
+ value: 75,
351
+ },
352
+ {
353
+ label: "路灯灯杆坍塌(急修)",
354
+ text: "路灯灯杆坍塌(急修)",
355
+ value: 76,
356
+ },
357
+ ],
358
+ },
359
+ {
360
+ label: "开关维修",
361
+ text: "开关维修",
362
+ value: 77,
363
+ children: [
364
+ {
365
+ label: "浴室灯开关坏",
366
+ text: "浴室灯开关坏",
367
+ value: 78,
368
+ },
369
+ {
370
+ label: "卫生间灯开关坏",
371
+ text: "卫生间灯开关坏",
372
+ value: 79,
373
+ },
374
+ {
375
+ label: "房间灯管开关坏",
376
+ text: "房间灯管开关坏",
377
+ value: 80,
378
+ },
379
+ {
380
+ label: "浴室排气扇开关坏",
381
+ text: "浴室排气扇开关坏",
382
+ value: 81,
383
+ },
384
+ {
385
+ label: "厕所排气扇开关坏",
386
+ text: "厕所排气扇开关坏",
387
+ value: 82,
388
+ },
389
+ {
390
+ label: "房间风扇开关坏",
391
+ text: "房间风扇开关坏",
392
+ value: 83,
393
+ },
394
+ {
395
+ label: "阳台灯开关坏",
396
+ text: "阳台灯开关坏",
397
+ value: 84,
398
+ },
399
+ {
400
+ label: "厨房灯开关坏",
401
+ text: "厨房灯开关坏",
402
+ value: 85,
403
+ },
404
+ {
405
+ label: "公共区域灯管开关坏",
406
+ text: "公共区域灯管开关坏",
407
+ value: 86,
408
+ },
409
+ {
410
+ label: "公共区域卫生间灯开关坏",
411
+ text: "公共区域卫生间灯开关坏",
412
+ value: 87,
413
+ },
414
+ {
415
+ label: "楼梯灯开关坏",
416
+ text: "楼梯灯开关坏",
417
+ value: 88,
418
+ },
419
+ {
420
+ label: "走廊灯开关坏",
421
+ text: "走廊灯开关坏",
422
+ value: 89,
423
+ },
424
+ {
425
+ label: "楼栋、楼层总开关故障(急修)",
426
+ text: "楼栋、楼层总开关故障(急修)",
427
+ value: 90,
428
+ },
429
+ {
430
+ label: "热水系统控制系统开关故障(急修)",
431
+ text: "热水系统控制系统开关故障(急修)",
432
+ value: 91,
433
+ },
434
+ ],
435
+ },
436
+ {
437
+ label: "插座维修",
438
+ text: "插座维修",
439
+ value: 92,
440
+ children: [
441
+ {
442
+ label: "房间插座坏",
443
+ text: "房间插座坏",
444
+ value: 93,
445
+ },
446
+ {
447
+ label: "浴室热水卡机插座坏",
448
+ text: "浴室热水卡机插座坏",
449
+ value: 94,
450
+ },
451
+ {
452
+ label: "房间空调插座坏",
453
+ text: "房间空调插座坏",
454
+ value: 95,
455
+ },
456
+ {
457
+ label: "阳台插座坏",
458
+ text: "阳台插座坏",
459
+ value: 96,
460
+ },
461
+ {
462
+ label: "教室、办公室插座坏",
463
+ text: "教室、办公室插座坏",
464
+ value: 97,
465
+ },
466
+ { label: "厨房插座坏", text: "厨房插座坏", value: 98 },
467
+ ],
468
+ },
469
+ {
470
+ label: "风扇和排气扇维修",
471
+ text: "风扇和排气扇维修",
472
+ value: 99,
473
+ children: [
474
+ {
475
+ label: "房间吸顶扇坏",
476
+ text: "房间吸顶扇坏",
477
+ value: 100,
478
+ },
479
+ {
480
+ label: "卫生间排气扇坏",
481
+ text: "卫生间排气扇坏",
482
+ value: 101,
483
+ },
484
+ {
485
+ label: "浴室排气扇坏",
486
+ text: "浴室排气扇坏",
487
+ value: 102,
488
+ },
489
+ {
490
+ label: "厨房排气扇坏",
491
+ text: "厨房排气扇坏",
492
+ value: 103,
493
+ },
494
+ {
495
+ label: "教室吸顶扇坏",
496
+ text: "教室吸顶扇坏",
497
+ value: 104,
498
+ },
499
+ {
500
+ label: "教室吊扇坏",
501
+ text: "教室吊扇坏",
502
+ value: 105,
503
+ },
504
+ {
505
+ label: "风扇脱落(急修)",
506
+ text: "风扇脱落(急修)",
507
+ value: 106,
508
+ },
509
+ ],
510
+ },
511
+ {
512
+ label: "电箱和线路保护盒维修",
513
+ text: "电箱和线路保护盒维修",
514
+ value: 107,
515
+ children: [
516
+ {
517
+ label: "浴室线路保护盒坏",
518
+ text: "浴室线路保护盒坏",
519
+ value: 108,
520
+ },
521
+ {
522
+ label: "房间电箱坏",
523
+ text: "房间电箱坏",
524
+ value: 109,
525
+ },
526
+ {
527
+ label: "房间电线保护盒坏",
528
+ text: "房间电线保护盒坏",
529
+ value: 110,
530
+ },
531
+ {
532
+ label: "教室电箱坏",
533
+ text: "教室电箱坏",
534
+ value: 111,
535
+ },
536
+ {
537
+ label: "用户电表后线路短路(急修)",
538
+ text: "用户电表后线路短路(急修)",
539
+ value: 112,
540
+ },
541
+ {
542
+ label: "电表故障(急修)",
543
+ text: "电表故障(急修)",
544
+ value: 113,
545
+ },
546
+ ],
547
+ },
548
+ ],
549
+ },
550
+ {
551
+ label: "门窗维修",
552
+ text: "门窗维修",
553
+ value: 114,
554
+ children: [
555
+ {
556
+ label: "门维修",
557
+ text: "门维修",
558
+ value: 115,
559
+ children: [
560
+ { label: "浴室门坏", text: "浴室门坏", value: 116 },
561
+ { label: "厕所门坏", text: "厕所门坏", value: 117 },
562
+ {
563
+ label: "阳台玻璃门破裂",
564
+ text: "阳台玻璃门破裂",
565
+ value: 118,
566
+ },
567
+ {
568
+ label: "楼栋入户门坏",
569
+ text: "楼栋入户门坏",
570
+ value: 119,
571
+ },
572
+ { label: "房间门坏", text: "房间门坏", value: 120 },
573
+ { label: "防盗门坏", text: "防盗门坏", value: 121 },
574
+ { label: "天台门坏", text: "天台门坏", value: 122 },
575
+ { label: "纱门坏", text: "纱门坏", value: 123 },
576
+ { label: "厨房门坏", text: "厨房门坏", value: 124 },
577
+ {
578
+ label: "各类门锁故障(急修)",
579
+ text: "各类门锁故障(急修)",
580
+ value: 125,
581
+ },
582
+ ],
583
+ },
584
+ {
585
+ label: "窗户维修",
586
+ text: "窗户维修",
587
+ value: 126,
588
+ children: [
589
+ { label: "窗帘坏", text: "窗帘坏", value: 127 },
590
+ { label: "纱窗坏", text: "纱窗坏", value: 128 },
591
+ { label: "浴室窗坏", text: "浴室窗坏", value: 129 },
592
+ {
593
+ label: "阳台防盗网坏",
594
+ text: "阳台防盗网坏",
595
+ value: 130,
596
+ },
597
+ {
598
+ label: "房间门上窗户坏",
599
+ text: "房间门上窗户坏",
600
+ value: 131,
601
+ },
602
+ {
603
+ label: "房间窗户坏",
604
+ text: "房间窗户坏",
605
+ value: 132,
606
+ },
607
+ {
608
+ label: "楼梯窗户坏",
609
+ text: "楼梯窗户坏",
610
+ value: 133,
611
+ },
612
+ {
613
+ label: "厨房窗户坏",
614
+ text: "厨房窗户坏",
615
+ value: 134,
616
+ },
617
+ {
618
+ label: "教室窗户坏",
619
+ text: "教室窗户坏",
620
+ value: 135,
621
+ },
622
+ {
623
+ label: "公共区域卫生间窗户坏",
624
+ text: "公共区域卫生间窗户坏",
625
+ value: 136,
626
+ },
627
+ ],
628
+ },
629
+ ],
630
+ },
631
+ {
632
+ label: "家具维修",
633
+ text: "家具维修",
634
+ value: 137,
635
+ children: [
636
+ {
637
+ label: "柜子维修",
638
+ text: "柜子维修",
639
+ value: 138,
640
+ children: [
641
+ { label: "结构松动", text: "结构松动", value: 139 },
642
+ { label: "柜门松动", text: "柜门松动", value: 140 },
643
+ { label: "虫蛀", text: "虫蛀", value: 141 },
644
+ {
645
+ label: "拉手或合页坏",
646
+ text: "拉手或合页坏",
647
+ value: 142,
648
+ },
649
+ {
650
+ label: "各类板损坏",
651
+ text: "各类板损坏",
652
+ value: 143,
653
+ },
654
+ ],
655
+ },
656
+ {
657
+ label: "办公桌维修",
658
+ text: "办公桌维修",
659
+ value: 144,
660
+ children: [
661
+ {
662
+ label: "结构松动松动",
663
+ text: "结构松动松动",
664
+ value: 145,
665
+ },
666
+ { label: "键盘托坏", text: "键盘托坏", value: 146 },
667
+ {
668
+ label: "键盘导轨坏",
669
+ text: "键盘导轨坏",
670
+ value: 147,
671
+ },
672
+ {
673
+ label: "拉手或合页坏",
674
+ text: "拉手或合页坏",
675
+ value: 148,
676
+ },
677
+ {
678
+ label: "各类板损坏",
679
+ text: "各类板损坏",
680
+ value: 149,
681
+ },
682
+ ],
683
+ },
684
+ {
685
+ label: "木床架维修",
686
+ text: "木床架维修",
687
+ value: 150,
688
+ children: [
689
+ { label: "床架松动", text: "床架松动", value: 151 },
690
+ { label: "床板断裂", text: "床板断裂", value: 152 },
691
+ { label: "床板松动", text: "床板松动", value: 153 },
692
+ { label: "床梯松动", text: "床梯松动", value: 154 },
693
+ ],
694
+ },
695
+ {
696
+ label: "椅子和蚊帐架维修",
697
+ text: "椅子和蚊帐架维修",
698
+ value: 155,
699
+ children: [
700
+ { label: "椅子缺失", text: "椅子缺失", value: 156 },
701
+ {
702
+ label: "椅子铁架损坏",
703
+ text: "椅子铁架损坏",
704
+ value: 157,
705
+ },
706
+ {
707
+ label: "椅子板损坏",
708
+ text: "椅子板损坏",
709
+ value: 158,
710
+ },
711
+ { label: "背板损坏", text: "背板损坏", value: 159 },
712
+ {
713
+ label: "蚊帐架缺失",
714
+ text: "蚊帐架缺失",
715
+ value: 160,
716
+ },
717
+ {
718
+ label: "蚊帐架损坏",
719
+ text: "蚊帐架损坏",
720
+ value: 161,
721
+ },
722
+ ],
723
+ },
724
+ {
725
+ label: "书架维修",
726
+ text: "书架维修",
727
+ value: 162,
728
+ children: [
729
+ { label: "书架松动", text: "书架松动", value: 163 },
730
+ {
731
+ label: "各类板损坏",
732
+ text: "各类板损坏",
733
+ value: 164,
734
+ },
735
+ ],
736
+ },
737
+ {
738
+ label: "办公椅维修",
739
+ text: "办公椅维修",
740
+ value: 165,
741
+ children: [
742
+ { label: "坐板坏", text: "坐板坏", value: 166 },
743
+ { label: "背板坏", text: "背板坏", value: 167 },
744
+ { label: "升降坏", text: "升降坏", value: 168 },
745
+ { label: "扶手坏", text: "扶手坏", value: 169 },
746
+ ],
747
+ },
748
+ {
749
+ label: "教室课桌椅维修",
750
+ text: "教室课桌椅维修",
751
+ value: 170,
752
+ children: [
753
+ {
754
+ label: "实木课桌椅维修",
755
+ text: "实木课桌椅维修",
756
+ value: 171,
757
+ },
758
+ {
759
+ label: "吹塑课桌椅维修",
760
+ text: "吹塑课桌椅维修",
761
+ value: 172,
762
+ },
763
+ ],
764
+ },
765
+ {
766
+ label: "讲台、吧椅维修",
767
+ text: "讲台、吧椅维修",
768
+ value: 173,
769
+ children: [
770
+ {
771
+ label: "讲台结构松动",
772
+ text: "讲台结构松动",
773
+ value: 174,
774
+ },
775
+ { label: "键盘托坏", text: "键盘托坏", value: 175 },
776
+ {
777
+ label: "键盘导轨坏",
778
+ text: "键盘导轨坏",
779
+ value: 176,
780
+ },
781
+ { label: "讲台板坏", text: "讲台板坏", value: 177 },
782
+ {
783
+ label: "讲台椅坐板坏",
784
+ text: "讲台椅坐板坏",
785
+ value: 178,
786
+ },
787
+ {
788
+ label: "讲台椅背板坏",
789
+ text: "讲台椅背板坏",
790
+ value: 179,
791
+ },
792
+ {
793
+ label: "讲台椅升降坏",
794
+ text: "讲台椅升降坏",
795
+ value: 180,
796
+ },
797
+ {
798
+ label: "讲台椅子椅脚坏",
799
+ text: "讲台椅子椅脚坏",
800
+ value: 181,
801
+ },
802
+ ],
803
+ },
804
+ {
805
+ label: "礼堂椅、卡座、文件柜",
806
+ text: "礼堂椅、卡座、文件柜",
807
+ value: 182,
808
+ children: [
809
+ { label: "礼堂椅坏", text: "礼堂椅坏", value: 183 },
810
+ { label: "卡座损坏", text: "卡座损坏", value: 184 },
811
+ {
812
+ label: "文件柜锁坏",
813
+ text: "文件柜锁坏",
814
+ value: 185,
815
+ },
816
+ ],
817
+ },
818
+ { label: "其他", text: "其他", value: 186 },
819
+ ],
820
+ },
821
+ {
822
+ label: "电器维修",
823
+ text: "电器维修",
824
+ value: 187,
825
+ children: [
826
+ {
827
+ label: "空调维修",
828
+ text: "空调维修",
829
+ value: 188,
830
+ children: [{ label: "空调维修", text: "空调维修", value: 189 }],
831
+ },
832
+ {
833
+ label: "洗衣机维修(教师宿舍)",
834
+ text: "洗衣机维修(教师宿舍)",
835
+ value: 190,
836
+ children: [
837
+ {
838
+ label: "洗衣机维修",
839
+ text: "洗衣机维修",
840
+ value: 191,
841
+ },
842
+ ],
843
+ },
844
+ {
845
+ label: "热水器维修",
846
+ text: "热水器维修",
847
+ value: 192,
848
+ children: [
849
+ {
850
+ label: "热水器维修",
851
+ text: "热水器维修",
852
+ value: 193,
853
+ },
854
+ ],
855
+ },
856
+ {
857
+ label: "电视机维修",
858
+ text: "电视机维修",
859
+ value: 194,
860
+ children: [
861
+ {
862
+ label: "电视机维修",
863
+ text: "电视机维修",
864
+ value: 195,
865
+ },
866
+ ],
867
+ },
868
+ {
869
+ label: "燃气灶维修",
870
+ text: "燃气灶维修",
871
+ value: 196,
872
+ children: [
873
+ {
874
+ label: "燃气灶维修",
875
+ text: "燃气灶维修",
876
+ value: 197,
877
+ },
878
+ ],
879
+ },
880
+ {
881
+ label: "抽油烟器维修",
882
+ text: "抽油烟器维修",
883
+ value: 198,
884
+ children: [
885
+ {
886
+ label: "抽油烟器维修",
887
+ text: "抽油烟器维修",
888
+ value: 199,
889
+ },
890
+ ],
891
+ },
892
+ {
893
+ label: "落地扇维修",
894
+ text: "落地扇维修",
895
+ value: 200,
896
+ children: [
897
+ {
898
+ label: "落地扇维修",
899
+ text: "落地扇维修",
900
+ value: 201,
901
+ },
902
+ ],
903
+ },
904
+ {
905
+ label: "电冰箱维修",
906
+ text: "电冰箱维修",
907
+ value: 202,
908
+ children: [
909
+ {
910
+ label: "电冰箱维修",
911
+ text: "电冰箱维修",
912
+ value: 203,
913
+ },
914
+ ],
915
+ },
916
+ {
917
+ label: "微波炉维修",
918
+ text: "微波炉维修",
919
+ value: 204,
920
+ children: [
921
+ {
922
+ label: "微波炉维修",
923
+ text: "微波炉维修",
924
+ value: 205,
925
+ },
926
+ ],
927
+ },
928
+ {
929
+ label: "房间饮水机维修",
930
+ text: "房间饮水机维修",
931
+ value: 206,
932
+ children: [
933
+ {
934
+ label: "房间饮水机维修",
935
+ text: "房间饮水机维修",
936
+ value: 207,
937
+ },
938
+ ],
939
+ },
940
+ ],
941
+ },
942
+ {
943
+ label: "建筑结构",
944
+ text: "建筑结构",
945
+ value: 208,
946
+ children: [
947
+ {
948
+ label: "天花开裂",
949
+ text: "天花开裂",
950
+ value: 209,
951
+ children: [{ label: "天花开裂", text: "天花开裂", value: 210 }],
952
+ },
953
+ {
954
+ label: "房屋漏水",
955
+ text: "房屋漏水",
956
+ value: 211,
957
+ children: [{ label: "房屋漏水", text: "房屋漏水", value: 212 }],
958
+ },
959
+ {
960
+ label: "房屋渗水",
961
+ text: "房屋渗水",
962
+ value: 213,
963
+ children: [{ label: "房屋渗水", text: "房屋渗水", value: 214 }],
964
+ },
965
+ {
966
+ label: "墙皮掉灰、发霉",
967
+ text: "墙皮掉灰、发霉",
968
+ value: 215,
969
+ children: [
970
+ {
971
+ label: "墙皮掉灰、发霉",
972
+ text: "墙皮掉灰、发霉",
973
+ value: 216,
974
+ },
975
+ ],
976
+ },
977
+ {
978
+ label: "地板下陷",
979
+ text: "地板下陷",
980
+ value: 217,
981
+ children: [{ label: "地板下陷", text: "地板下陷", value: 218 }],
982
+ },
983
+ {
984
+ label: "瓷砖脱落",
985
+ text: "瓷砖脱落",
986
+ value: 219,
987
+ children: [{ label: "瓷砖脱落", text: "瓷砖脱落", value: 220 }],
988
+ },
989
+ {
990
+ label: "天面水管问题",
991
+ text: "天面水管问题",
992
+ value: 221,
993
+ children: [
994
+ {
995
+ label: "天面水管问题",
996
+ text: "天面水管问题",
997
+ value: 222,
998
+ },
999
+ ],
1000
+ },
1001
+ {
1002
+ label: "其他问题(请认真表述)",
1003
+ text: "其他问题(请认真表述)",
1004
+ value: 225,
1005
+ children: [
1006
+ {
1007
+ label: "其他问题(请认真表述)",
1008
+ text: "其他问题(请认真表述)",
1009
+ value: 226,
1010
+ },
1011
+ ],
1012
+ },
1013
+ ],
1014
+ },
1015
+ {
1016
+ label: "四害消杀",
1017
+ text: "四害消杀",
1018
+ value: 227,
1019
+ children: [
1020
+ {
1021
+ label: "红火蚁消杀",
1022
+ text: "红火蚁消杀",
1023
+ value: 228,
1024
+ children: [
1025
+ {
1026
+ label: "红火蚁消杀",
1027
+ text: "红火蚁消杀",
1028
+ value: 229,
1029
+ },
1030
+ ],
1031
+ },
1032
+ {
1033
+ label: "老鼠消杀",
1034
+ text: "老鼠消杀",
1035
+ value: 230,
1036
+ children: [{ label: "老鼠消杀", text: "老鼠消杀", value: 231 }],
1037
+ },
1038
+ {
1039
+ label: "白蚁消杀",
1040
+ text: "白蚁消杀",
1041
+ value: 232,
1042
+ children: [{ label: "白蚁消杀", text: "白蚁消杀", value: 233 }],
1043
+ },
1044
+ {
1045
+ label: "蛇消杀",
1046
+ text: "蛇消杀",
1047
+ value: 234,
1048
+ children: [{ label: "蛇消杀", text: "蛇消杀", value: 235 }],
1049
+ },
1050
+ {
1051
+ label: "黄蜂消杀",
1052
+ text: "黄蜂消杀",
1053
+ value: 236,
1054
+ children: [{ label: "黄蜂消杀", text: "黄蜂消杀", value: 237 }],
1055
+ },
1056
+ ],
1057
+ },
1058
+ {
1059
+ label: "热水系统",
1060
+ text: "热水系统",
1061
+ value: 238,
1062
+ children: [
1063
+ {
1064
+ label: "热泵坏",
1065
+ text: "热泵坏",
1066
+ value: 239,
1067
+ children: [{ label: "热泵坏", text: "热泵坏", value: 240 }],
1068
+ },
1069
+ {
1070
+ label: "热水卡机故障",
1071
+ text: "热水卡机故障",
1072
+ value: 241,
1073
+ children: [
1074
+ {
1075
+ label: "热水卡机故障",
1076
+ text: "热水卡机故障",
1077
+ value: 242,
1078
+ },
1079
+ ],
1080
+ },
1081
+ {
1082
+ label: "公共热水管问题",
1083
+ text: "公共热水管问题",
1084
+ value: 243,
1085
+ children: [
1086
+ {
1087
+ label: "公共热水管问题(急修)",
1088
+ text: "公共热水管问题(急修)",
1089
+ value: 244,
1090
+ },
1091
+ ],
1092
+ },
1093
+ ],
1094
+ },
1095
+ {
1096
+ label: "公共设施及其他",
1097
+ text: "公共设施及其他",
1098
+ value: 245,
1099
+ children: [
1100
+ { label: "路灯坏", text: "路灯坏", value: 246 },
1101
+ {
1102
+ label: "安全指示灯坏",
1103
+ text: "安全指示灯坏",
1104
+ value: 247,
1105
+ children: [
1106
+ {
1107
+ label: "安全指示灯坏",
1108
+ text: "安全指示灯坏",
1109
+ value: 248,
1110
+ },
1111
+ ],
1112
+ },
1113
+ {
1114
+ label: "应急灯坏",
1115
+ text: "应急灯坏",
1116
+ value: 249,
1117
+ children: [{ label: "应急灯坏", text: "应急灯坏", value: 250 }],
1118
+ },
1119
+ {
1120
+ label: "消防栓坏",
1121
+ text: "消防栓坏",
1122
+ value: 251,
1123
+ children: [{ label: "消防栓坏", text: "消防栓坏", value: 252 }],
1124
+ },
1125
+ {
1126
+ label: "沙井盖坏",
1127
+ text: "沙井盖坏",
1128
+ value: 253,
1129
+ children: [{ label: "沙井盖坏", text: "沙井盖坏", value: 254 }],
1130
+ },
1131
+ {
1132
+ label: "体育设施坏",
1133
+ text: "体育设施坏",
1134
+ value: 255,
1135
+ children: [
1136
+ {
1137
+ label: "体育设施坏",
1138
+ text: "体育设施坏",
1139
+ value: 256,
1140
+ },
1141
+ ],
1142
+ },
1143
+ {
1144
+ label: "路面坏",
1145
+ text: "路面坏",
1146
+ value: 257,
1147
+ children: [{ label: "路面坏", text: "路面坏", value: 258 }],
1148
+ },
1149
+ {
1150
+ label: "其他问题(请认真表述)",
1151
+ text: "其他问题(请认真表述)",
1152
+ value: 259,
1153
+ children: [
1154
+ {
1155
+ label: "其他问题(请认真表述)",
1156
+ text: "其他问题(请认真表述)",
1157
+ value: 260,
1158
+ },
1159
+ ],
1160
+ },
1161
+ ],
1162
+ },
1163
+ {
1164
+ label: "生活配件",
1165
+ text: "生活配件",
1166
+ value: 261,
1167
+ children: [
1168
+ {
1169
+ label: "镜子坏",
1170
+ text: "镜子坏",
1171
+ value: 262,
1172
+ children: [{ label: "镜子坏", text: "镜子坏", value: 263 }],
1173
+ },
1174
+ {
1175
+ label: "晾衣架,晾衣链坏",
1176
+ text: "晾衣架,晾衣链坏",
1177
+ value: 264,
1178
+ children: [
1179
+ {
1180
+ label: "晾衣架,晾衣链坏",
1181
+ text: "晾衣架,晾衣链坏",
1182
+ value: 265,
1183
+ },
1184
+ ],
1185
+ },
1186
+ {
1187
+ label: "毛巾架坏",
1188
+ text: "毛巾架坏",
1189
+ value: 266,
1190
+ children: [{ label: "毛巾架坏", text: "毛巾架坏", value: 267 }],
1191
+ },
1192
+ {
1193
+ label: "挂衣钩坏",
1194
+ text: "挂衣钩坏",
1195
+ value: 268,
1196
+ children: [{ label: "挂衣钩坏", text: "挂衣钩坏", value: 269 }],
1197
+ },
1198
+ {
1199
+ label: "窗帘支架坏",
1200
+ text: "窗帘支架坏",
1201
+ value: 270,
1202
+ children: [
1203
+ {
1204
+ label: "窗帘支架坏",
1205
+ text: "窗帘支架坏",
1206
+ value: 271,
1207
+ },
1208
+ ],
1209
+ },
1210
+ {
1211
+ label: "置物架坏",
1212
+ text: "置物架坏",
1213
+ value: 272,
1214
+ children: [{ label: "置物架坏", text: "置物架坏", value: 273 }],
1215
+ },
1216
+ {
1217
+ label: "黑板坏",
1218
+ text: "黑板坏",
1219
+ value: 274,
1220
+ children: [{ label: "黑板坏", text: "黑板坏", value: 275 }],
1221
+ },
1222
+ {
1223
+ label: "防护栏坏",
1224
+ text: "防护栏坏",
1225
+ value: 276,
1226
+ children: [{ label: "防护栏坏", text: "防护栏坏", value: 277 }],
1227
+ },
1228
+ ],
1229
+ },
1230
+ { label: "其他", text: "其他", value: 278 },
1231
+ ],
1232
+ },
1233
+ ])
1234
+
1235
+ const searchData = computed(() => {
1236
+ return {
1237
+ keyword: "title",
1238
+ modelValue: "aaaaaa",
1239
+ columns: columns.value,
1240
+ adapter: "newbie",
1241
+ }
1242
+ })
1243
+
1244
+ setTimeout(() => {
1245
+ state.options = [
1246
+ { text: "信息学院", value: "12" },
1247
+ { text: "会计学院", value: "13" },
1248
+ ]
1249
+ }, 1000)
1250
+ </script>