Your Name
2022-06-27 0a3027eccd3b0bb6542e5fc831f7e02740dcfc95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
// 左侧菜单导航数据
export const leftNavList = [
    {
        title: '工作流',
        icon: 'iconfont icon-shouye',
        isOpen: true,
        id: '1',
        children: [
            {
                icon: 'iconfont icon-gongju',
                name: '引擎',
                id: '11',
                form: [
                    {
                        type: 'input',
                        label: '客户姓名',
                        prop: 'name',
                        placeholder: '请输入客户姓名',
                        required: true,
                        disabled: false,
                    },
                    {
                        type: 'select',
                        label: '性别',
                        prop: 'sex',
                        placeholder: '请选择性别',
                        required: true,
                        disabled: false,
                        options: [
                            {
                                value: '0',
                                label: '女',
                            },
                            {
                                value: '1',
                                label: '男',
                            },
                        ],
                    },
                    {
                        type: 'input',
                        label: '员工编号',
                        prop: 'number',
                        placeholder: '请输入员工编号',
                        required: true,
                        disabled: false,
                    },
                    {
                        type: 'input',
                        label: '办公电话',
                        prop: 'mobile',
                        placeholder: '请输入办公电话',
                        required: true,
                        disabled: false,
                    },
                    {
                        type: 'select',
                        label: '权限分配',
                        prop: 'role',
                        placeholder: '请选择性别',
                        required: true,
                        disabled: false,
                        options: [
                            {
                                value: '0',
                                label: '编辑权限',
                            },
                            {
                                value: '1',
                                label: '删除权限',
                            },
                        ],
                    },
                    {
                        type: 'checkbox',
                        label: '模块选择',
                        prop: 'module',
                        placeholder: '请选择模块',
                        required: true,
                        disabled: false,
                    },
                ],
            },
            {
                icon: 'iconfont icon-shouye_dongtaihui',
                name: '模版',
                id: '12',
                form: [
                    {
                        type: 'input',
                        label: '等级',
                        prop: 'grade',
                        placeholder: '请输入等级',
                        required: true,
                        disabled: false,
                    },
                    {
                        type: 'input',
                        label: '登记密码',
                        prop: 'password',
                        placeholder: '请输入登记密码',
                        required: true,
                        disabled: false,
                    },
                ],
            },
            {
                icon: 'iconfont icon-zhongduancanshuchaxun',
                name: '名称',
                id: '13',
                form: [
                    {
                        type: 'input',
                        label: '数据表',
                        prop: 'dataSheet',
                        placeholder: '请输入数据表',
                        required: true,
                        disabled: false,
                    },
                    {
                        type: 'input',
                        label: '字段配置',
                        prop: 'field',
                        placeholder: '请输入字段配置',
                        required: true,
                        disabled: false,
                    },
                ],
            },
            {
                icon: 'iconfont icon-zhongduancanshu',
                name: '版本',
                id: '14',
                form: [
                    {
                        type: 'input',
                        label: '发布模板',
                        prop: 'publish',
                        placeholder: '请输入发布模板',
                        required: true,
                        disabled: false,
                    },
                ],
            },
            {
                icon: 'iconfont icon-bolangnengshiyanchang',
                name: '建模',
                id: '15',
                form: [
                    {
                        type: 'input',
                        label: '内容模板',
                        prop: 'content',
                        placeholder: '请输入内容模板',
                        required: true,
                        disabled: false,
                    },
                ],
            },
            {
                icon: 'iconfont icon-xingqiu',
                name: '节点',
                id: '16',
                form: [
                    {
                        type: 'input',
                        label: '活动名称6',
                        prop: 'name16',
                    },
                ],
            },
        ],
    },
    {
        title: '流程',
        isOpen: true,
        icon: 'iconfont icon-caijian',
        id: '2',
        children: [
            {
                icon: 'iconfont icon-fuwenben',
                name: '实例',
                id: '21',
                form: [
                    {
                        type: 'input',
                        label: '活动名称7',
                        prop: 'name21',
                    },
                ],
            },
            {
                icon: 'iconfont icon-fuwenbenkuang',
                name: '轨迹',
                id: '22',
                form: [
                    {
                        type: 'input',
                        label: '活动名称8',
                        prop: 'name22',
                    },
                ],
            },
            {
                icon: 'iconfont icon-shangchuan',
                name: '数据',
                id: '23',
                form: [
                    {
                        type: 'input',
                        label: '活动名称9',
                        prop: 'name23',
                    },
                ],
            },
        ],
    },
    {
        title: '任务',
        isOpen: true,
        icon: 'iconfont icon-shuju',
        id: '3',
        children: [
            {
                icon: 'iconfont icon-icon-',
                name: '参与人',
                id: '31',
                form: [
                    {
                        type: 'input',
                        label: '活动名称1',
                        prop: 'name31',
                    },
                ],
            },
            {
                icon: 'iconfont icon-gerenzhongxin',
                name: '执行人',
                id: '32',
                form: [
                    {
                        type: 'input',
                        label: '活动名称2',
                        prop: 'name32',
                    },
                ],
            },
            {
                icon: 'iconfont icon-fangkuang',
                name: '工单',
                id: '33',
                form: [
                    {
                        type: 'input',
                        label: '活动名称3',
                        prop: 'name33',
                    },
                ],
            },
        ],
    },
];