|
@@ -137,10 +137,6 @@ export default {
|
|
|
prop: "companyName",
|
|
|
placeholder: "请输入公司名称",
|
|
|
},
|
|
|
- {
|
|
|
- prop: "realname",
|
|
|
- placeholder: "请输入学员名称",
|
|
|
- },
|
|
|
{
|
|
|
prop: "gradeName",
|
|
|
placeholder: "请输入所属班级",
|
|
@@ -191,6 +187,10 @@ export default {
|
|
|
scope: "moreDataPicker",
|
|
|
Diszing: true,
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: "realname",
|
|
|
+ placeholder: "请输入学员名称",
|
|
|
+ },
|
|
|
{
|
|
|
prop: "idCard",
|
|
|
placeholder: "学员身份证",
|
|
@@ -289,7 +289,7 @@ export default {
|
|
|
prop: "lastVisitTime",
|
|
|
hidden: true,
|
|
|
scope: "aTimeList",
|
|
|
- isDiszing:true
|
|
|
+ isDiszing: true,
|
|
|
},
|
|
|
{
|
|
|
label: "最近学习终端",
|
|
@@ -312,7 +312,7 @@ export default {
|
|
|
prop: "lastStudyTime",
|
|
|
hidden: true,
|
|
|
scope: "aTimeList",
|
|
|
- isDiszing:true
|
|
|
+ isDiszing: true,
|
|
|
},
|
|
|
{
|
|
|
label: "所在公司",
|