eli-video-interview 1.2.42-alpha.49 → 1.2.42-alpha.50
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.
|
@@ -80,31 +80,13 @@ var validationSchema = Yup.object().shape({
|
|
|
80
80
|
var InitialValues = {
|
|
81
81
|
workPlaceItems: [
|
|
82
82
|
{
|
|
83
|
-
name: '
|
|
84
|
-
type: 1,
|
|
85
|
-
items: [],
|
|
86
|
-
maxTextLength: 100,
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
name: '优次表现-优秀表现',
|
|
90
|
-
type: 2,
|
|
91
|
-
items: [],
|
|
92
|
-
maxTextLength: 100,
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
name: '优次表现-较差表现',
|
|
96
|
-
type: 3,
|
|
97
|
-
items: [],
|
|
98
|
-
maxTextLength: 100,
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
name: '考察建议-评分关键点',
|
|
83
|
+
name: '评分关键点',
|
|
102
84
|
type: 5,
|
|
103
85
|
items: [],
|
|
104
86
|
maxTextLength: 300,
|
|
105
87
|
},
|
|
106
88
|
{
|
|
107
|
-
name: '
|
|
89
|
+
name: '面试题目',
|
|
108
90
|
type: 4,
|
|
109
91
|
items: [],
|
|
110
92
|
maxTextLength: 300,
|
|
@@ -108,31 +108,13 @@ var validationSchema = Yup.object().shape({
|
|
|
108
108
|
var InitialValues = {
|
|
109
109
|
workPlaceItems: [
|
|
110
110
|
{
|
|
111
|
-
name: '
|
|
112
|
-
type: 1,
|
|
113
|
-
items: [],
|
|
114
|
-
maxTextLength: 100,
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
name: '优次表现-优秀表现',
|
|
118
|
-
type: 2,
|
|
119
|
-
items: [],
|
|
120
|
-
maxTextLength: 100,
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: '优次表现-较差表现',
|
|
124
|
-
type: 3,
|
|
125
|
-
items: [],
|
|
126
|
-
maxTextLength: 100,
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
name: '考察建议-评分关键点',
|
|
111
|
+
name: '评分关键点',
|
|
130
112
|
type: 5,
|
|
131
113
|
items: [],
|
|
132
114
|
maxTextLength: 300,
|
|
133
115
|
},
|
|
134
116
|
{
|
|
135
|
-
name: '
|
|
117
|
+
name: '面试题目',
|
|
136
118
|
type: 4,
|
|
137
119
|
items: [],
|
|
138
120
|
maxTextLength: 300,
|