2023年7月28日 新增导出
This commit is contained in:
parent
d32d0161ac
commit
689ba3d3f3
|
@ -27,6 +27,12 @@
|
|||
<j-dict-select-tag placeholder="请选择听课类型" v-model:value="queryParam.tklx" dictCode="tpkwcqkjzglx"/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :lg="8">
|
||||
<a-form-item label="身份">
|
||||
<!-- <j-dict-select-tag placeholder="请输入身份" v-model:value="queryParam.tklx" dictCode="tpkwcqkjzglx"/> -->
|
||||
<j-input placeholder="请输入身份" v-model:value="queryParam.sf"/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
||||
<a-col :lg="6">
|
||||
|
@ -48,7 +54,7 @@
|
|||
<template #tableTitle>
|
||||
<a-button type="primary" @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增</a-button>
|
||||
<a-button type="primary" @click="handleAddYq" preIcon="ant-design:plus-outlined"> 听课要求</a-button>
|
||||
<!-- <a-button type="primary" preIcon="ant-design:export-outlined" @click="onExport"> 导出</a-button> -->
|
||||
<a-button type="primary" preIcon="ant-design:export-outlined" @click="onExport"> 导出</a-button>
|
||||
<!-- <j-upload-button type="primary" preIcon="ant-design:import-outlined" @click="onImportXls">导入</j-upload-button> -->
|
||||
<a-dropdown v-if="selectedRowKeys.length > 0">
|
||||
<template #overlay>
|
||||
|
|
Loading…
Reference in New Issue