|
@@ -183,7 +183,7 @@
|
|
|
class="confirm-btn">{{ $t('syllabus.confirm') }}</Button>
|
|
|
</div>
|
|
|
</Modal>
|
|
|
- <Modal v-model="openFilter" className="ed-name-modal" :mask-closable="false">
|
|
|
+ <Modal v-model="openFilter" className="ed-name-modal" :mask-closable="false" width="700">
|
|
|
<div slot="header">
|
|
|
{{ $t('cusMgt.recordFilter') }}
|
|
|
</div>
|
|
@@ -194,7 +194,7 @@
|
|
|
</Checkbox>
|
|
|
<!-- <div> -->
|
|
|
<span class="clean-item-name">{{ item.name }}</span>
|
|
|
- <Select v-model="item.type" style="width:120px;margin: 0 20px;">
|
|
|
+ <Select v-model="item.type" style="width:190px; margin: 0 20px;">
|
|
|
<Option value=">=">{{ $t('lessonRecord.over') }}</Option>
|
|
|
<Option value="<=">{{ $t('lessonRecord.less') }}</Option>
|
|
|
</Select>
|