|
@@ -3,7 +3,7 @@
|
|
<el-card shadow="never">
|
|
<el-card shadow="never">
|
|
<base-form
|
|
<base-form
|
|
ref="formRef"
|
|
ref="formRef"
|
|
- :label-width="useVW(120)"
|
|
|
|
|
|
+ :label-width="useVW(150)"
|
|
size="small"
|
|
size="small"
|
|
:groups="groups"
|
|
:groups="groups"
|
|
:model="model"
|
|
:model="model"
|
|
@@ -149,10 +149,10 @@ const groups = computed<FormGroup[]>(() => {
|
|
]
|
|
]
|
|
})
|
|
})
|
|
|
|
|
|
-const Span6 = defineColumn(_, _, { span: 6 })
|
|
|
|
|
|
+const Span8 = defineColumn(_, _, { span: 8 })
|
|
|
|
|
|
const items = computed<EpFormItem[]>(() => [
|
|
const items = computed<EpFormItem[]>(() => [
|
|
- Span6(
|
|
|
|
|
|
+ Span8(
|
|
{
|
|
{
|
|
label: '大题号',
|
|
label: '大题号',
|
|
slotType: 'inputNumber',
|
|
slotType: 'inputNumber',
|
|
@@ -164,8 +164,8 @@ const items = computed<EpFormItem[]>(() => [
|
|
},
|
|
},
|
|
'row-1'
|
|
'row-1'
|
|
),
|
|
),
|
|
- Span6({ label: '大题名称', slotType: 'input', prop: 'mainTitle', slot: { placeholder: '大题名称' } }, 'row-2'),
|
|
|
|
- Span6(
|
|
|
|
|
|
+ Span8({ label: '大题名称', slotType: 'input', prop: 'mainTitle', slot: { placeholder: '大题名称' } }, 'row-2'),
|
|
|
|
+ Span8(
|
|
{
|
|
{
|
|
label: '成绩表对应字段',
|
|
label: '成绩表对应字段',
|
|
slotType: 'select',
|
|
slotType: 'select',
|
|
@@ -181,7 +181,7 @@ const items = computed<EpFormItem[]>(() => [
|
|
},
|
|
},
|
|
'row-2'
|
|
'row-2'
|
|
),
|
|
),
|
|
- Span6(
|
|
|
|
|
|
+ Span8(
|
|
{
|
|
{
|
|
label: '小题起始号',
|
|
label: '小题起始号',
|
|
slotType: 'inputNumber',
|
|
slotType: 'inputNumber',
|
|
@@ -190,16 +190,16 @@ const items = computed<EpFormItem[]>(() => [
|
|
},
|
|
},
|
|
'row-3'
|
|
'row-3'
|
|
),
|
|
),
|
|
- Span6(
|
|
|
|
|
|
+ Span8(
|
|
{ label: '小题数量', slotType: 'inputNumber', prop: 'questionCount', slot: { placeholder: '小题数量' } },
|
|
{ label: '小题数量', slotType: 'inputNumber', prop: 'questionCount', slot: { placeholder: '小题数量' } },
|
|
'row-4'
|
|
'row-4'
|
|
),
|
|
),
|
|
- Span6(
|
|
|
|
|
|
+ Span8(
|
|
{ label: '小题满分', slotType: 'inputNumber', prop: 'questionScore', slot: { placeholder: '小题满分' } },
|
|
{ label: '小题满分', slotType: 'inputNumber', prop: 'questionScore', slot: { placeholder: '小题满分' } },
|
|
'row-5'
|
|
'row-5'
|
|
),
|
|
),
|
|
- Span6({ label: '间隔分', slotType: 'inputNumber', prop: 'intervalScore', slot: { placeholder: '间隔分' } }, 'row-6'),
|
|
|
|
- Span6(
|
|
|
|
|
|
+ Span8({ label: '间隔分', slotType: 'inputNumber', prop: 'intervalScore', slot: { placeholder: '间隔分' } }, 'row-6'),
|
|
|
|
+ Span8(
|
|
{
|
|
{
|
|
label: '最小阅卷时长(秒)',
|
|
label: '最小阅卷时长(秒)',
|
|
slotType: 'inputNumber',
|
|
slotType: 'inputNumber',
|
|
@@ -208,11 +208,11 @@ const items = computed<EpFormItem[]>(() => [
|
|
},
|
|
},
|
|
'row-7'
|
|
'row-7'
|
|
),
|
|
),
|
|
- Span6(
|
|
|
|
|
|
+ Span8(
|
|
{ label: '评卷小组数量', slotType: 'inputNumber', prop: 'groupNumber', slot: { placeholder: '评卷小组数量' } },
|
|
{ label: '评卷小组数量', slotType: 'inputNumber', prop: 'groupNumber', slot: { placeholder: '评卷小组数量' } },
|
|
'row-8'
|
|
'row-8'
|
|
),
|
|
),
|
|
- Span6(
|
|
|
|
|
|
+ Span8(
|
|
{
|
|
{
|
|
label: '回评设置',
|
|
label: '回评设置',
|
|
slotType: 'select',
|
|
slotType: 'select',
|
|
@@ -227,31 +227,31 @@ const items = computed<EpFormItem[]>(() => [
|
|
},
|
|
},
|
|
'row-9'
|
|
'row-9'
|
|
),
|
|
),
|
|
- Span6(
|
|
|
|
|
|
+ Span8(
|
|
{ label: model.remarkType === 'QUANTITY' ? '数量' : '时间:(近N秒)', prop: 'remarkNumber', slotType: 'inputNumber' },
|
|
{ label: model.remarkType === 'QUANTITY' ? '数量' : '时间:(近N秒)', prop: 'remarkNumber', slotType: 'inputNumber' },
|
|
'row-10'
|
|
'row-10'
|
|
),
|
|
),
|
|
- Span6(
|
|
|
|
|
|
+ Span8(
|
|
{ label: '标准卷分发频度', slotType: 'inputNumber', prop: 'standardRate', slot: { placeholder: '标准卷分发频度' } },
|
|
{ label: '标准卷分发频度', slotType: 'inputNumber', prop: 'standardRate', slot: { placeholder: '标准卷分发频度' } },
|
|
'row-11'
|
|
'row-11'
|
|
),
|
|
),
|
|
- Span6(
|
|
|
|
|
|
+ Span8(
|
|
{ label: '自查卷分发频度', slotType: 'inputNumber', prop: 'selfRate', slot: { placeholder: '自查卷分发频度' } },
|
|
{ label: '自查卷分发频度', slotType: 'inputNumber', prop: 'selfRate', slot: { placeholder: '自查卷分发频度' } },
|
|
'row-11'
|
|
'row-11'
|
|
),
|
|
),
|
|
- Span6(
|
|
|
|
|
|
+ Span8(
|
|
{ label: '系统抽查卷比例', slotType: 'inputNumber', prop: 'systemRate', slot: { placeholder: '系统抽查卷比例' } },
|
|
{ label: '系统抽查卷比例', slotType: 'inputNumber', prop: 'systemRate', slot: { placeholder: '系统抽查卷比例' } },
|
|
'row-12'
|
|
'row-12'
|
|
),
|
|
),
|
|
- Span6(
|
|
|
|
|
|
+ Span8(
|
|
{
|
|
{
|
|
label: '档次抽查比例',
|
|
label: '档次抽查比例',
|
|
slotName: 'setLevelRange',
|
|
slotName: 'setLevelRange',
|
|
},
|
|
},
|
|
'row-12'
|
|
'row-12'
|
|
),
|
|
),
|
|
- Span6({ slotName: 'expand' }, 'expand'),
|
|
|
|
- Span6({ slotName: 'operation' }, 'operation'),
|
|
|
|
|
|
+ Span8({ slotName: 'expand' }, 'expand'),
|
|
|
|
+ Span8({ slotName: 'operation' }, 'operation'),
|
|
])
|
|
])
|
|
|
|
|
|
if (isEdit) {
|
|
if (isEdit) {
|