|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="p-base full mark-inquiry-view">
|
|
|
<div class="full radius-base fill-blank p-large scroll-auto">
|
|
|
- <base-form ref="formRef" :disabled="saving" :label-width="useVW(88)" :rules="rules" :items="items" :model="model">
|
|
|
+ <base-form ref="formRef" :disabled="saving" :label-width="90" :rules="rules" :items="items" :model="model">
|
|
|
<template #form-item-button-group>
|
|
|
<el-button type="primary" @click="onSearch">抽查</el-button>
|
|
|
<!-- <el-button type="primary">高级抽查</el-button> -->
|
|
@@ -125,11 +125,12 @@ watch(shortQueryConfig, () => {
|
|
|
|
|
|
const Span7 = defineColumn(_, _, { span: 7 })
|
|
|
const Span6 = defineColumn(_, _, { span: 6 })
|
|
|
+const Span8 = defineColumn(_, _, { span: 8 })
|
|
|
const OneRow = Span7(_, 'row-1')
|
|
|
const TwoRow = Span7(_, 'row-2')
|
|
|
const ThreeRow = Span7(_, 'row-3')
|
|
|
const FourRow = Span7(_, 'row-4')
|
|
|
-const ElevenRow = Span6(_, 'row-11')
|
|
|
+const ElevenRow = Span8(_, 'row-11')
|
|
|
|
|
|
const rules: EpFormRules = {
|
|
|
subjectCode: [{ required: true, message: '请选择科目' }],
|