szld-libs 0.4.39 → 0.4.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/mock/index.js CHANGED
@@ -4,359 +4,415 @@ const baseAttrList = [];
4
4
  const attrList = [
5
5
  {
6
6
  xh: 1,
7
- asid: "85E7286A542146ADBED6A9FBF1085071",
7
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
8
8
  astype: 0,
9
- tname: "qsdhzx_table",
10
- attrid: "9EB8CFD728A942EB819A11660EDABAA7",
11
- attrname: "唯一编号",
9
+ tname: "gg_table",
10
+ attrid: "6A63A6508C0E44D38AB68CB27EC332E8",
11
+ attrname: "狗狗照片",
12
12
  attrtype: 0,
13
- info: '{"input":"text","dataType":"string","length":100,"auto-generate":true,"auto-generate-type":"guid","hidden":true}',
13
+ info: '{"input":"image","upload-accept":".png,.jpg,.jpeg","upload-max-count":"5","upload-size":"5","dataType":"string","length":4000}',
14
14
  info_base64: 0,
15
- createtime: "2026-03-10 15:21:07",
15
+ createtime: "2026-01-05 21:29:46",
16
16
  attrvalue: "",
17
- serialnum: 0,
17
+ serialnum: 1,
18
18
  children: [],
19
19
  json: {
20
- input: "text",
20
+ input: "image",
21
+ "upload-accept": ".png,.jpg,.jpeg",
22
+ "upload-max-count": "5",
23
+ "upload-size": "5",
21
24
  dataType: "string",
22
- length: 100,
23
- "auto-generate": true,
24
- "auto-generate-type": "guid",
25
- hidden: true
25
+ length: 4e3
26
26
  }
27
27
  },
28
28
  {
29
29
  xh: 2,
30
- asid: "85E7286A542146ADBED6A9FBF1085071",
30
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
31
31
  astype: 0,
32
- tname: "qsdhzx_table",
33
- attrid: "4903558D3BC1429BA4750C103F93B6A4",
34
- attrname: "长者姓名",
32
+ tname: "gg_table",
33
+ attrid: "BB5FFD9EC1034781BC3E89FEFD78879C",
34
+ attrname: "姓名",
35
35
  attrtype: 0,
36
- info: '{"input":"text","dataType":"string","length":100,"must":true}',
36
+ info: '{"input":"text","dataType":"string","length":20,"must":true,"regexp":"/^[A-Za-z]+$/","regexp-message":"请输入英文字母"}',
37
37
  info_base64: 0,
38
- createtime: "2026-04-24 15:44:27",
38
+ createtime: "2026-01-05 21:25:49",
39
39
  attrvalue: "",
40
- serialnum: 1,
40
+ serialnum: 2,
41
41
  children: [],
42
42
  json: {
43
43
  input: "text",
44
44
  dataType: "string",
45
- length: 100,
46
- must: true
45
+ length: 20,
46
+ must: true,
47
+ regexp: "/^[A-Za-z]+$/",
48
+ "regexp-message": "请输入英文字母"
47
49
  }
48
50
  },
49
51
  {
50
52
  xh: 3,
51
- asid: "85E7286A542146ADBED6A9FBF1085071",
53
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
52
54
  astype: 0,
53
- tname: "qsdhzx_table",
54
- attrid: "92AAD3974D324DB3816206C6FCDC4BA2",
55
- attrname: "年龄",
55
+ tname: "gg_table",
56
+ attrid: "799FBD4386A04D8198FC7F33B120F68E",
57
+ attrname: "品种",
56
58
  attrtype: 0,
57
- info: '{"input":"number","dataType":"int","must":true}',
59
+ info: '{"input":"text","dataType":"string","length":100}',
58
60
  info_base64: 0,
59
- createtime: "2026-04-07 10:34:18",
61
+ createtime: "2026-01-05 21:26:01",
60
62
  attrvalue: "",
61
63
  serialnum: 2,
62
64
  children: [],
63
65
  json: {
64
- input: "number",
65
- dataType: "int",
66
- must: true
66
+ input: "text",
67
+ dataType: "string",
68
+ length: 100
67
69
  }
68
70
  },
69
71
  {
70
72
  xh: 4,
71
- asid: "85E7286A542146ADBED6A9FBF1085071",
73
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
72
74
  astype: 0,
73
- tname: "qsdhzx_table",
74
- attrid: "287D36D458CE4BBBA2E4421783660185",
75
- attrname: "性别",
75
+ tname: "gg_table",
76
+ attrid: "B1B10494F9A949CCBD26567A597E8DAE",
77
+ attrname: "重量",
76
78
  attrtype: 0,
77
- info: '{"input":"select","dataType":"string","length":100,"inputType":"local","data":["",""],"must":true}',
79
+ info: '{"input":"text","dataType":"string","length":3,"combination":true,"combination-id":1,"combination-name":"重量","combination-width-ratio":0.7,"must":true}',
78
80
  info_base64: 0,
79
- createtime: "2026-04-07 10:34:44",
81
+ createtime: "2026-01-05 21:26:13",
80
82
  attrvalue: "",
81
83
  serialnum: 3,
82
84
  children: [],
83
85
  json: {
84
- input: "select",
86
+ input: "text",
85
87
  dataType: "string",
86
- length: 100,
87
- inputType: "local",
88
- data: ["", "女"],
88
+ length: 3,
89
+ combination: true,
90
+ "combination-id": 1,
91
+ "combination-name": "重量",
92
+ "combination-width-ratio": 0.7,
89
93
  must: true
90
94
  }
91
95
  },
92
96
  {
93
97
  xh: 5,
94
- asid: "85E7286A542146ADBED6A9FBF1085071",
98
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
95
99
  astype: 0,
96
- tname: "qsdhzx_table",
97
- attrid: "FAA62E0A10374570A2F4B22A908136C0",
98
- attrname: "来电人",
100
+ tname: "gg_table",
101
+ attrid: "A3CB9307DED6493382C78E065F3C6A99",
102
+ attrname: "单位",
99
103
  attrtype: 0,
100
- info: '{"input":"text","dataType":"string","length":100,"must":true}',
104
+ info: '{"input":"select","dataType":"string","length":100,"inputType":"local","data":["5000008-1","5000008-2"],"default":"5000008-1","combination":true,"combination-id":1,"combination-name":"重量","combination-width-ratio":0.3,"must":true}',
101
105
  info_base64: 0,
102
- createtime: "2026-03-10 15:21:10",
106
+ createtime: "2026-01-05 21:27:16",
103
107
  attrvalue: "",
104
108
  serialnum: 4,
105
109
  children: [],
106
110
  json: {
107
- input: "text",
111
+ input: "select",
108
112
  dataType: "string",
109
113
  length: 100,
114
+ inputType: "local",
115
+ data: ["5000008-1", "5000008-2"],
116
+ default: "5000008-1",
117
+ combination: true,
118
+ "combination-id": 1,
119
+ "combination-name": "重量",
120
+ "combination-width-ratio": 0.3,
110
121
  must: true
111
122
  }
112
123
  },
124
+ {
125
+ xh: 6,
126
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
127
+ astype: 0,
128
+ tname: "gg_table",
129
+ attrid: "F0999F269D3C4425A59A883442055C5C",
130
+ attrname: "性别",
131
+ attrtype: 0,
132
+ info: '{"input":"radio","dataType":"string","length":100,"inputType":"local","data":["5000014-1","5000014-2"]}',
133
+ info_base64: 0,
134
+ createtime: "2026-01-05 21:28:11",
135
+ attrvalue: "",
136
+ serialnum: 5,
137
+ children: [],
138
+ json: {
139
+ input: "radio",
140
+ dataType: "string",
141
+ length: 100,
142
+ inputType: "local",
143
+ data: ["5000014-1", "5000014-2"]
144
+ }
145
+ },
113
146
  {
114
147
  xh: 7,
115
- asid: "85E7286A542146ADBED6A9FBF1085071",
148
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
116
149
  astype: 0,
117
- tname: "qsdhzx_table",
118
- attrid: "9B5F9EA1403E4F958AD061DE1D9967F8",
119
- attrname: "来电号码",
150
+ tname: "gg_table",
151
+ attrid: "4986EE62B15E4C0197A1E073E098CCAF",
152
+ attrname: "是否绝育",
120
153
  attrtype: 0,
121
- info: '{"input":"text","dataType":"string","length":100,"must":true}',
154
+ info: '{"input":"radio","dataType":"string","length":100,"inputType":"local","data":["5000011-1","5000011-2"],"must":true}',
122
155
  info_base64: 0,
123
- createtime: "2026-04-07 10:30:38",
156
+ createtime: "2026-01-05 21:28:34",
124
157
  attrvalue: "",
125
158
  serialnum: 6,
126
159
  children: [],
127
160
  json: {
128
- input: "text",
161
+ input: "radio",
129
162
  dataType: "string",
130
163
  length: 100,
164
+ inputType: "local",
165
+ data: ["5000011-1", "5000011-2"],
131
166
  must: true
132
167
  }
133
168
  },
134
169
  {
135
170
  xh: 8,
136
- asid: "85E7286A542146ADBED6A9FBF1085071",
171
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
137
172
  astype: 0,
138
- tname: "qsdhzx_table",
139
- attrid: "428461CD4E89499C8233CA254734CDF8",
140
- attrname: "来电时间",
173
+ tname: "gg_table",
174
+ attrid: "8561D992C88645EE9EA184800BBE0E1D",
175
+ attrname: "是否对其他狗有攻击性",
141
176
  attrtype: 0,
142
- info: '{"input":"time-picker","dataType":"datetime","auto-generate":true,"auto-generate-type":"currenttime","must":true}',
177
+ info: '{"input":"radio","dataType":"string","length":100,"inputType":"local","data":["5000013-1","5000013-2","5000013-3","5000013-4"],"must":true}',
143
178
  info_base64: 0,
144
- createtime: "2026-03-10 15:22:15",
179
+ createtime: "2026-01-05 21:29:07",
145
180
  attrvalue: "",
146
181
  serialnum: 7,
147
182
  children: [],
148
183
  json: {
149
- input: "time-picker",
150
- dataType: "datetime",
151
- "auto-generate": true,
152
- "auto-generate-type": "currenttime",
184
+ input: "radio",
185
+ dataType: "string",
186
+ length: 100,
187
+ inputType: "local",
188
+ data: ["5000013-1", "5000013-2", "5000013-3", "5000013-4"],
153
189
  must: true
154
190
  }
155
191
  },
156
192
  {
157
- xh: 10,
158
- asid: "85E7286A542146ADBED6A9FBF1085071",
193
+ xh: 9,
194
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
159
195
  astype: 0,
160
- tname: "qsdhzx_table",
161
- attrid: "7E3B27C29C7A46FAB06C4E6FC90007F8",
162
- attrname: "意向评估",
196
+ tname: "gg_table",
197
+ attrid: "93366648DF5146E98AE3D58DE5D6BD73",
198
+ attrname: "是否对人有攻击性",
163
199
  attrtype: 0,
164
- info: '{"input":"select","dataType":"string","length":100,"inputType":"local","data":["","一般","比较低"],"must":true}',
200
+ info: '{"input":"radio","dataType":"string","length":100,"inputType":"local","data":["5000013-1","5000013-2","5000013-3","5000013-4"],"must":true}',
165
201
  info_base64: 0,
166
- createtime: "2026-04-24 15:56:16",
202
+ createtime: "2026-01-05 21:29:24",
167
203
  attrvalue: "",
168
- serialnum: 9,
204
+ serialnum: 8,
169
205
  children: [],
170
206
  json: {
171
- input: "select",
207
+ input: "radio",
172
208
  dataType: "string",
173
209
  length: 100,
174
210
  inputType: "local",
175
- data: ["", "一般", "比较低"],
211
+ data: ["5000013-1", "5000013-2", "5000013-3", "5000013-4"],
176
212
  must: true
177
213
  }
178
214
  },
179
215
  {
180
- xh: 11,
181
- asid: "85E7286A542146ADBED6A9FBF1085071",
216
+ xh: 10,
217
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
182
218
  astype: 0,
183
- tname: "qsdhzx_table",
184
- attrid: "18998EB966164E5FBB3A907F47B2DA0D",
185
- attrname: "是否看院",
219
+ tname: "gg_table",
220
+ attrid: "6730DFF94989425F9ED90A4A77EE3C5B",
221
+ attrname: "疫苗证明",
186
222
  attrtype: 0,
187
- info: '{"input":"select","dataType":"string","length":100,"inputType":"local","data":["",""],"must":true}',
223
+ info: '{"input":"file","upload-accept":".png,jpeg,jpg,.pdf,.doc,.docx,.xls,.xlsx,.txt,.zip,.rar,.7z","upload-max-count":"5","upload-size":"10","dataType":"string","length":4000}',
188
224
  info_base64: 0,
189
- createtime: "2026-04-24 15:56:38",
225
+ createtime: "2026-01-05 21:30:05",
190
226
  attrvalue: "",
191
227
  serialnum: 10,
192
228
  children: [],
193
229
  json: {
194
- input: "select",
230
+ input: "file",
231
+ "upload-accept": ".png,jpeg,jpg,.pdf,.doc,.docx,.xls,.xlsx,.txt,.zip,.rar,.7z",
232
+ "upload-max-count": "5",
233
+ "upload-size": "10",
195
234
  dataType: "string",
196
- length: 100,
197
- inputType: "local",
198
- data: ["是", "否"],
235
+ length: 4e3
236
+ }
237
+ },
238
+ {
239
+ xh: 11,
240
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
241
+ astype: 0,
242
+ tname: "gg_table",
243
+ attrid: "23A6082D509340BCA10ED419A95F9B7D",
244
+ attrname: "生日",
245
+ attrtype: 0,
246
+ info: '{"input":"date-picker","dataType":"bigint","instruction":"23A6082D509340BCA10ED419A95F9B7D-4","instruction-color":"#999999","must":true}',
247
+ info_base64: 0,
248
+ createtime: "2026-01-05 21:30:21",
249
+ attrvalue: "",
250
+ serialnum: 11,
251
+ children: [],
252
+ json: {
253
+ input: "date-picker",
254
+ dataType: "bigint",
255
+ instruction: "23A6082D509340BCA10ED419A95F9B7D-4",
256
+ "instruction-color": "#999999",
199
257
  must: true
200
258
  }
201
259
  },
202
260
  {
203
261
  xh: 12,
204
- asid: "85E7286A542146ADBED6A9FBF1085071",
262
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
205
263
  astype: 0,
206
- tname: "qsdhzx_table",
207
- attrid: "33E348C5CBD84B1EBC9C751A87ACB34A",
208
- attrname: "长者住址",
264
+ tname: "gg_table",
265
+ attrid: "7A870062F2C94795ABA9923F300BE99A",
266
+ attrname: "备注",
209
267
  attrtype: 0,
210
- info: '{"input":"text","dataType":"string","length":100,"must":true}',
268
+ info: '{"input":"textarea","dataType":"string","length":500}',
211
269
  info_base64: 0,
212
- createtime: "2026-04-24 15:51:26",
270
+ createtime: "2026-01-05 21:30:40",
213
271
  attrvalue: "",
214
- serialnum: 11,
272
+ serialnum: 12,
215
273
  children: [],
216
274
  json: {
217
- input: "text",
275
+ input: "textarea",
218
276
  dataType: "string",
219
- length: 100,
220
- must: true
277
+ length: 500
221
278
  }
222
279
  },
223
280
  {
224
281
  xh: 13,
225
- asid: "85E7286A542146ADBED6A9FBF1085071",
282
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
226
283
  astype: 0,
227
- tname: "qsdhzx_table",
228
- attrid: "EC6B24CE946641A983C72F9FEFB17039",
229
- attrname: "接待人",
284
+ tname: "gg_table",
285
+ attrid: "5A1C6C69500B42708F71B1A4CF4009C5",
286
+ attrname: "确认状态",
230
287
  attrtype: 0,
231
- info: '{"input":"text","dataType":"string","length":100,"must":true}',
288
+ info: '{"input":"select","dataType":"string","length":10,"inputType":"local","data":["5000012-1","5000012-2"],"default":"5000012-2"}',
232
289
  info_base64: 0,
233
- createtime: "2026-04-21 11:11:25",
290
+ createtime: "2026-01-05 21:30:54",
234
291
  attrvalue: "",
235
- serialnum: 12,
292
+ serialnum: 13,
236
293
  children: [],
237
294
  json: {
238
- input: "text",
295
+ input: "select",
239
296
  dataType: "string",
240
- length: 100,
241
- must: true
297
+ length: 10,
298
+ inputType: "local",
299
+ data: ["5000012-1", "5000012-2"],
300
+ default: "5000012-2"
242
301
  }
243
302
  },
244
303
  {
245
304
  xh: 14,
246
- asid: "85E7286A542146ADBED6A9FBF1085071",
305
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
247
306
  astype: 0,
248
- tname: "qsdhzx_table",
249
- attrid: "07B2A7DECDC141CDBBCEA78554303C6C",
250
- attrname: "身体情况",
307
+ tname: "gg_table",
308
+ attrid: "B5EA8BEBDABE4B508CD72F5921FD1C0F",
309
+ attrname: "关联账号",
251
310
  attrtype: 0,
252
- info: '{"input":"text","dataType":"string","length":1000,"must":true}',
311
+ info: '{"input":"text","dataType":"string","length":100}',
253
312
  info_base64: 0,
254
- createtime: "2026-04-07 10:35:03",
313
+ createtime: "2026-01-05 21:31:07",
255
314
  attrvalue: "",
256
- serialnum: 13,
315
+ serialnum: 14,
257
316
  children: [],
258
317
  json: {
259
318
  input: "text",
260
319
  dataType: "string",
261
- length: 1e3,
262
- must: true
320
+ length: 100
263
321
  }
264
322
  },
265
323
  {
266
324
  xh: 15,
267
- asid: "85E7286A542146ADBED6A9FBF1085071",
325
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
268
326
  astype: 0,
269
- tname: "qsdhzx_table",
270
- attrid: "28EAB6FC30C246D4808422CC70A276A6",
271
- attrname: "照顾需求",
327
+ tname: "gg_table",
328
+ attrid: "8BC4EEE820374EAA90B42756F6B1E4A5",
329
+ attrname: "主人姓",
272
330
  attrtype: 0,
273
- info: '{"input":"text","dataType":"string","length":100,"must":true}',
331
+ info: '{"input":"text","dataType":"string","length":100}',
274
332
  info_base64: 0,
275
- createtime: "2026-04-21 11:15:44",
333
+ createtime: "2026-01-05 21:36:38",
276
334
  attrvalue: "",
277
- serialnum: 14,
335
+ serialnum: 15,
278
336
  children: [],
279
337
  json: {
280
338
  input: "text",
281
339
  dataType: "string",
282
- length: 100,
283
- must: true
340
+ length: 100
284
341
  }
285
342
  },
286
343
  {
287
344
  xh: 16,
288
- asid: "85E7286A542146ADBED6A9FBF1085071",
345
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
289
346
  astype: 0,
290
- tname: "qsdhzx_table",
291
- attrid: "BCAD9C6FE60648CF92BC2DB599C8C60A",
292
- attrname: "照护情况",
347
+ tname: "gg_table",
348
+ attrid: "66A7EA71D61A4D0E86C8C44C7F788DD9",
349
+ attrname: "主人名",
293
350
  attrtype: 0,
294
- info: '{"input":"textarea","dataType":"string","length":1000,"must":true}',
351
+ info: '{"input":"text","dataType":"string","length":100}',
295
352
  info_base64: 0,
296
- createtime: "2026-04-07 10:35:38",
353
+ createtime: "2026-01-16 15:02:21",
297
354
  attrvalue: "",
298
355
  serialnum: 15,
299
356
  children: [],
300
357
  json: {
301
- input: "textarea",
358
+ input: "text",
302
359
  dataType: "string",
303
- length: 1e3,
304
- must: true
360
+ length: 100
305
361
  }
306
362
  },
307
363
  {
308
364
  xh: 17,
309
- asid: "85E7286A542146ADBED6A9FBF1085071",
365
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
310
366
  astype: 0,
311
- tname: "qsdhzx_table",
312
- attrid: "E2593F90CD1B43239F7DCE41E024B0D6",
313
- attrname: "备注",
367
+ tname: "gg_table",
368
+ attrid: "069E5167BD4E4BAF86B57EE19826DF0C",
369
+ attrname: "关联账号对应id",
314
370
  attrtype: 0,
315
- info: '{"input":"textarea","dataType":"string","length":1000,"must":true}',
371
+ info: '{"input":"text","dataType":"string","length":32}',
316
372
  info_base64: 0,
317
- createtime: "2026-04-21 11:16:55",
373
+ createtime: "2026-01-06 12:17:44",
318
374
  attrvalue: "",
319
375
  serialnum: 16,
320
376
  children: [],
321
377
  json: {
322
- input: "textarea",
378
+ input: "text",
323
379
  dataType: "string",
324
- length: 1e3,
325
- must: true
380
+ length: 32
326
381
  }
327
382
  },
328
383
  {
329
384
  xh: 18,
330
- asid: "85E7286A542146ADBED6A9FBF1085071",
385
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
331
386
  astype: 0,
332
- tname: "qsdhzx_table",
333
- attrid: "F354A7ED075E4F07A09B1159F545399A",
334
- attrname: "跟进次数",
387
+ tname: "gg_table",
388
+ attrid: "69008E895864440A9972137E5AC1C983",
389
+ attrname: "创建时间",
335
390
  attrtype: 0,
336
- info: '{"input":"number","dataType":"int","must":true,"hidden":true}',
391
+ info: '{"input":"time-picker","dataType":"bigint","auto-generate":true,"auto-generate-type":"currenttimestamp"}',
337
392
  info_base64: 0,
338
- createtime: "2026-04-24 16:10:07",
393
+ createtime: "2026-01-05 22:08:40",
339
394
  attrvalue: "",
340
395
  serialnum: 17,
341
396
  children: [],
342
397
  json: {
343
- input: "number",
344
- dataType: "int",
345
- must: true,
346
- hidden: true
398
+ input: "time-picker",
399
+ dataType: "bigint",
400
+ hidden: true,
401
+ "auto-generate": true,
402
+ "auto-generate-type": "currenttimestamp"
347
403
  }
348
404
  },
349
405
  {
350
406
  xh: 19,
351
- asid: "85E7286A542146ADBED6A9FBF1085071",
407
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
352
408
  astype: 0,
353
- tname: "qsdhzx_table",
354
- attrid: "E78F1B06224947C085E96EE505AB1E63",
355
- attrname: "最新跟进时间",
409
+ tname: "gg_table",
410
+ attrid: "512217954BB142539DA85D41D53B0F93",
411
+ attrname: "疫苗证明状态",
356
412
  attrtype: 0,
357
- info: '{"input":"text","dataType":"string","length":100,"must":true,"hidden":true}',
413
+ info: '{"input":"text","dataType":"string","length":100,"inputType":"local","data":["5000029-1","5000029-2","5000029-3"],"must":true,"default":"5000029-1"}',
358
414
  info_base64: 0,
359
- createtime: "2026-04-24 16:10:22",
415
+ createtime: "2026-06-02 14:22:44",
360
416
  attrvalue: "",
361
417
  serialnum: 18,
362
418
  children: [],
@@ -364,227 +420,30 @@ const attrList = [
364
420
  input: "text",
365
421
  dataType: "string",
366
422
  length: 100,
423
+ inputType: "local",
424
+ data: ["5000029-1", "5000029-2", "5000029-3"],
367
425
  must: true,
368
- hidden: true
426
+ default: "5000029-1"
369
427
  }
370
428
  },
371
429
  {
372
430
  xh: 20,
373
- asid: "85E7286A542146ADBED6A9FBF1085071",
431
+ asid: "2EA2AABF953F4A3483ED854A0034BF92",
374
432
  astype: 0,
375
- tname: "qsdhzx_table",
376
- attrid: "756B6B1805E345F1996F1BF7B99BCB29",
377
- attrname: "创建时间",
433
+ tname: "gg_table",
434
+ attrid: "818C79D3E1C74856B20EA5AB2F138202",
435
+ attrname: "颜色",
378
436
  attrtype: 0,
379
- info: '{"input":"time-picker","dataType":"datetime","auto-generate":true,"auto-generate-type":"currenttime","must":true,"hidden":true}',
437
+ info: '{"input":"text","dataType":"string","length":100}',
380
438
  info_base64: 0,
381
- createtime: "2026-04-07 10:37:07",
439
+ createtime: "2026-06-02 14:30:58",
382
440
  attrvalue: "",
383
441
  serialnum: 19,
384
442
  children: [],
385
443
  json: {
386
- input: "time-picker",
387
- dataType: "datetime",
388
- "auto-generate": true,
389
- "auto-generate-type": "currenttime",
390
- must: true,
391
- hidden: true
392
- }
393
- },
394
- {
395
- xh: 21,
396
- asid: "85E7286A542146ADBED6A9FBF1085071",
397
- astype: 0,
398
- tname: "qsdhzx_table",
399
- attrid: "5975C23D971E4910B13D0A31C5AF1421",
400
- attrname: "客户跟进记录",
401
- attrtype: 1,
402
- info: '{"propertiesID":"FE005EB01DBE49E4A5632A248EB10209","hidden":true}',
403
- info_base64: 0,
404
- createtime: "2026-05-06 16:35:38",
405
- attrvalue: "qsdhzx_table,5975C23D971E4910B13D0A31C5AF1421,qsdhxskhgjjl_table",
406
- serialnum: 24,
407
- children: [
408
- [
409
- {
410
- xh: 1,
411
- asid: "FE005EB01DBE49E4A5632A248EB10209",
412
- astype: 0,
413
- tname: "qsdhxskhgjjl_table",
414
- attrid: "2695A20D78CB4D0FAB12938280AC4B5C",
415
- attrname: "唯一编号",
416
- attrtype: 0,
417
- info: '{"input":"text","dataType":"string","length":100,"auto-generate":true,"auto-generate-type":"guid"}',
418
- info_base64: 0,
419
- createtime: "2026-05-06 11:16:06",
420
- attrvalue: "",
421
- serialnum: 0,
422
- children: [],
423
- json: {
424
- input: "text",
425
- dataType: "string",
426
- length: 100,
427
- "auto-generate": true,
428
- "auto-generate-type": "guid"
429
- }
430
- },
431
- {
432
- xh: 2,
433
- asid: "FE005EB01DBE49E4A5632A248EB10209",
434
- astype: 0,
435
- tname: "qsdhxskhgjjl_table",
436
- attrid: "E4DB072B0E914D7486864620C566C92F",
437
- attrname: "关联电话销售编号",
438
- attrtype: 0,
439
- info: '{"input":"text","dataType":"string","length":100}',
440
- info_base64: 0,
441
- createtime: "2026-05-06 11:16:06",
442
- attrvalue: "",
443
- serialnum: 1,
444
- children: [],
445
- json: {
446
- input: "text",
447
- dataType: "string",
448
- length: 100
449
- }
450
- },
451
- {
452
- xh: 3,
453
- asid: "FE005EB01DBE49E4A5632A248EB10209",
454
- astype: 0,
455
- tname: "qsdhxskhgjjl_table",
456
- attrid: "8563D9BAAE054BA09B4A083F5E63C665",
457
- attrname: "跟进人",
458
- attrtype: 0,
459
- info: '{"input":"text","dataType":"string","length":100,"must":true}',
460
- info_base64: 0,
461
- createtime: "2026-05-06 11:16:06",
462
- attrvalue: "",
463
- serialnum: 2,
464
- children: [],
465
- json: {
466
- input: "text",
467
- dataType: "string",
468
- length: 100,
469
- must: true
470
- }
471
- },
472
- {
473
- xh: 4,
474
- asid: "FE005EB01DBE49E4A5632A248EB10209",
475
- astype: 0,
476
- tname: "qsdhxskhgjjl_table",
477
- attrid: "B763A945750B488A9B9BBF80360D81B8",
478
- attrname: "跟进时间",
479
- attrtype: 0,
480
- info: '{"input":"time-picker","dataType":"datetime","auto-generate":true,"auto-generate-type":"currenttime","must":true}',
481
- info_base64: 0,
482
- createtime: "2026-05-06 11:16:06",
483
- attrvalue: "",
484
- serialnum: 3,
485
- children: [],
486
- json: {
487
- input: "time-picker",
488
- dataType: "datetime",
489
- "auto-generate": true,
490
- "auto-generate-type": "currenttime",
491
- must: true
492
- }
493
- },
494
- {
495
- xh: 5,
496
- asid: "FE005EB01DBE49E4A5632A248EB10209",
497
- astype: 0,
498
- tname: "qsdhxskhgjjl_table",
499
- attrid: "7387226E1D814C228A2F55369F5DE194",
500
- attrname: "跟进内容",
501
- attrtype: 0,
502
- info: '{"input":"textarea","dataType":"string","length":1000,"must":true}',
503
- info_base64: 0,
504
- createtime: "2026-05-06 11:16:06",
505
- attrvalue: "",
506
- serialnum: 4,
507
- children: [],
508
- json: {
509
- input: "textarea",
510
- dataType: "string",
511
- length: 1e3,
512
- must: true
513
- }
514
- },
515
- {
516
- xh: 6,
517
- asid: "FE005EB01DBE49E4A5632A248EB10209",
518
- astype: 0,
519
- tname: "qsdhxskhgjjl_table",
520
- attrid: "7B538F41BD3C44DF9FEA13B5218AE087",
521
- attrname: "跟进方式",
522
- attrtype: 0,
523
- info: '{"input":"select","dataType":"string","length":100,"inputType":"local","data":["预约上门","电话回访"],"must":true}',
524
- info_base64: 0,
525
- createtime: "2026-05-06 11:16:06",
526
- attrvalue: "",
527
- serialnum: 5,
528
- children: [],
529
- json: {
530
- input: "select",
531
- dataType: "string",
532
- length: 100,
533
- inputType: "local",
534
- data: ["预约上门", "电话回访"],
535
- must: true
536
- }
537
- },
538
- {
539
- xh: 7,
540
- asid: "FE005EB01DBE49E4A5632A248EB10209",
541
- astype: 0,
542
- tname: "qsdhxskhgjjl_table",
543
- attrid: "D2D940202BC7464EB986493D33E285EA",
544
- attrname: "状态",
545
- attrtype: 0,
546
- info: '{"input":"select","dataType":"string","length":100,"inputType":"local","data":["待跟进","跟进中","已完成"],"must":true}',
547
- info_base64: 0,
548
- createtime: "2026-05-06 11:16:06",
549
- attrvalue: "",
550
- serialnum: 6,
551
- children: [],
552
- json: {
553
- input: "select",
554
- dataType: "string",
555
- length: 100,
556
- inputType: "local",
557
- data: ["待跟进", "跟进中", "已完成"],
558
- must: true
559
- }
560
- },
561
- {
562
- xh: 8,
563
- asid: "FE005EB01DBE49E4A5632A248EB10209",
564
- astype: 0,
565
- tname: "qsdhxskhgjjl_table",
566
- attrid: "8254325F5653494D84094625483FE1A3",
567
- attrname: "下次跟进时间",
568
- attrtype: 0,
569
- info: '{"input":"time-picker","dataType":"datetime","auto-generate":true,"auto-generate-type":"currenttime","must":true}',
570
- info_base64: 0,
571
- createtime: "2026-05-06 11:16:06",
572
- attrvalue: "",
573
- serialnum: 7,
574
- children: [],
575
- json: {
576
- input: "time-picker",
577
- dataType: "datetime",
578
- "auto-generate": true,
579
- "auto-generate-type": "currenttime",
580
- must: true
581
- }
582
- }
583
- ]
584
- ],
585
- json: {
586
- propertiesID: "FE005EB01DBE49E4A5632A248EB10209",
587
- hidden: true
444
+ input: "text",
445
+ dataType: "string",
446
+ length: 100
588
447
  }
589
448
  }
590
449
  ];