|
@@ -187,8 +187,8 @@ export default {
|
|
groupLimitDefines() {
|
|
groupLimitDefines() {
|
|
return {
|
|
return {
|
|
groupName: { label: '组合', slot: 'replace', width: '100px' },
|
|
groupName: { label: '组合', slot: 'replace', width: '100px' },
|
|
- personCount: { label: '人数', slot: 'input', width: '130px' },
|
|
|
|
- classCount: { label: '班级数', slot: 'input', width: '130px' },
|
|
|
|
|
|
+ personCount: { label: '人数', slot: 'input', minWidth: '130px' },
|
|
|
|
+ classCount: { label: '班级数', slot: 'input', minWidth: '130px' },
|
|
limitPerson: { label: '人数限制', slot: 'switch' },
|
|
limitPerson: { label: '人数限制', slot: 'switch' },
|
|
rankOut: { label: '排名挤出', slot: 'switch', hidden: !this.hasImportWeight },
|
|
rankOut: { label: '排名挤出', slot: 'switch', hidden: !this.hasImportWeight },
|
|
scoreQuery: { label: '成绩查询', slot: 'view', hidden: !this.hasImportWeight },
|
|
scoreQuery: { label: '成绩查询', slot: 'view', hidden: !this.hasImportWeight },
|