|
@@ -2,7 +2,7 @@
|
|
<div class="upload-structure">
|
|
<div class="upload-structure">
|
|
<div class="part-box part-box-filter part-box-flex">
|
|
<div class="part-box part-box-filter part-box-flex">
|
|
<el-form ref="FilterForm" label-position="left" inline>
|
|
<el-form ref="FilterForm" label-position="left" inline>
|
|
- <template v-if="!checkPrivilege('condition', 'condition')">
|
|
|
|
|
|
+ <template v-if="checkPrivilege('condition', 'condition')">
|
|
<el-form-item label="学期:">
|
|
<el-form-item label="学期:">
|
|
<semester-select v-model="filter.semesterId"></semester-select>
|
|
<semester-select v-model="filter.semesterId"></semester-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -15,7 +15,7 @@
|
|
</template>
|
|
</template>
|
|
<el-form-item label-width="0px">
|
|
<el-form-item label-width="0px">
|
|
<el-button
|
|
<el-button
|
|
- v-if="!checkPrivilege('button', 'select')"
|
|
|
|
|
|
+ v-if="checkPrivilege('button', 'select')"
|
|
type="primary"
|
|
type="primary"
|
|
@click="toPage(1)"
|
|
@click="toPage(1)"
|
|
>查询</el-button
|
|
>查询</el-button
|