修改导出条件问题
This commit is contained in:
parent
7f0a49e2b7
commit
b749de8b3c
|
@ -48,6 +48,14 @@
|
|||
/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :lg="8">
|
||||
<a-form-item label="评价类型">
|
||||
<j-dict-select-tag
|
||||
placeholder="请选择评价类型" v-model:value="queryParam.col15"
|
||||
:options="[{ value: '一般听课表', label: '一般听课表'}, { value: '线上听课表', label: '线上听课表'},{ value: '同行评价表', label: '同行评价表'}]"
|
||||
/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<!--</template>-->
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
||||
|
@ -86,9 +94,9 @@
|
|||
</a-dropdown> -->
|
||||
</template>
|
||||
<!--操作栏-->
|
||||
<template #action="{ record }">
|
||||
<!-- <template #action="{ record }">
|
||||
<TableAction :actions="getTableAction(record)" />
|
||||
</template>
|
||||
</template> -->
|
||||
<!--字段回显插槽-->
|
||||
<template #htmlSlot="{text}">
|
||||
<div v-html="text"></div>
|
||||
|
@ -128,6 +136,7 @@
|
|||
columns,
|
||||
canResize:false,
|
||||
useSearchForm: false,
|
||||
showActionColumn: false,//取消操作栏
|
||||
actionColumn: {
|
||||
width: 120,
|
||||
fixed: 'right',
|
||||
|
@ -138,8 +147,9 @@
|
|||
},
|
||||
},
|
||||
exportConfig: {
|
||||
name: "kc_evaluations_stat",
|
||||
name: "全量评价表",
|
||||
url: getExportUrl,
|
||||
params: queryParam.value,
|
||||
},
|
||||
importConfig: {
|
||||
url: getImportUrl,
|
||||
|
|
Loading…
Reference in New Issue