jufubao-admin-library 1.1.111 → 1.1.113

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 (27) hide show
  1. package/library/viewModules/viewStore/viewStore/market/list.vue +0 -2
  2. package/library/viewModules/viewStore/viewStore/selected/list.vue +0 -2
  3. package/library/viewModules/viewWalking/router/walking_config.js +3 -0
  4. package/library/viewModules/viewWalkingActivity/router/walking_activity.js +8 -2
  5. package/library/viewModules/viewsCompany/schemas/mCompany.js +2 -2
  6. package/library/viewModules/viewsCompany/viewsCompany/app-list.vue +1 -1
  7. package/library/viewModules/viewsMaterial/router/material.js +44 -0
  8. package/library/viewModules/viewsMaterial/schemas/material.js +422 -0
  9. package/library/viewModules/viewsMaterial/viewsMaterial/common/common.scss +134 -0
  10. package/library/viewModules/viewsMaterial/viewsMaterial/common/platform.scss +104 -0
  11. package/library/viewModules/viewsMaterial/viewsMaterial/components/CusUpload.vue +1402 -0
  12. package/library/viewModules/viewsMaterial/viewsMaterial/components/form.vue +323 -0
  13. package/library/viewModules/viewsMaterial/viewsMaterial/components/list.vue +105 -0
  14. package/library/viewModules/viewsMaterial/viewsMaterial/components/search.vue +343 -0
  15. package/library/viewModules/viewsMaterial/viewsMaterial/components/uploadForm.vue +229 -0
  16. package/library/viewModules/viewsMaterial/viewsMaterial/dialog/component/company.vue +300 -0
  17. package/library/viewModules/viewsMaterial/viewsMaterial/dialog/component/detail.vue +1334 -0
  18. package/library/viewModules/viewsMaterial/viewsMaterial/dialog/component/menu.vue +117 -0
  19. package/library/viewModules/viewsMaterial/viewsMaterial/dialog/component/my.vue +303 -0
  20. package/library/viewModules/viewsMaterial/viewsMaterial/dialog/component/platform.vue +267 -0
  21. package/library/viewModules/viewsMaterial/viewsMaterial/dialog/component/selects.vue +119 -0
  22. package/library/viewModules/viewsMaterial/viewsMaterial/dialog/component/share.vue +208 -0
  23. package/library/viewModules/viewsMaterial/viewsMaterial/dialogMaterial.vue +250 -0
  24. package/library/viewModules/viewsMaterial/viewsMaterial/material.vue +414 -0
  25. package/library/viewModules/viewsMaterial/viewsMaterial/mixins/handleMaterial.js +126 -0
  26. package/library/viewModules/viewsMaterial/viewsMaterial/options.vue +396 -0
  27. package/package.json +4 -4
