提交 48630cf3 authored 作者: matian's avatar matian

代码提交

上级 e527f099
...@@ -90,13 +90,14 @@ export default { ...@@ -90,13 +90,14 @@ export default {
type: 'input', type: 'input',
prop: 'name', prop: 'name',
placeholder: '请输入考生姓名', placeholder: '请输入考生姓名',
label: '姓名' label: '姓名'
}, },
{ {
type: 'input', type: 'input',
prop: 'school', prop: 'school',
label: '学校' label: '学校:',
placeholder: '请输入学校'
} }
// { // {
// type: 'select', // type: 'select',
......
...@@ -49,7 +49,7 @@ export default { ...@@ -49,7 +49,7 @@ export default {
type: 'select', type: 'select',
prop: 'status', prop: 'status',
placeholder: '请输入考试状态', placeholder: '请输入考试状态',
label: '考试状态', label: '考试状态',
options: status, options: status,
labelKey: 'label', labelKey: 'label',
valueKey: 'value' valueKey: 'value'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论