@@ -227,9 +227,7 @@ export default {
227
227
  { "type": "normal", "prop": "resource_shop_name", "align": "center", "label": "关联后门店名称" },
228
228
  { "type": "normal", "prop": "shop_id", "align": "center", "label": "门店ID" },
229
229
  { "type": "normal", "prop": "shop_name", "align": "center", "label": "门店名称" },
230
- // #ifndef partner-movie
231
230
  { "type": "image", "prop": "shop_icon", "align": "center", "width": 100, "height": 100, "label": "门店logo" },
232
- // #endif
233
231
  { "type": "normal", "prop": "discount", "align": "center","width": 150, "label": "门店折扣" },
234
232
  { "type": "normal", "prop": "brand_type_name", "align": "center", "label": "门店类型" },
235
233
  { "type": "normal", "prop": "business_status_name", "align": "center", "label": "营业状态" },
@@ -320,9 +320,7 @@ export default {
320
320
  { "type": "normal", "prop": "resource_shop_name", "align": "center", "label": "关联后门店名称" },
321
321
  this.storeType!=='AGG'&&this.storeType!=='SEAT'&&this.storeType!=='PRODUCT'&&{ "type": "normal", "prop": "shop_id", "align": "center", "label": "门店ID" },
322
322
  this.storeType!=='AGG'&&this.storeType!=='SEAT'&&this.storeType!=='PRODUCT'&&{ "type": "normal", "prop": "shop_name", "align": "center", "label": "门店名称" },
323
- // #ifndef partner-movie
324
323
  { "type": "image", "prop": "shop_icon", "align": "center", "width": 100, "height": 100, "label": "门店logo" },
325
- // #endif
326
324
  this.storeType==='SELL'&&{ "type": "normal", "prop": "discount", "align": "center","width": 150, "label": "门店折扣" },
327
325
  { "type": "normal", "prop": "brand_type_name", "align": "center", "label": "门店类型" },
328
326
  this.storeType!=='AGG'&&{ "type": "normal", "prop": "select_from_name", "align": "center", "label": "选店来源" },
@@ -26,6 +26,9 @@ const walkingConfigRouter = {
26
26
  // #ifdef sms-walking
27
27
  path: 'config/:map_id?/:activity_id?/:site_id?',
28
28
  // #endif
29
+ // #ifndef admin saas-admin sms-walking
30
+ path: 'config/:map_id?/:activity_id?',
31
+ // #endif
29
32
  name: 'ConfigMap',
30
33
  hidden: true,
31
34
  component: () => setModuleName(import('@/viewWalking/config.vue'),'ConfigMap'),
@@ -66,7 +66,7 @@ const walkingActivityRouter = {
66
66
  // #ifdef saas-admin
67
67
  roles: [walkingActivity.walkingActivityCreate]
68
68
  // #endif
69
- }
69
+ }
70
70
  },
71
71
  {
72
72
  path: 'step_base_update/:activity_id',
@@ -79,7 +79,7 @@ const walkingActivityRouter = {
79
79
  // #ifdef saas-admin
80
80
  roles: [walkingActivity.walkingActivityUpdate]
81
81
  // #endif
82
- }
82
+ }
83
83
  },
84
84
  {
85
85
  // #ifdef saas-admin
@@ -88,6 +88,9 @@ const walkingActivityRouter = {
88
88
  // #ifdef sms-walking
89
89
  path: 'step_background/:activity_id/:site_id',
90
90
  // #endif
91
+ // #ifndef saas-admin sms-walking
92
+ path: 'step_background/:activity_id',
93
+ // #endif
91
94
  name: 'stepBackground',
92
95
  hidden:true,
93
96
  component: () => setModuleName(import('@/viewWalkingActivity/stepBackground'), 'stepBackground'),
@@ -103,6 +106,9 @@ const walkingActivityRouter = {
103
106
  // #ifdef sms-walking
104
107
  path: 'step_background_update/:map_id?/:activity_id?/:site_id?',
105
108
  // #endif
109
+ // #ifndef saas-admin sms-walking
110
+ path: 'step_background_update/:map_id?/:activity_id?',
111
+ // #endif
106
112
  name: 'stepBackground',
107
113
  hidden:true,
108
114
  component: () => setModuleName(import('@/viewWalkingActivity/stepBackground'), 'stepBackground'),
@@ -28,7 +28,7 @@ module.exports = {
28
28
  },
29
29
  {
30
30
  title: '客户管理 - 获取站点所有应用',
31
- mapFn: "getAllPlatformCatelogs",
31
+ mapFn: "getAllMPlatformCatelogs",
32
32
  isPublic: true,
33
33
  path: '/editx/v1/platforms/all-platform-catelogs',
34
34
  isRule: false,
@@ -75,7 +75,7 @@ module.exports = {
75
75
  },
76
76
  {
77
77
  title: '站点 - 获取列表',
78
- mapFn: "getEditxSiteList",
78
+ mapFn: "getMEditxSiteList",
79
79
  path: '/editx/v1/sites',
80
80
  isRule: false,
81
81
  params: {},
@@ -164,7 +164,7 @@ export default {
164
164
  methods:{
165
165
 
166
166
  ...mapActions('mCompany', [
167
- 'getAllPlatformCatelogs',
167
+ 'getAllMPlatformCatelogs',
168
168
  'getEditxSiteLists',
169
169
  'getXAppList',
170
170
  'xAppSync',
@@ -0,0 +1,44 @@
1
+ import Layout from '@/layout'
2
+ import roles from '@/constant/permissions' //引用权限值
3
+ const material = roles.material;
4
+
5
+ const materialRouter = {
6
+ path: '/material',
7
+ component: Layout,
8
+ sort: 105,
9
+ name: '素材库管理',
10
+ redirect: '/material/material',
11
+ // #ifndef admin
12
+ hidden: true,
13
+ // #endif
14
+ meta: {
15
+ title: '素材库管理',
16
+ icon: 'el-icon-document',
17
+ iconSize: 20,
18
+ roles: ['ROLE_ADMIN_MATERIAL']
19
+ },
20
+ children: [
21
+ {
22
+ path: 'material',
23
+ name: 'materialIndex',
24
+ component: () => import('@/viewsMaterial/material'),
25
+ meta: {
26
+ title: '素材管理',
27
+ icon: 'el-icon-document',
28
+ },
29
+ roles: ['ROLE_ADMIN_MATERIAL_MATERIAL'],
30
+ },
31
+ {
32
+ path: 'options',
33
+ name: 'options',
34
+ component: () => import('@/viewsMaterial/options'),
35
+ meta: {
36
+ title: '选项分类管理',
37
+ icon: 'el-icon-document',
38
+ },
39
+ roles: ['ROLE_ADMIN_MATERIAL_OPTIONS'],
40
+ },
41
+ ]
42
+ }
43
+
44
+ export default materialRouter
@@ -0,0 +1,422 @@
1
+ 'use strict';
2
+ module.exports = {
3
+ "name": "material",
4
+ "title": "素材库管理",
5
+ "vuex": true,
6
+ "model": [
7
+ {
8
+ "title": "素材属性列表",
9
+ "mapFn": "getMaterialSpec",
10
+ "path": "/common-admin/v1/material-api-spec",
11
+ "isRule": false,
12
+ "params": {
13
+ "category_id": ["类目id", "string|number", "可选"],
14
+ "page_size": ["page_size", "string|number", "可选"],
15
+ "page_token": ["page_token", "string", "可选"],
16
+ },
17
+ "disabled": true,
18
+ "role": "getMaterialSpec"
19
+ },
20
+ {
21
+ "title": "素材属性tree",
22
+ "mapFn": "getMaterialSpecTree",
23
+ "path": "/common-admin/v1/material-api-spec/tree",
24
+ "isRule": false,
25
+ "params": {
26
+ "category_id": ["类目id", "string|number", "可选"],
27
+ },
28
+ "disabled": true,
29
+ "role": "getMaterialSpecTree"
30
+ },
31
+ {
32
+ "title": "平台素材 - 列表",
33
+ "mapFn": "getMaterialList",
34
+ "path": "/common-admin/v1/material-api-platform-file/list",
35
+ "isRule": false,
36
+ "data": {
37
+ "category_id": ["类目id", "string|number", "可选"],
38
+ specs: ["规格id", "string|number", "可选"],
39
+ file_name: ["文件名称", "string", "可选"],
40
+ status: ["状态", "string|number", "可选"],
41
+ "page_size": ["page_size", "string|number", "可选"],
42
+ "page_token": ["page_token", "string", "可选"],
43
+ },
44
+ "disabled": true,
45
+ "role": "getMaterialList"
46
+ },
47
+ {
48
+ "title": "平台素材 - 创建",
49
+ "mapFn": "addMaterial",
50
+ "path": "/common-admin/v1/material-api-platform-file",
51
+ "isRule": false,
52
+ "data": {
53
+ "category_id": ["类目id", "string|number", "可选"],
54
+ specs: ["规格id", "string|number", "可选"],
55
+ status: ["状态", "string|number", "可选"],
56
+ "file_info": ["文件信息 字符串json", "string", "可选"],
57
+ },
58
+ "disabled": true,
59
+ "role": "addMaterial"
60
+ },
61
+ {
62
+ "title": "平台素材 - 详情",
63
+ "mapFn": "getMaterialInfo",
64
+ "path": "/common-admin/v1/material-api-platform-file/:file_id",
65
+ "isRule": false,
66
+ "params": {
67
+ "file_id": ["file_id", "string|number", "可选"],
68
+ },
69
+ "disabled": true,
70
+ "role": "getMaterialInfo"
71
+ },
72
+ {
73
+ "title": "平台素材 - 编辑",
74
+ "mapFn": "updateMaterial",
75
+ "path": "/common-admin/v1/material-api-platform-file/:file_id",
76
+ "isRule": false,
77
+ "data": {
78
+ file_id: ["file_id", "string|number", "必填"],
79
+ file_name: ["文件名称", "string", "可选"],
80
+ "category_id": ["类目id", "string|number", "可选"],
81
+ specs: ["规格id", "string|number", "可选"],
82
+ status: ["状态", "string|number", "可选"],
83
+ "file_info": ["文件信息 字符串json", "string", "可选"],
84
+ },
85
+ "disabled": true,
86
+ method: "put",
87
+ "role": "updateMaterial"
88
+ },
89
+ {
90
+ "title": "平台素材 - 删除",
91
+ "mapFn": "deleteMaterial",
92
+ "path": "/common-admin/v1/material-api-platform-file/:file_id",
93
+ "isRule": false,
94
+ "data": {
95
+ file_id: ["file_id", "string|number", "必填"],
96
+ },
97
+ "disabled": true,
98
+ method: "delete",
99
+ "role": "deleteMaterial"
100
+ },
101
+ {
102
+ "title": "素材类目 - 素材属性创建",
103
+ "mapFn": "addMaterialSpec",
104
+ "path": "/common-admin/v1/material-api-spec",
105
+ "isRule": false,
106
+ "data": {
107
+ spec_key: ["属性key", "string|number", "必填"],
108
+ spec_label: ["属性名", "string", "必填"],
109
+ status: ["状态", "string|number", "必填"],
110
+ sort: ["排序", "string|number", "必填"],
111
+ category_id: ["类目id", "string|number", "必填"],
112
+ parent_id: ["父级id", "string|number", "必填"],
113
+ },
114
+ "disabled": true,
115
+ "role": "addMaterialSpec"
116
+ },
117
+ {
118
+ "title": "素材类目 - 素材属性详情",
119
+ "mapFn": "getMaterialSpecInfo",
120
+ "path": "/common-admin/v1/material-api-spec/:spec_key",
121
+ "isRule": false,
122
+ "params": {
123
+ spec_key: ["属性key", "string|number", "必填"],
124
+ category_id: ["类目id", "string|number", "必填"],
125
+ },
126
+ "disabled": true,
127
+ "role": "getMaterialSpecInfo"
128
+ },
129
+ {
130
+ "title": "素材类目 - 素材属性编辑",
131
+ "mapFn": "updateMaterialSpec",
132
+ "path": "/common-admin/v1/material-api-spec/:spec_key",
133
+ "isRule": false,
134
+ "data": {
135
+ spec_key: ["属性key", "string|number", "必填"],
136
+ spec_label: ["属性名", "string", "必填"],
137
+ status: ["状态", "string|number", "必填"],
138
+ sort: ["排序", "string|number", "必填"],
139
+ category_id: ["类目id", "string|number", "必填"],
140
+ parent_id: ["父级id", "string|number", "必填"],
141
+ },
142
+ "disabled": true,
143
+ method: 'put',
144
+ "role": "updateMaterialSpec"
145
+ },
146
+ {
147
+ mapFn: 'getMyList',
148
+ isRule: false,
149
+ title: '我的素材 - 列表',
150
+ path: '/@@@@/v1/material-api-my-file',
151
+ params: {
152
+ page_token: ['页码', 'String', '必填'],
153
+ page_size: ['页长', 'Number', '必填'],
154
+ },
155
+ disabled: true,
156
+ role: '',
157
+ },
158
+ {
159
+ mapFn: 'addMyMaterial',
160
+ isRule: false,
161
+ title: '我的素材 - 创建',
162
+ path: '/@@@@/v1/material-api-my-file',
163
+ data: {
164
+ file_info: ['文件信息', 'String', '必填'],
165
+ file_type: ['文件类型F文件、D文件夹', 'Number', '必填'],
166
+ },
167
+ disabled: true,
168
+ role: '',
169
+ },
170
+ {
171
+ mapFn: 'moveMyMaterial',
172
+ isRule: false,
173
+ title: '我的素材 - 移动',
174
+ path: '/@@@@/v1/material-api-my-file/move',
175
+ data: {
176
+ file_id: ['文件ID', 'String', '必填'],
177
+ },
178
+ disabled: true,
179
+ role: '',
180
+ },
181
+ {
182
+ mapFn: 'getMyMaterialInfo',
183
+ isRule: false,
184
+ title: '我的素材 - 详情',
185
+ path: '/@@@@/v1/material-api-my-file/:file_id',
186
+ params: {
187
+ file_id: ['文件ID', 'String', '必填'],
188
+ },
189
+ disabled: true,
190
+ role: '',
191
+ },
192
+ {
193
+ mapFn: 'deleteMyMaterial',
194
+ isRule: false,
195
+ title: '我的素材 - 删除',
196
+ path: '/@@@@/v1/material-api-my-file/:file_id',
197
+ data: {
198
+ file_id: ['文件ID', 'String', '必填'],
199
+ },
200
+ disabled: true,
201
+ method: 'delete',
202
+ role: '',
203
+ },
204
+ {
205
+ mapFn: 'updateMyMaterial',
206
+ isRule: false,
207
+ title: '我的素材 - 更新',
208
+ path: '/@@@@/v1/v1/material-api-my-file/:file_id',
209
+ data: {
210
+ file_id: ['文件ID', 'String', '必填'],
211
+ file_name: ['文件名称', 'String', '必填'],
212
+ file_info: ['文件信息', 'String', '非必填'],
213
+ file_type: ['文件类型F文件、D文件夹', 'Number', '必填'],
214
+ },
215
+ disabled: true,
216
+ method: 'put',
217
+ role: '',
218
+ },
219
+ {
220
+ mapFn: 'getMaterialCompanyList',
221
+ isRule: false,
222
+ title: '公司素材 - 列表',
223
+ path: '/@@@@/v1/material-api-company-file',
224
+ params: {
225
+ page_token: ['页码', 'String', '必填'],
226
+ page_size: ['页长', 'Number', '必填'],
227
+ },
228
+ disabled: true,
229
+ role: '',
230
+ },
231
+ {
232
+ mapFn: 'addCompanyMaterial',
233
+ isRule: false,
234
+ title: '公司素材 - 创建',
235
+ path: '/@@@@/v1/material-api-company-file',
236
+ data: {
237
+ file_info: ['文件信息', 'String', '必填'],
238
+ file_type: ['文件类型F文件、D文件夹', 'Number', '必填'],
239
+ },
240
+ disabled: true,
241
+ role: '',
242
+ },
243
+ {
244
+ mapFn: 'moveCompanyMaterial',
245
+ isRule: false,
246
+ title: '公司素材 - 移动',
247
+ path: '/@@@@/v1/material-api-company-file/move',
248
+ data: {
249
+ file_id: ['文件ID', 'String', '必填'],
250
+ },
251
+ disabled: true,
252
+ role: '',
253
+ },
254
+ {
255
+ mapFn: 'getCompanyMaterialInfo',
256
+ isRule: false,
257
+ title: '公司素材 - 详情',
258
+ path: '/@@@@/v1/material-api-company-file/:file_id',
259
+ params: {
260
+ file_id: ['文件ID', 'String', '必填'],
261
+ },
262
+ disabled: true,
263
+ role: '',
264
+ },
265
+ {
266
+ mapFn: 'deleteCompanyMaterial',
267
+ isRule: false,
268
+ title: '公司素材 - 删除',
269
+ path: '/@@@@/v1/material-api-company-file/:file_id',
270
+ data: {
271
+ file_id: ['文件ID', 'String', '必填'],
272
+ },
273
+ disabled: true,
274
+ method: 'delete',
275
+ role: '',
276
+ },
277
+ {
278
+ mapFn: 'updateCompanyMaterial',
279
+ isRule: false,
280
+ title: '公司素材 - 更新',
281
+ path: '/@@@@/v1/material-api-company-file/:file_id',
282
+ data: {
283
+ file_id: ['文件ID', 'String', '必填'],
284
+ file_name: ['文件名称', 'String', '必填'],
285
+ file_info: ['文件信息', 'String', '非必填'],
286
+ file_type: ['文件类型F文件、D文件夹', 'Number', '必填'],
287
+ },
288
+ disabled: true,
289
+ method: 'put',
290
+ role: '',
291
+ },
292
+ {
293
+ mapFn: 'getPlatformSpecTree',
294
+ isRule: false,
295
+ title: '素材属性树',
296
+ path: '/@@@@/v1/material-api-spec/tree',
297
+ params: {
298
+ category_id: ['页码', 'String', '必填'],
299
+ },
300
+ disabled: true,
301
+ role: '',
302
+ },
303
+ {
304
+ mapFn: 'getPlatformSpecOptions',
305
+ isRule: false,
306
+ title: '素材类型options',
307
+ path: '/@@@@/v1/material-api-category/options',
308
+ params: {
309
+ },
310
+ disabled: true,
311
+ role: '',
312
+ },
313
+ {
314
+ mapFn: 'getPlatformMaterialList',
315
+ isRule: false,
316
+ title: '平台素材 - 列表',
317
+ path: '/@@@@/v1/material-api-platform-file/list',
318
+ data: {
319
+ page_token: ['页码', 'String', '必填'],
320
+ page_size: ['页长', 'Number', '必填'],
321
+ category_id: ['分类ID', 'String', '必填'],
322
+ },
323
+ disabled: true,
324
+ role: '',
325
+ },
326
+ {
327
+ mapFn: 'getPlatformMaterialInfo',
328
+ isRule: false,
329
+ title: '平台素材 - 详情',
330
+ path: '/@@@@/v1/material-api-platform-file/:file_id',
331
+ params: {
332
+ file_id: ['文件id', 'String', '必填'],
333
+ },
334
+ disabled: true,
335
+ role: '',
336
+ },
337
+ {
338
+ mapFn: 'getShareList',
339
+ isRule: false,
340
+ title: '分享素材 - 列表',
341
+ path: '/@@@@/v1/material-api-share-file',
342
+ params: {
343
+ page_token: ['页码', 'String', '必填'],
344
+ page_size: ['页长', 'Number', '必填'],
345
+ },
346
+ disabled: true,
347
+ role: '',
348
+ },
349
+ {
350
+ mapFn: 'getShareMaterialInfo',
351
+ isRule: false,
352
+ title: '分享素材 - 详情',
353
+ path: '/@@@@/v1/material-api-share-file/:file_id',
354
+ params: {
355
+ file_id: ['file_id', 'String', '必填'],
356
+ },
357
+ disabled: true,
358
+ role: '',
359
+ },
360
+ {
361
+ mapFn: 'updateShareMaterial',
362
+ isRule: false,
363
+ title: '分享素材 - 更新',
364
+ path: '/@@@@/v1/material-api-share-file/:file_id',
365
+ data: {
366
+ file_id: ['文件ID', 'String', '必填'],
367
+ file_name: ['文件名称', 'String', '必填'],
368
+ file_info: ['文件信息', 'String', '非必填'],
369
+ file_type: ['文件类型F文件、D文件夹', 'Number', '必填'],
370
+ },
371
+ disabled: true,
372
+ method: 'put',
373
+ role: '',
374
+ },
375
+ {
376
+ mapFn: 'getShareMaterialUsers',
377
+ isRule: false,
378
+ title: '分享素材用户 - 详情',
379
+ path: '/@@@@/v1/material-api-share-user/get',
380
+ params: {
381
+ file_id: ['file_id', 'String', '必填'],
382
+ },
383
+ disabled: true,
384
+ role: '',
385
+ },
386
+ {
387
+ mapFn: 'searchMaterialUsers',
388
+ isRule: false,
389
+ title: '分享素材用户 - 搜索用户',
390
+ path: '/@@@@/v1/material-api-share-user/like-options',
391
+ params: {
392
+ keyword: ['关键字', 'String', '必填'],
393
+ },
394
+ disabled: true,
395
+ role: '',
396
+ },
397
+ {
398
+ mapFn: 'updateShareMaterialUser',
399
+ isRule: false,
400
+ title: '分享素材用户 - 更新',
401
+ path: '/@@@@/v1/material-api-share-user/sync',
402
+ data: {
403
+ file_id: ['文件ID', 'String', '必填'],
404
+ share_user_ids: ['分享用户ID', 'String', '必填'],
405
+ acl: ['权限', 'String', '非必填'],
406
+ },
407
+ disabled: true,
408
+ role: '',
409
+ },
410
+ {
411
+ mapFn: 'getMaterialImageQrcode',
412
+ isRule: false,
413
+ isPublic: true,
414
+ title: '生成二维码',
415
+ path: '/common-public/v1/image/qrcode',
416
+ params: {
417
+ code_content: ['二维码内容', 'String', '必选'],
418
+ },
419
+ disabled: true,
420
+ },
421
+ ]
422
+ }